- 12 Jan, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 11 Jan, 2012 13 commits
-
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alex Converse authored
This is different than a normal get_bits() over read because decode_audio_specific_config() creates its own GetBitContext. Fixes Bug 170.
-
Henrik Gramner authored
This is required to handle clobbering of XMM registers on Win64 correctly. Fixes FFT and all tests depending on FFT on Win64. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Justin Ruggles authored
This indicates that the actual frame size is based on the buf_size passed to avcodec_encode_audio().
-
Justin Ruggles authored
Since packets all contain only a single block, the generic seek function can be used while still maintaining block-accuracy.
-
Justin Ruggles authored
fixes stream copy of raw gsm to mov. tested with QuickTime.
-
Justin Ruggles authored
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Reinhard Tartler authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Reinhard Tartler authored
update documentation to inform developers that it may be removed in a later release. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Janne Grunau authored
-
- 10 Jan, 2012 23 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Statistics for bourne.rmvb -an -f null 1 thread: 37.12s user 0.03s system 99% cpu 37.174 total 2 threads: 47.63s user 0.24s system 185% cpu 25.807 total 4 threads: 41.21s user 0.30s system 327% cpu 12.674 total
-
Janne Grunau authored
Under certain conditions pictures could be released before they were returned with frame-threading. Broken mv computation in the upcoming rv34 frame-threading patch was caused by this. To prevent contexts from running out of available pictures the loop releasing "unused" pictures has to be run for B frames too.
-
Alex Converse authored
Fixes Libav Bug 195. This doesn't make the code handle sample rate or upsample/downsample change properly but this is still a good sanity check. Based on change by Michael Niedermayer. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Justin Ruggles authored
frame sample count calculation was incorrect
-
Justin Ruggles authored
The duration of the first packet was being calculated incorrectly, leading to an incorrect timestamp offset.
-
Aneesh Dogra authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Additional comments from Måns Rullgard have been integrated by Reinhard Tartler. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Oka Motofumi authored
Fixes a compilation failure on win64. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Janne Grunau authored
It is not necessary to store the bit stream length in a RV34DecContext field.
-
Anton Khirnov authored
This is a hopefully temporary solution until lavfi can properly deal with resolution changes.
-
Anton Khirnov authored
-
Anton Khirnov authored
This option only applies to streamcopy, but is currently processed only when encoding.
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If the creation time is stored in the file as a zero, the mov demuxer skips exporting the creation time. Currently, files muxed without a creation time get demuxed with a Jan 1st 1970 creation timestamp. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Paul B Mahol authored
Do not display garbage for invalid/unsupported bitfields values. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Luca Barbato authored
-
Luca Barbato authored
Remove some unneeded memsets.
-
Luca Barbato authored
Instead of busy waiting use poll();
-
Luca Barbato authored
Let pass the codec name to -pixel_format and introduce -input_format.
-
Laurentiu Ion authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Jan, 2012 2 commits
-
-
Gaurav Narula authored
al15_44 uses independent coupling. al18_44 uses PNS (perceptual noise substitution). am05_44 uses main prediction and independent coupling. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
-