- 07 Dec, 2011 4 commits
-
-
Rafaël Carré authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Paul B. Mahol authored
There is no need to have delta, offset and gb in CLJRContext. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 06 Dec, 2011 5 commits
-
-
Konstantin Todorov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Janne Grunau authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows sharing code with the rv40 version of these functions. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 05 Dec, 2011 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Sjoerd Simons authored
Earlier, bits per sample was defined as 8, since bits_per_coded_sample was used to indicate whether to ignore the lower bits of the codeword, having values 6, 7 or 8. g722 encodes 2 samples into one byte codeword, therefore the bits per sample is 4. By changing this, the generated timestamps for streams encoded with g722 become correct. This makes timestamp generation for g722 data correct (both when encoding and when demuxing from raw g722 files). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids using bits_per_coded_sample for this information. bits_per_coded_sample should be 4 for this codec normally, since two samples are encoded into one 8 bit codeword. In principle, this might be info that needs to be passed from a demuxer, and in that case, a private AVOption isn't the best choice, but no such samples are available at the moment, so that use case is purely theoretical at the moment. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Dec, 2011 6 commits
-
-
Justin Ruggles authored
-
Chris Berov authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Chris Berov authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Paul B. Mahol authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Reimar Döffinger authored
Otherwise it might return a write-only frame which would break decoding completely. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Carl Eugen Hoyos authored
<= 8bpp BMP images always have palette. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 03 Dec, 2011 5 commits
-
-
Derek Buitenhuis authored
When decoding lossy WavPack samples, they are supposed to be clipped, in order to be decoded correctly. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Nathan Adil Maxson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Nathan Adil Maxson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Konstantin Todorov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Fixes fate-h264-conformance-{mr2_tandberg_e,mr3_tandberg_b} without requiring -strict 1.
-
- 02 Dec, 2011 9 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Pass the correct size in bits to mpeg4audio_get_config and add a flag to disable parsing of the sync extension when the size is not known. Latm with AudioMuxVersion 0 does not specify the size of the audio specific config. Data after the audio specific config can be misinterpreted as sync extension resulting in random and wrong configs.
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
Justin Ruggles authored
Add AV_NUM_DATA_POINTERS to simplify the bump transition. This will allow for supporting more planar audio channels without having to allocate separate pointer arrays.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
- Replace 'ip' with 'r12'. - Use correct size designators for vld1/vst1. - Whitespace fixes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Aaron Colwell authored
-
Nathan Adil Maxson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 01 Dec, 2011 7 commits
-
-
Ronald S. Bultje authored
This prevents frame allocation overflows, and fixed fate-h264-conformance-mr3_tandberg_b with 2 threads.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes whitespace and register names consistent with the style used in more recent code. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
-
Mans Rullgard authored
Although this adds a few lines, the macro calls are less convoluted. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is needed for optimised transforms. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-