summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vc1: Check for excessive resolutionMichael Niedermayer2019-09-281-1/+5
* avcodec/vc1: check REFDISTMichael Niedermayer2019-09-281-1/+3
* avcodec/apedec: Allocate decoded_buffer after successful ff_get_buffer()Michael Niedermayer2019-09-281-5/+8
* avcodec/apedec: Fix several integer overflows in predictor_update_filter() an...Michael Niedermayer2019-09-281-3/+3
* avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs()Michael Niedermayer2019-09-281-2/+2
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2019-09-281-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-1/+1
* avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt2019-09-281-1/+1
* avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt2019-09-281-1/+1
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-3/+3
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2019-09-281-1/+1
* avcodec/ffv1enc: Fix out-of-bounds-array accessAndreas Rheinhardt2019-09-281-4/+13
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-2/+2
* ffmpeg_opt: remove errant spaceLou Logan2019-09-271-1/+1
* doc/ffmpeg: -timelimit is in user timeLou Logan2019-09-272-2/+2
* avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler2019-09-272-4/+15
* avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler2019-09-272-4/+18
* avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan2019-09-273-1/+29
* avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler2019-09-274-5/+10
* libavformat/rtsp: return error if rtsp_hd_out is null instead of crashRoss Nicholson2019-09-271-0/+3
* lavu/qsv: remove redundant version queryZhong Li2019-09-271-5/+0
* lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao2019-09-271-0/+4
* avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb()James Almer2019-09-271-2/+2
* avformat: use avpriv_mpeg4audio_get_config2()James Almer2019-09-274-6/+5
* avcodec: use avpriv_mpeg4audio_get_config2()James Almer2019-09-273-6/+6
* avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer2019-09-273-4/+37
* avformat/dhav: fix demuxer since recent breakagePaul B Mahol2019-09-271-2/+11
* avformat/g729dec: set packet duration and correctly set timebase infoPaul B Mahol2019-09-271-2/+2
* avformat/nut: add pcm_s64 supportPaul B Mahol2019-09-271-0/+2
* swscale/swscale: cosmeticsLimin Wang2019-09-271-7/+0
* avfilter/vf_scale: cosmeticsLimin Wang2019-09-271-9/+8
* avcodec/4xm: Check index in decode_i_block() also in the path where its not u...Michael Niedermayer2019-09-261-0/+4
* avcodec/loco: Check for end of input in the first lineMichael Niedermayer2019-09-261-0/+2
* avcodec/atrac3: Check block_alignMichael Niedermayer2019-09-261-1/+1
* tools/target_dec_fuzzer: Print samples decoded like pixelsMichael Niedermayer2019-09-261-1/+1
* tools/target_dec_fuzzer: Check number of all samples decoded too, like max pi...Michael Niedermayer2019-09-261-0/+7
* avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer2019-09-261-4/+6
* avcodec/hcom: Check that there are dictionary entriesMichael Niedermayer2019-09-261-1/+2
* avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer2019-09-261-1/+8
* avcodec/dstdec: Fix integer overflow in samples_per_frame computationMichael Niedermayer2019-09-261-1/+1
* avcodec/g729_parser: Check block_sizeMichael Niedermayer2019-09-261-0/+6
* avcodec/sbcdec: Initialize number of channelsMichael Niedermayer2019-09-261-0/+1
* avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-261-1/+1
* aformat/movenc: add missing padding to output track extradataJames Almer2019-09-261-5/+10
* doc/filters: warn about gaps/overlaps in xstackGyan Doshi2019-09-261-0/+5
* doc/filters: add 4x4 layout example for xstack filterLimin Wang2019-09-261-7/+50
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-262-4/+7
* fate: update hashes after ya16 changePaul B Mahol2019-09-2613-23/+23
* swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol2019-09-261-4/+4
* avcodec/hevc_ps: Remove dead code in vps_id checkAndriy Gelman2019-09-261-8/+0