summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/utils: fix typo for min() descriptionrelease/2.3Paul B Mahol2016-03-021-1/+1
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-6/+6
* 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-091-1/+1
* avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-10-091-4/+7
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-10-091-1/+2
* hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes2015-10-093-1/+7
* hevc: fix wpp threading deadlock.Ronald S. Bultje2015-10-091-0/+2
* avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer2015-10-094-11/+16
* avcodec/mp3: fix skipping zeroswm42015-10-091-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/exr: fix crash caused by mergePaul B Mahol2015-06-191-15/+16
* 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
* avformat/mov: Fix mixed declaration and statement warningn2.3.6Michael Niedermayer2015-01-061-1/+2
* Update for 2.3.6Michael Niedermayer2015-01-062-2/+2
* cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_fi...Michael Niedermayer2015-01-061-1/+1
* avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer2015-01-061-0/+1
* avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-4/+4
* lavfi: check av_strdup() return valuePaul B Mahol2015-01-064-0/+8
* mov: Fix negative size calculation in mov_read_default().Dale Curtis2015-01-061-1/+1
* avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer2015-01-061-1/+1
* mov: Avoid overflow with mov_metadata_raw()Dale Curtis2015-01-061-0/+3
* avcodec/dvdsubdec: fix out of bounds accesseswm42015-01-061-4/+9
* avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer2015-01-061-6/+16
* avformat/flvdec: Increase string array sizeMichael Niedermayer2015-01-061-1/+1
* avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer2015-01-061-3/+3
* avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer2015-01-061-0/+2
* avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-7/+7
* avformat/mov: strengthen some table allocationsClément Bœsch2015-01-061-21/+27
* avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2015-01-061-0/+8
* Makefile: add dependencies which require ffversion.hMichael Niedermayer2015-01-061-1/+1
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2015-01-067-0/+21
* mmvideo: check frame dimensionsAnton Khirnov2015-01-061-0/+7
* jvdec: check frame dimensionsAnton Khirnov2015-01-061-0/+7
* avcodec/indeo3: ensure offsets are non negativeMichael Niedermayer2015-01-061-1/+2
* avcodec/h264: Check *log2_weight_denomMichael Niedermayer2015-01-061-0/+10
* avcodec/hevc_ps: Check diff_cu_qp_delta_depthMichael Niedermayer2015-01-061-0/+8
* avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer2015-01-061-0/+1
* avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer2015-01-061-1/+1
* avcodec/dcadec: Check that the added xch channel isnt already thereMichael Niedermayer2015-01-061-0/+4
* avcodec/indeo3: use signed variables to avoid underflowMichael Niedermayer2015-01-061-2/+3