summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/utils: fix typo for min() descriptionrelease/2.1Paul B Mahol2016-03-021-1/+1
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-12-061-0/+1
* avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer2015-12-061-1/+3
* avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer2015-12-061-1/+1
* doc/filters/drawtext: fix centering exampleAndrey Utkin2015-12-011-1/+1
* videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje2015-10-251-4/+11
* avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer2015-10-101-1/+1
* avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-10-101-4/+7
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-10-101-1/+2
* avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer2015-10-104-11/+15
* avcodec/mp3: fix skipping zeroswm42015-10-101-1/+3
* MAINTAINERS: Remove myself as leaderMichael Niedermayer2015-07-311-1/+0
* avformat/swfdec: Do not error out on pixel format changesMichael Niedermayer2015-07-081-4/+2
* avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer2015-06-191-0/+3
* avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-06-191-0/+1
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-06-191-2/+2
* lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos2015-05-171-1/+3
* Update for 2.1.8n2.1.8Michael Niedermayer2015-04-303-3/+3
* nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun2015-04-281-1/+1
* nutdec: check chapter creation in decode_info_headerAndreas Cadhalpun2015-04-281-0/+4
* nutdec: check for negative frame rate in decode_info_headerAndreas Cadhalpun2015-04-281-1/+2
* ffmpeg: remove incorrect network deinitMichael Niedermayer2015-04-281-1/+0
* apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun2015-04-281-2/+2
* apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun2015-04-281-1/+1
* tests/fate-run: do not attempt to parse tiny_psnrs output if it failedMichael Niedermayer2015-04-241-1/+1
* alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun2015-04-241-0/+5
* alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-04-231-1/+1
* lavf: Reset global flag on deinitVittorio Giovara2015-04-231-0/+1
* mpeg4videodec: only allow a positive lengthAndreas Cadhalpun2015-04-221-2/+2
* alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-04-221-7/+27
* avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer2015-04-221-0/+3
* alsdec: validate time diff indexAndreas Cadhalpun2015-04-221-0/+8
* avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer2015-04-221-2/+2
* alsdec: ensure channel reordering is reversibleAndreas Cadhalpun2015-04-221-1/+5
* ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun2015-04-221-0/+3
* aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun2015-04-221-1/+4
* aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-04-221-1/+1
* aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun2015-04-221-1/+1
* msrledec: use signed pixel_ptr in msrle_decode_pal4Andreas Cadhalpun2015-04-221-1/+1
* avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer2015-04-221-1/+1
* tests: Fix test name for pixfmts tests(cherry picked from commit e1ee0521a698...Timothy Gu2015-04-221-0/+2
* tests/fate.sh: report different status for different errorsTimothy Gu2015-04-221-3/+3
* avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer2015-04-221-1/+1
* avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-04-221-0/+8
* avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...Michael Niedermayer2015-04-221-14/+11
* avcodec/hevc_ps: Check cropping parameters more correctlyMichael Niedermayer2015-04-221-1/+2
* avcodec/hevc_ps: More complete window resetMichael Niedermayer2015-04-221-4/+2
* hevc: make the crop sizes unsignedAnton Khirnov2015-04-221-4/+4
* avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer2015-04-221-1/+1