summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkrelease/1.2Michael 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/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
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-06-191-2/+2
* Update for FFmpeg 1.2.12n1.2.12Michael Niedermayer2015-02-122-2/+2
* avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer2015-02-111-6/+13
* avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer2015-02-071-1/+3
* avcodec/h264_slice: Check picture structure before setting the related fieldsMichael Niedermayer2015-02-071-14/+16
* avcodec/h264_slice: Do not change frame_num after the first sliceMichael Niedermayer2015-02-071-1/+10
* avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-061-2/+2
* avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-061-2/+2
* avcodec/h264: Be more strict on rejecting pps/sps changesMichael Niedermayer2015-02-061-4/+15
* avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer2015-02-061-1/+3
* avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer2015-02-051-0/+2
* swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-051-2/+3
* avcodec/mjpegdec: Check number of components for JPEG-LSMichael Niedermayer2015-02-041-2/+5
* avcodec/mjpegdec: Check escape sequence validityMichael Niedermayer2015-02-041-0/+4
* avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer2015-02-041-2/+2
* avformat/mpc8: fix broken pointer mathwm42015-02-041-1/+1
* avformat/mpc8: fix hang with fuzzed filewm42015-02-041-0/+4
* avformat/tta: fix crash with corrupted fileswm42015-02-031-2/+9
* avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculationMichael Niedermayer2015-02-011-4/+4
* avcodec/h264_cabac: use int instead of long for mbb_xyMichael Niedermayer2015-02-011-1/+1
* avformat/smacker: Fix number suffixMichael Niedermayer2015-02-011-1/+1
* avformat/matroskadec: Fix number suffixesMichael Niedermayer2015-02-011-2/+2
* swresample/dither: Cleanup number suffixesMichael Niedermayer2015-02-011-6/+6
* avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer2015-02-011-2/+2
* avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata()Michael Niedermayer2015-01-181-1/+5
* rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2015-01-171-0/+1
* swscale: check memory allocationsVittorio Giovara2015-01-171-7/+11
* opt: check memory allocationVittorio Giovara2015-01-171-0/+2
* avcodec/flac_parser: fix handling EOF if no headers are foundMichael Niedermayer2015-01-171-1/+1
* avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Vers...Michael Niedermayer2015-01-101-1/+2
* ffmpeg: Clear error message array at init.Michael Niedermayer2015-01-081-1/+1
* avcodec/dvdsubdec: error on bitmaps with size 0wm42015-01-081-0/+3
* cmdutils: update copyright year to 2015.Johan Andersson2015-01-061-1/+1
* avformat/mov: Fix mixed declaration and statement warningMichael Niedermayer2015-01-061-1/+2
* avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-4/+4
* 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-051-4/+9
* avformat/flvdec: Increase string array sizeMichael Niedermayer2015-01-011-1/+1
* avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer2014-12-311-0/+2
* lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa...Stefano Sabatini2014-12-281-6/+0
* avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2014-12-201-0/+8