| Commit message (Expand) | Author | Age | Files | Lines |
* | hevc_deblock: Fix compilation with nasm | Carl Eugen Hoyos | 2015-02-22 | 1 | -2/+2 |
* | h264: initialize H264Context.avctx in init_thread_copy | Anton Khirnov | 2015-02-21 | 1 | -0/+1 |
* | h264: Do not share rbsp_buffer across threads | Michael Niedermayer | 2015-02-21 | 1 | -0/+4 |
* | h264: only ref cur_pic in update_thread_context if it is initialized | Anton Khirnov | 2015-02-21 | 1 | -2/+5 |
* | matroskadec: Fix read-after-free in matroska_read_seek() | Xiaohan Wang | 2015-01-27 | 1 | -1/+2 |
* | log: Unbreak no-tty support on 256color terminals | Luca Barbato | 2015-01-18 | 1 | -1/+2 |
* | Prepare for 11.2 Release | Luca Barbato | 2015-01-14 | 1 | -1/+1 |
* | doc: Update the Changelog for release 11.2 | Luca Barbato | 2015-01-13 | 1 | -0/+23 |
* | vp7: fix checking vp7_feature_value_size() | Michael Niedermayer | 2015-01-13 | 1 | -1/+1 |
* | libopusenc: prevent an out-of-bounds read by returning early | Vittorio Giovara | 2015-01-13 | 1 | -3/+4 |
* | display: fix order of operands | Vittorio Giovara | 2015-01-13 | 2 | -2/+2 |
* | ffv1: fix out-of-bounds read | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | indeo3: check ff_set_dimensions return value | Vittorio Giovara | 2015-01-13 | 1 | -1/+2 |
* | g2meet: check ff_set_dimensions return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+5 |
* | avs: check ff_set_dimensions return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+1 |
* | ansi: check ff_set_dimensions return value | Vittorio Giovara | 2015-01-13 | 1 | -3/+5 |
* | svq1enc: check ff_get_buffer return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+6 |
* | on2avc: Fix out of array access | Michael Niedermayer | 2015-01-13 | 1 | -1/+1 |
* | librtmp: append the correct field to the string | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | lavc: fix bitshifts amount bigger than the type | Vittorio Giovara | 2015-01-13 | 5 | -7/+10 |
* | configure: Fix enabling memalign_hack automatically | Martin Storsjö | 2015-01-13 | 1 | -1/+1 |
* | lavc: Move the libtwolame encoder registration to the list for external libra... | Martin Storsjö | 2015-01-13 | 1 | -1/+1 |
* | xwma: Do not leak on failure path | Luca Barbato | 2015-01-13 | 1 | -8/+15 |
* | libtwolame: prevent a NULL pointer dereference | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | dvdsubdec: Do not leak on failure path | Luca Barbato | 2015-01-13 | 1 | -3/+6 |
* | qdm2: avoid integer overflow | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | mpegenc: prevent a NULL pointer dereference | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | aacdec: avoid an out-of-bounds write | Vittorio Giovara | 2015-01-13 | 1 | -2/+2 |
* | cook: Make sure there is enough extradata | Luca Barbato | 2015-01-13 | 1 | -1/+1 |
* | tiffenc: initialize return value | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | roqaudio: Always use the frame buffer on flush | Michael Niedermayer | 2015-01-13 | 1 | -2/+3 |
* | hnm4: Use av_image_check_size | Luca Barbato | 2015-01-13 | 1 | -0/+6 |
* | png_parser: fix size of chunk_lenght | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | aacsbr: change order of operation to prevent out of array read | Michael Niedermayer | 2015-01-13 | 1 | -1/+2 |
* | assdec: check av_new_packet return value | Vittorio Giovara | 2015-01-13 | 1 | -1/+4 |
* | mtv: improve header check and avoid division by zero | Vittorio Giovara | 2015-01-13 | 1 | -2/+5 |
* | matroskaenc: write correct Display{Width, Height} in stereo encoding | Vittorio Giovara | 2015-01-13 | 1 | -6/+24 |
* | mov: fix assigment check | Vittorio Giovara | 2015-01-13 | 1 | -1/+1 |
* | mxfdec: add missing break | Vittorio Giovara | 2015-01-13 | 1 | -0/+1 |
* | lavf: replace rename() with ff_rename() | Luca Barbato | 2015-01-13 | 3 | -9/+26 |
* | img2dec: check av_new_packet return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+4 |
* | audiointerleave: check av_new_packet return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+4 |
* | avfilter: check filter link validity | Vittorio Giovara | 2015-01-13 | 1 | -1/+6 |
* | mp3dec: fix reading the Xing tag | Anton Khirnov | 2015-01-13 | 1 | -1/+3 |
* | nutdec: check av_new_packet return value | Vittorio Giovara | 2015-01-13 | 1 | -2/+4 |
* | rmdec: check av_new_packet return value | Vittorio Giovara | 2015-01-13 | 1 | -1/+3 |
* | vf_format: check input validity | Vittorio Giovara | 2015-01-13 | 1 | -0/+5 |
* | aviobuf: check context before using it | Vittorio Giovara | 2015-01-13 | 1 | -1/+2 |
* | avio: fix sizeof argument | Michael Niedermayer | 2015-01-13 | 1 | -1/+1 |
* | swscale: fix sign extensions in yuv planar conversion | Vittorio Giovara | 2015-01-13 | 1 | -4/+4 |