| Commit message (Expand) | Author | Age | Files | Lines |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -13/+19 |
* | rv34: move inverse transform functions to DSP context | Janne Grunau | 2011-10-12 | 6 | -81/+121 |
* | h264: change unsupported bit depth message to error level | Mans Rullgard | 2011-10-12 | 1 | -1/+1 |
* | qdm2: fix signed multiplication overflow | Mans Rullgard | 2011-10-12 | 1 | -1/+1 |
* | libx264: support yuv422/444 output. | Anton Khirnov | 2011-10-12 | 1 | -1/+23 |
* | fix AC3ENC_OPT_MODE_ON/OFF | John Stebbins | 2011-10-11 | 1 | -2/+2 |
* | h264: fix HRD parameters parsing | Mans Rullgard | 2011-10-11 | 2 | -2/+16 |
* | prores: implement multithreading. | Ronald S. Bultje | 2011-10-11 | 1 | -27/+44 |
* | prores: idct sse2/sse4 optimizations. | Ronald S. Bultje | 2011-10-11 | 7 | -2/+496 |
* | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 8 | -95/+180 |
* | h264: fix invalid shifts in init_cavlc_level_tab() | Mans Rullgard | 2011-10-11 | 1 | -4/+5 |
* | flashsv: return more meaningful error value | Diego Biurrun | 2011-10-11 | 1 | -1/+1 |
* | flashsv: fix typo in av_log() message | Diego Biurrun | 2011-10-11 | 1 | -1/+1 |
* | smacker: validate channels and sample format. | Justin Ruggles | 2011-10-11 | 1 | -0/+8 |
* | smacker: check buffer size before reading output size | Justin Ruggles | 2011-10-11 | 1 | -0/+5 |
* | smacker: validate number of channels | Justin Ruggles | 2011-10-11 | 1 | -0/+4 |
* | h264: fix detection of optional trailing PPS elements | Mans Rullgard | 2011-10-11 | 1 | -1/+4 |
* | sipr: fix get_bits(0) calls | Mans Rullgard | 2011-10-11 | 1 | -2/+4 |
* | motion_est: make MotionExtContext.map_generation unsigned | Mans Rullgard | 2011-10-11 | 3 | -20/+20 |
* | h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo... | Laurent Aimar | 2011-10-10 | 1 | -1/+3 |
* | error_resilience: fix the check for missing references in ff_er_frame_end() f... | Laurent Aimar | 2011-10-10 | 1 | -1/+1 |
* | 4xm: prevent NULL dereference with invalid huffman table | Laurent Aimar | 2011-10-10 | 1 | -3/+4 |
* | 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | ptx: check for out of bound reads | Laurent Aimar | 2011-10-10 | 1 | -0/+7 |
* | tiffdec: fix out of bound reads/writes | Laurent Aimar | 2011-10-10 | 1 | -15/+25 |
* | eacmv: check for out of bound reads | Laurent Aimar | 2011-10-10 | 1 | -0/+3 |
* | eacmv: fix potential pointer arithmetic overflows | Laurent Aimar | 2011-10-10 | 1 | -4/+4 |
* | adpcm: fix out of bound reads due to integer overflow | Laurent Aimar | 2011-10-10 | 1 | -2/+4 |
* | anm: prevent infinite loop | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | avs: check for out of bound reads | Laurent Aimar | 2011-10-10 | 1 | -0/+11 |
* | dnxhddec: handle cid change in bitstream. | Baptiste Coudurier | 2011-10-10 | 1 | -5/+11 |
* | vc1: K&R reformatting cosmetics | Kostya Shishkov | 2011-10-10 | 1 | -318/+315 |
* | ra288: log an error message when output buffer is too small. | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | ra288: use a more descriptive calculation for output data size | Justin Ruggles | 2011-10-10 | 1 | -5/+10 |
* | ra144: use macro constants to make the code more understandable. | Justin Ruggles | 2011-10-10 | 2 | -29/+29 |
* | ra144dec: log an error message when output buffer is too small. | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | ra144dec: use a more descriptive calculation for output data size | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | lavc: Micro version bump for VC1 interlaced decoding support | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -1/+1 |
* | vc1dec: interlaced stream decoding support 3/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 3 | -366/+2183 |
* | vc1dec: interlaced stream decoding support 2/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 2 | -0/+517 |
* | vc1dec: interlaced stream decoding support 1/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -4/+57 |
* | vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly). | Gwenole Beauchesne | 2011-10-10 | 1 | -1/+13 |
* | mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpeg124: use sign_extend() function | Mans Rullgard | 2011-10-09 | 3 | -10/+6 |
* | ac3dec: use get_sbits() instead of manually sign-extending | Mans Rullgard | 2011-10-09 | 1 | -2/+2 |
* | 4xm: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | wmavoice: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpegvideo_enc: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | zmbv: remove memcpy() of decoded frame | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpeg12enc: use sign_extend() function | Mans Rullgard | 2011-10-09 | 1 | -2/+2 |