aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-221-2/+2
* h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-02-211-0/+1
* h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-02-211-0/+4
* h264: only ref cur_pic in update_thread_context if it is initializedAnton Khirnov2015-02-211-2/+5
* matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2015-01-271-1/+2
* log: Unbreak no-tty support on 256color terminalsLuca Barbato2015-01-181-1/+2
* Prepare for 11.2 ReleaseLuca Barbato2015-01-141-1/+1
* doc: Update the Changelog for release 11.2Luca Barbato2015-01-131-0/+23
* vp7: fix checking vp7_feature_value_size()Michael Niedermayer2015-01-131-1/+1
* libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara2015-01-131-3/+4
* display: fix order of operandsVittorio Giovara2015-01-132-2/+2
* ffv1: fix out-of-bounds readVittorio Giovara2015-01-131-1/+1
* indeo3: check ff_set_dimensions return valueVittorio Giovara2015-01-131-1/+2
* g2meet: check ff_set_dimensions return valueVittorio Giovara2015-01-131-2/+5
* avs: check ff_set_dimensions return valueVittorio Giovara2015-01-131-2/+1
* ansi: check ff_set_dimensions return valueVittorio Giovara2015-01-131-3/+5
* svq1enc: check ff_get_buffer return valueVittorio Giovara2015-01-131-2/+6
* on2avc: Fix out of array accessMichael Niedermayer2015-01-131-1/+1
* librtmp: append the correct field to the stringVittorio Giovara2015-01-131-1/+1
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2015-01-135-7/+10
* configure: Fix enabling memalign_hack automaticallyMartin Storsjö2015-01-131-1/+1
* lavc: Move the libtwolame encoder registration to the list for external libra...Martin Storsjö2015-01-131-1/+1
* xwma: Do not leak on failure pathLuca Barbato2015-01-131-8/+15
* libtwolame: prevent a NULL pointer dereferenceVittorio Giovara2015-01-131-1/+1
* dvdsubdec: Do not leak on failure pathLuca Barbato2015-01-131-3/+6
* qdm2: avoid integer overflowVittorio Giovara2015-01-131-1/+1
* mpegenc: prevent a NULL pointer dereferenceVittorio Giovara2015-01-131-1/+1
* aacdec: avoid an out-of-bounds writeVittorio Giovara2015-01-131-2/+2
* cook: Make sure there is enough extradataLuca Barbato2015-01-131-1/+1
* tiffenc: initialize return valueVittorio Giovara2015-01-131-1/+1
* roqaudio: Always use the frame buffer on flushMichael Niedermayer2015-01-131-2/+3
* hnm4: Use av_image_check_sizeLuca Barbato2015-01-131-0/+6
* png_parser: fix size of chunk_lenghtVittorio Giovara2015-01-131-1/+1
* aacsbr: change order of operation to prevent out of array readMichael Niedermayer2015-01-131-1/+2
* assdec: check av_new_packet return valueVittorio Giovara2015-01-131-1/+4
* mtv: improve header check and avoid division by zeroVittorio Giovara2015-01-131-2/+5
* matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2015-01-131-6/+24
* mov: fix assigment checkVittorio Giovara2015-01-131-1/+1
* mxfdec: add missing breakVittorio Giovara2015-01-131-0/+1
* lavf: replace rename() with ff_rename()Luca Barbato2015-01-133-9/+26
* img2dec: check av_new_packet return valueVittorio Giovara2015-01-131-2/+4
* audiointerleave: check av_new_packet return valueVittorio Giovara2015-01-131-2/+4
* avfilter: check filter link validityVittorio Giovara2015-01-131-1/+6
* mp3dec: fix reading the Xing tagAnton Khirnov2015-01-131-1/+3
* nutdec: check av_new_packet return valueVittorio Giovara2015-01-131-2/+4
* rmdec: check av_new_packet return valueVittorio Giovara2015-01-131-1/+3
* vf_format: check input validityVittorio Giovara2015-01-131-0/+5
* aviobuf: check context before using itVittorio Giovara2015-01-131-1/+2
* avio: fix sizeof argumentMichael Niedermayer2015-01-131-1/+1
* swscale: fix sign extensions in yuv planar conversionVittorio Giovara2015-01-131-4/+4