- 25 Jan, 2012 8 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
For ismv/isma, the time scale might not be the same as the sample rate. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes calculation of trackDuration if the MOVIentry array is cleared. This is required by the fragmentation support in the next patch. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Current code only writes 8 pixels of vertical edge for YUV422, which causes MC artifacts when subsequent frames use data from that edge.
-
- 24 Jan, 2012 23 commits
-
-
Alex Converse authored
-
Michael Niedermayer authored
When the length is the escape value (15), the new length is calculated by 15 + get_bits(8) - 1. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Justin Ruggles authored
There is only one stream, so it will always be index 0. This also allows for removal of the private context.
-
Justin Ruggles authored
also allows for removing some unused context fields
-
Justin Ruggles authored
also allows for removing some unused context fields
-
Justin Ruggles authored
Time stamps are not read from the bitstream, so no wrapping is needed.
-
Justin Ruggles authored
-
Justin Ruggles authored
Fixes decoding of the handful of "death scream" samples from "Command and Conquer" that use SND1. e.g. http://samples.libav.org/game-formats/westwood-aud/nuyell1.aud http://samples.libav.org/game-formats/westwood-aud/nuyell7.aud
-
Justin Ruggles authored
Stereo ADPCM IMA WS is planar for VQA version 3 and 2-sample interleaved for VQA version 2.
-
Justin Ruggles authored
The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted.
-
Justin Ruggles authored
-
Justin Ruggles authored
Fix setting of bit_rate and bits_per_coded_sample. Ask for sample for unsupported VQA versions.
-
Justin Ruggles authored
According to Multimedia Wiki documentation, the frame rate is not always 15, and the actual value can be found in the header.
-
Justin Ruggles authored
Also remove unused context field, audio_frame_counter.
-
Justin Ruggles authored
-
Justin Ruggles authored
The format has no coded timestamps and must use packet durations to generate them.
-
Anton Khirnov authored
Although it has been deprecated for a long time, its intended replacement (request_channel_layout) is not actually used anywhere, so request_channels is currently the only way to access that functionality.
-
Anton Khirnov authored
It has been deprecated only recently.
-
Anton Khirnov authored
It has been deprecated only recently.
-
Anton Khirnov authored
Error recognition flags can and should be set directly with AVOptions.
-
Anton Khirnov authored
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Janne Grunau authored
Found by John Villamil <johnv@matasano.com> in fuzzed rv20 in mkv files.
-
- 23 Jan, 2012 9 commits
-
-
Anton Khirnov authored
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
This should be moved to tablegen at some point. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Nathan Caldwell authored
aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make it more clear what is being calculated. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-