- 13 Mar, 2013 1 commit
-
-
Diego Biurrun authored
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 23 Jan, 2013 1 commit
-
-
Diego Biurrun authored
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 22 Jan, 2013 1 commit
-
-
Michael Smith authored
Set interlaced to false if we don't have an interlaced frame Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 04 Dec, 2012 2 commits
-
-
Anton Khirnov authored
It's got_frame, not data size
-
Anton Khirnov authored
It will be useful in the upcoming transition to refcounted AVFrames.
-
- 23 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 29 Feb, 2012 2 commits
-
-
Kostya Shishkov authored
Based on the patch by Phil Barrett.
-
Kostya Shishkov authored
ProRes codes chroma blocks in 444 mode in different order than luma blocks, so make both decoder and encoder read/write chroma blocks in right order. Reported by Phil Barrett
-
- 22 Feb, 2012 1 commit
-
-
Christophe GISQUET authored
The operations that use it require it to be promoted to a larger (natural) type and thus perform sign extension on it. While an optimal compiler may account for this, gcc 4.6 (for x86 Windows) fails. Using the natural integer type provides a 2% speedup for Win64 and 1% for Win32. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 15 Feb, 2012 2 commits
-
-
Kostya Shishkov authored
-
Kostya Shishkov authored
Since quantisation matrices are stored in context, decoding slices with different quantisers in parallel leads to unpredictable content of aforementioned matrices and wrong output picture thereof.
-
- 09 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 16 Dec, 2011 1 commit
-
-
Mans Rullgard authored
The A32 bitstream reader variant is only used on ARMv5 and for Prores due to the larger bit cache this decoder requires. In benchmarks on ARMv5 (Marvell Sheeva) with gcc 4.6, the only statistically significant difference between ALT and A32 is a 4% advantage for ALT in FLAC decoding. There is thus no (longer) any reason to keep the A32 reader from this point of view. This patch adds an option to the ALT reader increasing the bit cache to 32 bits as required by the Prores decoder. Benchmarking shows no significant change in speed on Intel i7. Again, the A32 reader fails to justify its existence. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Dec, 2011 1 commit
-
-
Mans Rullgard authored
Make the function prototype match the argument of AVCodecCntext.execute() and remove the cast hiding this mismatch. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Oct, 2011 2 commits
-
-
Mans Rullgard authored
The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 11 Oct, 2011 3 commits
-
-
Ronald S. Bultje authored
60% speedup (overall decoding time) at 2 threads, and another 60% speedup at 4 threads.
-
Ronald S. Bultje authored
~3.0-3.5x as fast as original C version, 1.6x as fast overall.
-
Ronald S. Bultje authored
-
- 29 Sep, 2011 1 commit
-
-
Alex Converse authored
show_bits() is undefined when the number of bits is less than or equal to zero.
-
- 22 Sep, 2011 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
All other codecs use lowercase names in that field.
-
Maxim Poliakovski authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-