summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/target_dec_fuzzer: Print max_pixels and iterations at the endMichael Niedermayer2019-08-131-0/+2
* libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow2019-08-132-1/+26
* avcodec/vp56: Consider the alpha start as end of the prior headerMichael Niedermayer2019-08-131-2/+2
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-1315-380/+280
* avcodec/4xm: Check for end of input in decode_p_block()Michael Niedermayer2019-08-131-0/+2
* avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer2019-08-131-0/+4
* libavformat/subfile: Fix SEEK_CUR and SEEK_END seekingAndreas Rheinhardt2019-08-131-3/+3
* lavf/concat: implement FFSEEK_SIZE.Nicolas George2019-08-131-1/+6
* lavf/aviobuf: make AVSEEK_SIZE usable from outside.Nicolas George2019-08-131-0/+3
* tools/aviocat: add verbose mode.Nicolas George2019-08-131-2/+12
* fate: add a case for ticket #3229Zhong Li2019-08-132-0/+11
* lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner2019-08-131-20/+4
* tools/target_dec_fuzzer: Add missing breaksMichael Niedermayer2019-08-121-4/+4
* tools/target_dec_fuzzer: Limit number off all pixels decodedMichael Niedermayer2019-08-121-1/+17
* avcodec/hnm4video: Optimize postprocess_current_frame()Michael Niedermayer2019-08-121-5/+8
* LICENSE: Add missing libraries that need --enable-version3.Carl Eugen Hoyos2019-08-121-2/+14
* LICENSE: Update list of GPLv2 libraries.Carl Eugen Hoyos2019-08-121-1/+4
* LICENSE: Clarify that lensfun is GPLv3+.Carl Eugen Hoyos2019-08-121-1/+1
* LICENSE: Add missing filters licensed under the GPL.Carl Eugen Hoyos2019-08-121-0/+5
* LICENSE: Remove a file that does not exist anymore.Carl Eugen Hoyos2019-08-121-1/+0
* LICENSE: Fix path to libswresample test file.Carl Eugen Hoyos2019-08-121-1/+1
* lavc/zmbvenc: Do not left-shift negative values.Carl Eugen Hoyos2019-08-111-2/+2
* avcodec/encode: only allow undersized audio frames if they are the lastMarton Balint2019-08-111-2/+8
* avcodec/hevc_refs: Optimize 16bit generate_missing_ref()Michael Niedermayer2019-08-111-6/+6
* avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33Michael Niedermayer2019-08-111-4/+3
* avcodec/tiff: Enforce increasing offsetsMichael Niedermayer2019-08-111-1/+10
* avcodec/dds: Use ff_set_dimensions()Michael Niedermayer2019-08-111-3/+4
* avformat/vividas: Fix another infinite loopMichael Niedermayer2019-08-111-1/+1
* avformat/vividas: Fix infinite loop in header parserMichael Niedermayer2019-08-111-0/+3
* avcodec/mpc8: Fix 32bit mask/enumMichael Niedermayer2019-08-111-1/+1
* avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()Michael Niedermayer2019-08-111-2/+2
* avcodec/alsdec: fix mantisse shiftMichael Niedermayer2019-08-111-1/+5
* avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer2019-08-111-1/+1
* avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks()Michael Niedermayer2019-08-111-2/+2
* avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb()Michael Niedermayer2019-08-111-1/+1
* avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()Michael Niedermayer2019-08-111-1/+1
* lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang2019-08-111-0/+1
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-112-0/+22
* MAINTAINERS: Add my GnuPG fingerprint.Thilo Borgmann2019-08-111-0/+1
* lavc/r210enc: Fix undefined behaviour encoding r10k.Carl Eugen Hoyos2019-08-111-3/+3
* lavc/vc2enc_dwt: Avoid left-shifting a negative value.Carl Eugen Hoyos2019-08-111-1/+1
* lavc/frame_thread_encoder: Do not memcpy() from NULL.Carl Eugen Hoyos2019-08-111-1/+2
* lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-2/+2
* lavf/dump: Fix cpb bitrate type after next major bump.Carl Eugen Hoyos2019-08-101-0/+4
* lavf/dump: Fix vbv_delay type specifier.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos2019-08-101-0/+4
* avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp lineOlivier Maignial2019-08-101-12/+33
* tools/zmqsend: Avoid mem copy past the end of input bufferAndriy Gelman2019-08-091-1/+1
OpenPOWER on IntegriCloud