- 02 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 31 Aug, 2012 2 commits
-
-
Alberto Delmás authored
This way it won't interfere with WMV9 initialisation inside MSS2 decoder and avplay will play it fine. Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
Alberto Delmás authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 30 Aug, 2012 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Some optimized template functions reference optimized symbols, so they must be explicitly disabled when those symbols are unavailable.
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Michael Niedermayer authored
Also, align the mangled RGB planes, which is required for the SIMD versions of dsputils' median predict. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 29 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Aug, 2012 12 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The optimized dct_quantize template functions reference optimized fdct symbols, so these functions must only be enabled if the relevant optimizations have been enabled by configure.
-
Diego Biurrun authored
This avoids trouble if HAVE_ variables are used elsewhere in the file.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Michael Niedermayer authored
Avoid code duplication and provide faster and better compression. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
The function will be used by utvideo as well. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Reimar Döffinger authored
Using the malloc variant avoids pointless memcpy on size increase and simplifies handling allocation failure. Also change code to ensure that allocation, bswap and bitstream reader all use the same size, even when the packet size is odd for example. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Martin Storsjö authored
This fixes crashes introduced by 2e8f3cbc, the codec can be null when called from parsers. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes building with DEBUG defined after the function was made static and the prototype removed in d7f9786c. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
This is a preparatory step for the MSS2 decoder which needs to use the WMV9 decoder to decode some kinds of frames. From the patch by Alberto Delmás <adelmas@gmail.com>
-
- 27 Aug, 2012 10 commits
-
-
Mans Rullgard authored
This reverts commit 484a337c. These functions were used in f8bed30d "VC1: merge idct8x8, coeff adjustments and put_pixels" which was reverted in 18b6a69c. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Derek Buitenhuis authored
Instead, use it on the first member, since by definition, if any member is aligned, the whole struct must be, in order to maintain that alignment. Fixes compilation with some finicky compilers. Idea for fix from Måns Rullgård. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Kostya Shishkov authored
-
Kostya Shishkov authored
They have most of their code in common.
-
Luca Barbato authored
-
Luca Barbato authored
-
Diego Biurrun authored
-
- 26 Aug, 2012 5 commits
-
-
Diego Biurrun authored
The function is debug-only, so only compile it in debug mode. Make it static as it has no uses outside of the file. Change av_log() to av_dlog().
-
Diego Biurrun authored
-
Mans Rullgard authored
Defining tables in header files is ugly and prone to duplication. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 25 Aug, 2012 2 commits
-
-
Mans Rullgard authored
These functions are not used since the yasm conversion. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Derek Buitenhuis authored
The bitstream buffer must be padded, or the bitstream reader might read over the end. Fixes the following valgrind warning: Use of uninitialised value of size 8 at 0x591BAE: cllc_decode_frame (cllc.c:166) Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-