| Commit message (Expand) | Author | Age | Files | Lines |
* | pcm: support 24-bit/32-bit little-endian planar | Paul B Mahol | 2013-09-27 | 7 | -15/+56 |
* | g2meet: Respect cursor_stride properly everywhere | Kostya Shishkov | 2013-09-25 | 1 | -0/+3 |
* | lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames | Anton Khirnov | 2013-09-24 | 1 | -5/+11 |
* | h264: do not reinitialize the global cabac tables at each slice header | Anton Khirnov | 2013-09-24 | 2 | -1/+8 |
* | cabac: remove write-only h264_mps_state[] | Anton Khirnov | 2013-09-24 | 1 | -6/+2 |
* | lavc: add support for interleaved chroma formats to libx264. | Kieran Kunhya | 2013-09-24 | 1 | -0/+6 |
* | h264_sei: check SEI size | Michael Niedermayer | 2013-09-24 | 1 | -0/+6 |
* | h264: do not discard NAL_SEI when skipping frames | Rainer Hochecker | 2013-09-24 | 1 | -2/+3 |
* | h264: log extradata skip only for non-ignored NALs | Vittorio Giovara | 2013-09-24 | 1 | -2/+5 |
* | h264_sei: log unknown sei messages | Vittorio Giovara | 2013-09-24 | 1 | -0/+1 |
* | mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 | Martin Storsjö | 2013-09-24 | 1 | -8/+8 |
* | h263dec: Remove a hack that can cause infinite loops | Martin Storsjö | 2013-09-23 | 1 | -13/+0 |
* | vc1dec: Check the error handling flags on slice/field header decode errors | Martin Storsjö | 2013-09-22 | 1 | -0/+4 |
* | vc1dec: Don't decode slices when the latest slice header failed to decode | Michael Niedermayer | 2013-09-22 | 1 | -2/+6 |
* | vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks | Martin Storsjö | 2013-09-22 | 1 | -0/+3 |
* | vc1dec: Undo mpegvideo initialization if unable to allocate tables | Martin Storsjö | 2013-09-22 | 1 | -1/+5 |
* | vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors | Martin Storsjö | 2013-09-22 | 1 | -2/+13 |
* | wnv1: Make sure the input packet is large enough | Martin Storsjö | 2013-09-22 | 1 | -0/+5 |
* | h264: remove an unused static constant | Vittorio Giovara | 2013-09-20 | 1 | -2/+0 |
* | dcadec: Validate the lfe parameter | Martin Storsjö | 2013-09-20 | 1 | -0/+5 |
* | fraps: Make the input buffer size checks more strict | Martin Storsjö | 2013-09-19 | 1 | -11/+19 |
* | svq3: Avoid a division by zero | Martin Storsjö | 2013-09-19 | 1 | -1/+2 |
* | qpeg: Add checks for running out of rows in qpeg_decode_inter | Martin Storsjö | 2013-09-19 | 1 | -0/+4 |
* | mpegaudiodec: Validate that the number of channels fits at the given offset | Martin Storsjö | 2013-09-19 | 1 | -1/+2 |
* | asvdec: Verify the amount of extradata | Martin Storsjö | 2013-09-19 | 1 | -0/+5 |
* | rv34: Fix a memory leak on errors | Martin Storsjö | 2013-09-19 | 1 | -2/+6 |
* | rv10: Validate the dimensions set from the container | Martin Storsjö | 2013-09-19 | 1 | -0/+3 |
* | aacdec: Add support for LD (Low Delay) AAC | Alex Converse | 2013-09-18 | 5 | -5/+104 |
* | aacdec: Add support for Error Resilience syntax. | Alex Converse | 2013-09-18 | 1 | -10/+102 |
* | Add a WebP decoder | Justin Ruggles | 2013-09-18 | 8 | -10/+1483 |
* | lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t | Justin Ruggles | 2013-09-18 | 1 | -0/+10 |
* | twinvqdec: Check the ibps parameter separately | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | dca_parser: Handle changes in DCA frame size | John Stebbins | 2013-09-17 | 1 | -6/+9 |
* | jpeg2000dec: Add more checks when parsing headers | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | ffv1: Make sure at least one slice context is initialized | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | eacmv: Make sure a reference frame exists before referencing it | Martin Storsjö | 2013-09-17 | 1 | -3/+4 |
* | truemotion2: Use av_freep properly in an error path | Martin Storsjö | 2013-09-17 | 1 | -8/+8 |
* | mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory | Martin Storsjö | 2013-09-17 | 1 | -3/+9 |
* | ivi_common: Make sure color planes have been initialized | Martin Storsjö | 2013-09-17 | 1 | -0/+5 |
* | rv34: Check the return value from ff_rv34_decode_init | Martin Storsjö | 2013-09-17 | 2 | -2/+6 |
* | mace: Make sure that the channel count is set to a valid value | Martin Storsjö | 2013-09-17 | 1 | -2/+2 |
* | svq3: Check for any negative return value from ff_h264_check_intra_pred_mode | Martin Storsjö | 2013-09-17 | 1 | -3/+3 |
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2 | Martin Storsjö | 2013-09-16 | 1 | -0/+6 |
* | Fix references to deleted avcodec_encode_video() function | Vittorio Giovara | 2013-09-16 | 1 | -1/+1 |
* | avpacket: Fix error checking in packet_alloc | Martin Storsjö | 2013-09-16 | 1 | -3/+4 |
* | vp3: Check the framerate for validity | Martin Storsjö | 2013-09-16 | 1 | -0/+4 |
* | proresdec: Properly make sure an index doesn't run past the limit | Martin Storsjö | 2013-09-16 | 1 | -1/+1 |
* | cavsdec: Make sure a sequence header has been decoded before decoding pictures | Martin Storsjö | 2013-09-16 | 1 | -0/+5 |
* | mathops/x86: work around inline asm miscompilation with GCC 4.8.1 | Hendrik Leppkes | 2013-09-15 | 1 | -1/+1 |
* | pcm-dvd: Minor leftovers | Christian Schmidt | 2013-09-13 | 1 | -3/+2 |