| Commit message (Expand) | Author | Age | Files | Lines |
* | Return if memory allocation fails. | Carl Eugen Hoyos | 2011-04-28 | 1 | -0/+2 |
* | 100l, change #ifdef to #if | Baptiste Coudurier | 2011-04-27 | 1 | -1/+1 |
* | In png decoder, only call png_init_mmx if HAVE_MMX is defined. | Baptiste Coudurier | 2011-04-27 | 1 | -0/+2 |
* | Set alpha of palettes to 0xff. | Baptiste Coudurier | 2011-04-27 | 3 | -5/+6 |
* | Rename y400a to gray8a. | Baptiste Coudurier | 2011-04-27 | 2 | -2/+2 |
* | Fix add_paeth_prediction_mmx for rgb48 | Michael Niedermayer | 2011-04-27 | 1 | -2/+5 |
* | merge read and and in add_paeth_prediction | Michael Niedermayer | 2011-04-27 | 1 | -2/+1 |
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. | Baptiste Coudurier | 2011-04-27 | 7 | -164/+218 |
* | Fix decoding of DXSA subtitles. | Alexandre Colucci | 2011-04-27 | 1 | -2/+3 |
* | WMADEC: fix ticket125 | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
* | indeo2: remove unnecessary release_buffer() call | Stefano Sabatini | 2011-04-27 | 1 | -3/+0 |
* | 4xm: use reget_buffer() in decode_frame() | Stefano Sabatini | 2011-04-27 | 1 | -5/+2 |
* | avparser: don't av_malloc(0). | Ronald S. Bultje | 2011-04-27 | 1 | -4/+6 |
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'." | Michael Niedermayer | 2011-04-27 | 2 | -5/+14 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 48 | -393/+735 |
|\ |
|
| * | ac3enc: correct the flipped sign in the ac3_fixed encoder | Justin Ruggles | 2011-04-26 | 1 | -1/+1 |
| * | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 8 | -30/+9 |
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 22 | -206/+449 |
| * | Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. | Vitor Sessak | 2011-04-26 | 1 | -1/+248 |
| * | mjpeg: Detect overreads in mjpeg_decode_scan() and error out. | Michael Niedermayer | 2011-04-26 | 1 | -0/+4 |
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 3 | -20/+22 |
| * | aac: add headers needed for log2f() | Michael Niedermayer | 2011-04-26 | 2 | -0/+2 |
| * | lavc: remove FF_API_MB_Q cruft | Anton Khirnov | 2011-04-26 | 3 | -23/+0 |
| * | lavc: remove FF_API_RATE_EMU cruft | Anton Khirnov | 2011-04-26 | 3 | -16/+0 |
| * | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 14 | -96/+2 |
* | | Add MxPEG decoder | anatoly | 2011-04-26 | 3 | -0/+343 |
* | | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-04-26 | 3 | -14/+20 |
* | | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-04-26 | 2 | -32/+55 |
* | | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-04-26 | 3 | -11/+47 |
* | | DCA/DTA encoder | Alexander E. Patrakov | 2011-04-26 | 4 | -1/+1133 |
* | | bfi: store palette data in the context | Stefano Sabatini | 2011-04-26 | 1 | -0/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-26 | 3 | -146/+145 |
|\| |
|
| * | ac3: fix memleak in fixed-point encoder | Janne Grunau | 2011-04-25 | 1 | -1/+1 |
| * | flashsv: Return more meaningful error values. | Diego Biurrun | 2011-04-25 | 2 | -4/+4 |
| * | flashsv: Employ explicit AVCodec struct initializers. | Diego Biurrun | 2011-04-25 | 2 | -20/+19 |
| * | cosmetics: K&R coding style and more whitespace for Flash Screen Video | Diego Biurrun | 2011-04-25 | 2 | -121/+121 |
* | | Fix issue1503, this fix may be incomplete we need more samples to know for sure. | Michael Niedermayer | 2011-04-26 | 1 | -0/+7 |
* | | wmadec: prevent null pointer call. | Michael Niedermayer | 2011-04-26 | 1 | -0/+5 |
* | | fraps: do not set avctx->pix_fmt to none in decode_init() | Stefano Sabatini | 2011-04-25 | 1 | -1/+0 |
* | | dca: allow selecting float output at runtime. | Reimar Döffinger | 2011-04-25 | 1 | -18/+10 |
* | | vorbisdec: allow selecting float output at runtime. | Reimar Döffinger | 2011-04-25 | 1 | -15/+12 |
* | | aacdec: Allow selecting float output at runtime. | Reimar Döffinger | 2011-04-25 | 1 | -28/+10 |
* | | ac3dec: allow selecting float output at runtime. | Reimar Döffinger | 2011-04-25 | 3 | -27/+27 |
* | | Warn if the source has unsupported (or no) channel layout. | Carl Eugen Hoyos | 2011-04-25 | 1 | -0/+22 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-25 | 1 | -1/+1 |
|\| |
|
| * | vorbisdec: Employ proper printf format specifiers for uint_fast32_t. | Diego Biurrun | 2011-04-25 | 1 | -1/+1 |
* | | Support fourcc auv2. | ami_stuff | 2011-04-25 | 1 | -0/+1 |
* | | Fix indentation. | Reimar Döffinger | 2011-04-25 | 2 | -12/+12 |
* | | Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers. | Reimar Döffinger | 2011-04-25 | 2 | -0/+8 |
* | | CrystalHD: Add AVOption to configure hardware downscaling. | Philip Langdale | 2011-04-24 | 1 | -0/+67 |