aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: android: Regenerate configsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001cm-13.0Luca Stefani2017-02-1814-54/+148
* Revert "ffmpeg: Additional APE extradata"Steve Kondik2016-08-192-6/+2
* Merge branch 'release/3.0' of https://github.com/FFmpeg/FFmpeg into cm-13.0Steve Kondik2016-08-19126-549/+1292
|\
| * avcodec/h264: Put context_count check backMichael Niedermayer2016-08-131-4/+6
| * Update for 3.0.3Michael Niedermayer2016-08-133-2/+69
| * cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-136-0/+21
| * avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer2016-08-131-0/+1
| * avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer2016-08-131-4/+2
| * avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2016-08-131-0/+5
| * ffplay: Fix invalid array indexMichael Niedermayer2016-08-131-1/+1
| * avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer2016-08-131-0/+17
| * libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-08-131-1/+1
| * libavutil/opt: Small bugfix in example.Kacper Michajłow2016-08-131-2/+2
| * libx264: Increase x264 opts character limit to 4096Sasi Inguva2016-08-131-2/+2
| * avformat/mov: Check sample sizeMichael Niedermayer2016-08-131-1/+10
| * avformat/format: Fix registering a format more than once and related racesMichael Niedermayer2016-08-131-6/+10
| * avformat/flacdec: Fix seeking close to EOFMichael Niedermayer2016-08-131-3/+6
| * avcodec/flac_parser: Raise threshold for detecting invalid dataMichael Niedermayer2016-08-131-2/+2
| * avformat/flvdec: Accept last size if its off by 1Michael Niedermayer2016-08-131-1/+1
| * tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-08-131-1/+1
| * avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-08-132-0/+6
| * avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-08-132-1/+3
| * avformat/mpegts: adjust probe score for low check_countMichael Niedermayer2016-08-131-1/+3
| * avcodec/mpc8: Correct end truncationMichael Niedermayer2016-08-131-2/+6
| * 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