summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/motionpixels: Mark 2 functions as always_inlineMichael Niedermayer2019-09-28
* avcodec/ituh263dec: Make the condition for the studio slice start code match ...Michael Niedermayer2019-09-28
* avcodec/ralf: Fix integer overflow in decode_channel()Michael Niedermayer2019-09-28
* vcodec/vc1: compute rangex/y only for P/B framesMichael Niedermayer2019-09-28
* avcodec/vc1_pred: Fix invalid shifts in scaleforopp()Michael Niedermayer2019-09-28
* avcodec/vc1_block: Fix invalid shift with rangeredfrmMichael Niedermayer2019-09-28
* avcodec/vc1: Check for excessive resolutionMichael Niedermayer2019-09-28
* avcodec/vc1: check REFDISTMichael Niedermayer2019-09-28
* avcodec/apedec: Allocate decoded_buffer after successful ff_get_buffer()Michael Niedermayer2019-09-28
* avcodec/apedec: Fix several integer overflows in predictor_update_filter() an...Michael Niedermayer2019-09-28
* avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs()Michael Niedermayer2019-09-28
* avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt2019-09-28
* avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt2019-09-28
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-28
* avcodec/ffv1enc: Fix out-of-bounds-array accessAndreas Rheinhardt2019-09-28
* avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler2019-09-27
* avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler2019-09-27
* avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan2019-09-27
* avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler2019-09-27
* lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao2019-09-27
* avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb()James Almer2019-09-27
* avcodec: use avpriv_mpeg4audio_get_config2()James Almer2019-09-27
* avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer2019-09-27
* avcodec/4xm: Check index in decode_i_block() also in the path where its not u...Michael Niedermayer2019-09-26
* avcodec/loco: Check for end of input in the first lineMichael Niedermayer2019-09-26
* avcodec/atrac3: Check block_alignMichael Niedermayer2019-09-26
* avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer2019-09-26
* avcodec/hcom: Check that there are dictionary entriesMichael Niedermayer2019-09-26
* avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer2019-09-26
* avcodec/dstdec: Fix integer overflow in samples_per_frame computationMichael Niedermayer2019-09-26
* avcodec/g729_parser: Check block_sizeMichael Niedermayer2019-09-26
* avcodec/sbcdec: Initialize number of channelsMichael Niedermayer2019-09-26
* avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-26
* avcodec/hevc_ps: Remove dead code in vps_id checkAndriy Gelman2019-09-26
* avcodec/truespeech: fix left shift of negative valuePaul B Mahol2019-09-26
* avcodec/mpeg12dec: Sanitize start codes earlierAndreas Rheinhardt2019-09-26
* avcodec/pcm: CosmeticsAndreas Rheinhardt2019-09-26
* avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt2019-09-26
* avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt2019-09-26
* lavc/qsv: add memory type messageZhong Li2019-09-26
* lavc/qsv: Fix MSDK initialization failure in system memory modeZhong Li2019-09-26
* Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"Carl Eugen Hoyos2019-09-26
* avcodec/dnxhdenc: return error if av_malloc failedLimin Wang2019-09-25
* avcodec/decode: Check max_samples in get_buffer_internal()Michael Niedermayer2019-09-25
* avcodec: add max_samplesMichael Niedermayer2019-09-25
* lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov2019-09-25
* libavcodec/libx265: add a flag to output ROI warnings only once.Guo, Yejun2019-09-24
* libavcodec/libx264: add a flag to output ROI warnings only once.Guo, Yejun2019-09-24
* avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer2019-09-24
* avcodec/aacdec: Check if we run out of input in read_stream_mux_config()Michael Niedermayer2019-09-24