| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-10 | 4 | -36/+36 |
|\ |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2012-03-09 | 2 | -34/+34 |
| * | build: Skip compiling xvmc.h under the correct condition. | Diego Biurrun | 2012-03-09 | 1 | -1/+1 |
| * | aacdec: Fix SCE parity check. | Michael Niedermayer | 2012-03-09 | 1 | -1/+1 |
| * | aacdec: Fix out of array writes (stack). | Michael Niedermayer | 2012-03-09 | 1 | -1/+4 |
* | | snow: reject unsupported chroma shifts. | Michael Niedermayer | 2012-03-10 | 1 | -0/+5 |
* | | imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an... | Stefano Sabatini | 2012-03-10 | 1 | -15/+5 |
* | | Fix 32bit sunrast decoding. | Carl Eugen Hoyos | 2012-03-09 | 1 | -1/+1 |
* | | iff: add support for IFF DEEP | Piotr Bandurski | 2012-03-09 | 1 | -1/+9 |
* | | svq1dec: use AV_LOG_ERROR for error message | Piotr Bandurski | 2012-03-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-09 | 7 | -46/+46 |
|\| |
|
| * | ttadec: unbreak playback of matroska files | Paul B Mahol | 2012-03-08 | 1 | -2/+1 |
| * | vorbisdec: avoid invalid memory access | Aaron Colwell | 2012-03-08 | 1 | -0/+3 |
| * | huffyuv: add padding to classic (v1) huffman tables. | Ronald S. Bultje | 2012-03-08 | 1 | -4/+6 |
| * | png: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-08 | 1 | -39/+30 |
| * | dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 | Kostya Shishkov | 2012-03-08 | 1 | -0/+1 |
| * | avs: fix infinite loop on end-of-stream. | Ronald S. Bultje | 2012-03-07 | 1 | -0/+1 |
| * | tiffdec: Prevent illegal memory access caused by recycled pointers. | Alex Converse | 2012-03-07 | 1 | -0/+2 |
| * | wma: fix off-by-one in array bounds check. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
* | | qpeg: remove unused var from decode_frame() | Michael Niedermayer | 2012-03-08 | 1 | -1/+1 |
* | | prores_anatoliy: remove unused variable from prores_encode_frame() | Michael Niedermayer | 2012-03-08 | 1 | -1/+0 |
* | | lavc/utils: fix three const warnings. | Nicolas George | 2012-03-08 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 37 | -741/+753 |
|\| |
|
| * | sbrdsp.asm: convert all instructions to float/SSE ones. | Reimar Döffinger | 2012-03-07 | 1 | -8/+8 |
| * | dv: cosmetics. | Ronald S. Bultje | 2012-03-07 | 1 | -15/+15 |
| * | dv: check buffer size before reading profile. | Ronald S. Bultje | 2012-03-07 | 1 | -3/+5 |
| * | Revert "AAC SBR: group some writes." | Ronald S. Bultje | 2012-03-07 | 1 | -6/+12 |
| * | cook: extend channel uncoupling tables so the full bit range is covered. | Ronald S. Bultje | 2012-03-07 | 2 | -7/+24 |
| * | roqvideo: cosmetics. | Ronald S. Bultje | 2012-03-07 | 1 | -16/+16 |
| * | roqvideo: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-07 | 2 | -36/+37 |
| * | dca: don't use av_clip_uintp2(). | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
| * | wmall: fix build with -DDEBUG enabled. | Ronald S. Bultje | 2012-03-07 | 1 | -9/+8 |
| * | smc: port to bytestream2 API. | Ronald S. Bultje | 2012-03-07 | 1 | -42/+32 |
| * | AAC SBR: group some writes. | Christophe Gisquet | 2012-03-07 | 1 | -12/+6 |
| * | dsputil: remove shift parameter from scalarproduct_int16 | Christophe GISQUET | 2012-03-07 | 6 | -38/+9 |
| * | SBR DSP: unroll sum_square | Christophe GISQUET | 2012-03-07 | 1 | -4/+9 |
| * | rv34: remove dead code in intra availability check | Christophe GISQUET | 2012-03-07 | 1 | -15/+0 |
| * | rv34: clean a bit availability checks. | Christophe GISQUET | 2012-03-07 | 1 | -10/+10 |
| * | tgq: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-07 | 1 | -28/+28 |
| * | parser: remove forward declaration of MpegEncContext | Paul B Mahol | 2012-03-07 | 1 | -2/+0 |
| * | dca: prevent accessing static arrays with invalid indexes. | Ronald S. Bultje | 2012-03-07 | 2 | -12/+27 |
| * | raw: move buffer size check up. | Ronald S. Bultje | 2012-03-07 | 1 | -3/+3 |
| * | lpcm: fix sample size calculation for 20bit LCPM. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
| * | algmm: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-07 | 1 | -38/+51 |
| * | wma: Refactor common code to fix standalone compilation of WMA lossless decoder. | Diego Biurrun | 2012-03-07 | 7 | -50/+102 |
| * | vc1: Move init code shared between decoder and parser to common code file. | Diego Biurrun | 2012-03-07 | 6 | -369/+375 |
| * | x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c. | Diego Biurrun | 2012-03-07 | 1 | -10/+0 |
* | | ass_split: accept files with only \n and no \r. | Nicolas George | 2012-03-07 | 1 | -1/+1 |
* | | assdec: avoid a possible NULL dereference. | Nicolas George | 2012-03-07 | 1 | -1/+4 |
* | | ffv1: PIX_FMT_YUV444P10 support | Paul B Mahol | 2012-03-07 | 1 | -4/+6 |