Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-29avcodec/qtrleenc: fix undefined behaviourPaul B Mahol
2019-09-29avcodec/cbs_av1: Make overread check more robustAndreas Rheinhardt
2019-09-29avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt
2019-09-29avcodec/fitsdec: fix use of uninitialised valuesJames Almer
2019-09-28avcodec/motionpixels: Mark 2 functions as always_inlineMichael Niedermayer
2019-09-28avcodec/ituh263dec: Make the condition for the studio slice start code match ...Michael Niedermayer
2019-09-28avcodec/ralf: Fix integer overflow in decode_channel()Michael Niedermayer
2019-09-28vcodec/vc1: compute rangex/y only for P/B framesMichael Niedermayer
2019-09-28avcodec/vc1_pred: Fix invalid shifts in scaleforopp()Michael Niedermayer
2019-09-28avcodec/vc1_block: Fix invalid shift with rangeredfrmMichael Niedermayer
2019-09-28avcodec/vc1: Check for excessive resolutionMichael Niedermayer
2019-09-28avcodec/vc1: check REFDISTMichael Niedermayer
2019-09-28avcodec/apedec: Allocate decoded_buffer after successful ff_get_buffer()Michael Niedermayer
2019-09-28avcodec/apedec: Fix several integer overflows in predictor_update_filter() an...Michael Niedermayer
2019-09-28avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs()Michael Niedermayer
2019-09-28avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt
2019-09-28avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt
2019-09-28avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-28avcodec/ffv1enc: Fix out-of-bounds-array accessAndreas Rheinhardt
2019-09-27avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler
2019-09-27avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler
2019-09-27avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan
2019-09-27avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler
2019-09-27lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao
2019-09-27avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb()James Almer
2019-09-27avcodec: use avpriv_mpeg4audio_get_config2()James Almer
2019-09-27avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer
2019-09-26avcodec/4xm: Check index in decode_i_block() also in the path where its not u...Michael Niedermayer
2019-09-26avcodec/loco: Check for end of input in the first lineMichael Niedermayer
2019-09-26avcodec/atrac3: Check block_alignMichael Niedermayer
2019-09-26avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loopMichael Niedermayer
2019-09-26avcodec/hcom: Check that there are dictionary entriesMichael Niedermayer
2019-09-26avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer
2019-09-26avcodec/dstdec: Fix integer overflow in samples_per_frame computationMichael Niedermayer
2019-09-26avcodec/g729_parser: Check block_sizeMichael Niedermayer
2019-09-26avcodec/sbcdec: Initialize number of channelsMichael Niedermayer
2019-09-26avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-26avcodec/hevc_ps: Remove dead code in vps_id checkAndriy Gelman
2019-09-26avcodec/truespeech: fix left shift of negative valuePaul B Mahol
2019-09-26avcodec/mpeg12dec: Sanitize start codes earlierAndreas Rheinhardt
2019-09-26avcodec/pcm: CosmeticsAndreas Rheinhardt
2019-09-26avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt
2019-09-26avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt
2019-09-26lavc/qsv: add memory type messageZhong Li
2019-09-26lavc/qsv: Fix MSDK initialization failure in system memory modeZhong Li
2019-09-26Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"Carl Eugen Hoyos
2019-09-25avcodec/dnxhdenc: return error if av_malloc failedLimin Wang
2019-09-25avcodec/decode: Check max_samples in get_buffer_internal()Michael Niedermayer
2019-09-25avcodec: add max_samplesMichael Niedermayer
2019-09-25lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov