aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer2016-08-131-1/+6
* avcodec/cfhd: Set dimensions unconditionallyMichael Niedermayer2016-08-131-0/+5
* avcodec/mpegvideo: Do not clear the parse context during initMichael Niedermayer2016-08-131-3/+1
* MAINTAINERs cleanup (remove myself from things i de facto dont maintain)Michael Niedermayer2016-08-131-5/+4
* avcodec/h264: Fix off by 1 context countMichael Niedermayer2016-08-131-6/+4
* avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer2016-08-131-0/+5
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-08-131-1/+1
* avcodec/utils: check skip_samples signednessMichael Niedermayer2016-08-131-1/+1
* avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2016-08-131-1/+4
* avcodec/bmp_parser: Check fsizeMichael Niedermayer2016-08-131-1/+2
* avcodec/bmp_parser: reset stateMichael Niedermayer2016-08-131-1/+3
* avcodec/bmp_parser: Fix remaining sizeMichael Niedermayer2016-08-131-1/+1
* avcodec/bmp_parser: Fix frame_start_found in cross frame casesMichael Niedermayer2016-08-131-1/+4
* avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer2016-08-131-0/+3
* avformat/allformats: Making av_register_all() thread-safe.Vivekanand2016-08-131-1/+2
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-251-1/+5
* Revert "configure: Enable GCC vectorization on ≥4.9 on x86"James Almer2016-07-091-5/+1
* avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...Michael Niedermayer2016-07-011-1/+7
* ffplay: Fix usage of private lavfi APITimo Rothenpieler2016-06-291-1/+1
* tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64beMichael Niedermayer2016-06-261-1/+1
* avcodec/mpegvideo: Deallocate last/next picture earlierMichael Niedermayer2016-06-051-2/+2
* avcodec/bmp_parser: Fix stateMichael Niedermayer2016-06-051-0/+2
* avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert2016-06-051-1/+1
* avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer2016-06-051-1/+1
* avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer2016-06-051-1/+1
* doc/developer.texi: Add a code of conductMichael Niedermayer2016-06-051-0/+29
* ffserver: fixed deallocation bug in build_feed_streamsGregor Riepl2016-06-051-0/+2
* avcodec/diracdec: Fix potential integer overflowMichael Niedermayer2016-06-051-2/+2
* avformat/avidec: Detect index with too short entriesMichael Niedermayer2016-06-051-0/+2
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-06-051-1/+1
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-06-051-1/+1
* ffmpeg: Check that r_frame_rate is set before attempting to use itMichael Niedermayer2016-06-051-1/+2
* swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer2016-06-051-4/+4
* swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer2016-06-052-4/+22
* swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer2016-06-051-3/+9
* hevc: Fix memory leak related to a53_caption dataWill Kelleher2016-06-054-0/+19
* libavformat/oggdec: Free stream private when header parsing fails.Chris Cunningham2016-06-051-0/+1
* avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2016-06-051-0/+3
* avformat/oggparseopus: Check that granule pos is within the supported rangeMichael Niedermayer2016-06-051-0/+4
* avcodec/mjpegdec: Do not try to detect last scan but apply idct after all sca...Michael Niedermayer2016-06-051-15/+37
* avformat/options_table: Add missing identifier for very strict complianceMichael Niedermayer2016-06-051-0/+1
* avformat/ffmdec: Check pix_fmtMichael Niedermayer2016-06-051-0/+11
* doc/general: update supported DCA extensionsJames Almer2016-05-141-1/+1
* avcodec/rscc: check input buffer size for deflate modeJames Almer2016-05-101-0/+11
* avcodec/dca: fix sync word search error conditionfoo862016-05-021-6/+9
* lavf/mpegts: Return small probe score for very short transport streams.Carl Eugen Hoyos2016-05-021-4/+9
* Changelog: Fix minor formating inconsistencyMichael Niedermayer2016-04-281-0/+1
* update for 3.0.2Michael Niedermayer2016-04-283-2/+21
* avcodec/ttaenc: Reallocate packet if its too smallMichael Niedermayer2016-04-261-2/+13