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-10-22avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer
2019-10-22avcodec/atrac9tab: use explicit ATRAC9BlockConfig struct initializersJames Almer
2019-10-22avcodec/psd: remove unneeded codeSteven Liu
2019-10-22avcodec/hevcdec: remove unneeded codeSteven Liu
2019-10-21avcodec/atrac9dec: Set channelsMichael Niedermayer
2019-10-20avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer
2019-10-20avcodec/agm: Check for reference frame earlierMichael Niedermayer
2019-10-20avcodec/ptx: Check that the input contains at least one lineMichael Niedermayer
2019-10-20avcodec/alac: Fix integer overflow in LPCMichael Niedermayer
2019-10-20avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame()Michael Niedermayer
2019-10-20avcodec/aliaspixdec: Check input size against minimal picture sizeMichael Niedermayer
2019-10-20avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer
2019-10-20avcodec/vc1_block: Fixes integer overflow in vc1_decode_i_block_adv()Michael Niedermayer
2019-10-20avcodec/wmalosslessdec: Check block_alignMichael Niedermayer
2019-10-19mpeg4_unpack_bframes: Merge close and flushAndreas Rheinhardt
2019-10-19avcodec/zmbv: Call decode_intra directlyAndreas Rheinhardt
2019-10-19avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig...Michael Niedermayer
2019-10-19avcodec/g729postfilter: Fix left shift of negative valueMichael Niedermayer
2019-10-17mpeg4_unpack_bframes: Avoid allocations and copies of packet structuresAndreas Rheinhardt
2019-10-17avcodec/binkaudio: Check sample rateMichael Niedermayer
2019-10-17avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer
2019-10-17vp9_superframe: Avoid allocations and copies of packet structuresAndreas Rheinhardt
2019-10-17avcodec/cavsdec: Set ret on errors in decode_pic()Michael Niedermayer
2019-10-17avcodec/ac3enc: Fix memleakAndreas Rheinhardt
2019-10-16avcodec/sbcdec: Fix integer overflows in sbc_synthesize_eight()Michael Niedermayer
2019-10-16avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACSMichael Niedermayer
2019-10-16avcodec/g723_1dec: Fix overflow in shiftMichael Niedermayer
2019-10-16avcodec/apedec: Fix integer overflow in predictor_update_3930()Michael Niedermayer
2019-10-16avcodec/g729postfilter: Fix undefined intermediate pointersMichael Niedermayer
2019-10-16avcodec/g729postfilter: Fix undefined shiftsMichael Niedermayer
2019-10-16avcodec/lsp: Fix undefined shifts in lsp2poly()Michael Niedermayer
2019-10-16avcodec/aacdec_template: Check decode_extension_payload() for failureMichael Niedermayer
2019-10-16avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EAMichael Niedermayer
2019-10-16avcodec/smacker: cleanup on errors in smka_decode_frame()Michael Niedermayer
2019-10-16avcodec/cavsdec: Check remaining bitstream in the main loop in decode_pic()Michael Niedermayer
2019-10-16avcodec/apedec: Check remaining space in decode_array_0000()Michael Niedermayer
2019-10-16avcodec/apedec: Check error flag after entropy_decode*Michael Niedermayer
2019-10-15lavc/libxavs2: fix parameter setting result determinationhwren
2019-10-15avcodec/av1_parse: Use av_fast_realloc() for OBU arrayJames Almer
2019-10-15avcodec/av1_parse: simplify memset callJames Almer
2019-10-15avcodec/h2645_parse: Reset nal_buffer_size on uninitAndriy Gelman
2019-10-14avcodec/mips: Fixed four warnings in vc1dspgxw
2019-10-14avcodec/wmaprodec: Check that the streams channels do not exceed the overall ...Michael Niedermayer
2019-10-12avcodec/zmbvenc: Correct offset in bufferAndreas Rheinhardt
2019-10-12avcodec/qdmc: Check input space in qdmc_get_vlc()Michael Niedermayer
2019-10-12libavcodec/amfenc_h264.c: Changed loop filter flag default value.OvchinnikovDmitrii
2019-10-10avcodec/dstdec: Check for input exhaustionMichael Niedermayer
2019-10-10avcodec/wmaprodec: Fix cleanup on errorMichael Niedermayer
2019-10-10avcodec/pcm: Check bits_per_coded_sampleMichael Niedermayer
2019-10-10avcodec/magicyuv: remove duplicate codeLimin Wang