summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/aptx: Check the number of channelsMichael Niedermayer2019-11-011-0/+3
* avcodec/rv10: Check input for minimal frame sizeMichael Niedermayer2019-11-011-2/+5
* avcodec/aacdec_template: Check samplerateMichael Niedermayer2019-11-011-0/+3
* avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()Michael Niedermayer2019-11-011-3/+3
* avcodec/truemotion2: Fix several integer overflows with *Yo, *Uo, *VoMichael Niedermayer2019-11-011-8/+8
* avcodec/utils: Check block_alignMichael Niedermayer2019-11-011-0/+5
* avcodec/libtwolame: fix mono default bitrateJames Cowgill2019-11-011-2/+6
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-304-4/+511
* vp4: prevent unaligned memory access in loop filterPeter Ross2019-10-304-6/+14
* avcodec/wmalosslessdec: Fix some integer anomaliesMichael Niedermayer2019-10-291-3/+3
* avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer2019-10-291-1/+1
* avcodec/apedec: Only clear the needed buffer space, instead of allMichael Niedermayer2019-10-291-1/+1
* avcodec/libvorbisdec: Fix insufficient input checks leading to out of array r...Michael Niedermayer2019-10-291-4/+7
* avcodec/g723_1dec: fix invalid shift with negative sid_gainMichael Niedermayer2019-10-291-1/+1
* avcodec/tiff: check the black level denominatorJames Almer2019-10-291-0/+9
* avcodec/nvenc: turn feature check failures into warningshydra33332019-10-291-18/+18
* avcodec/vmdvideo: fix log error messagePaul B Mahol2019-10-271-1/+1
* Add support for VP9 VDPAU hwaccel decodeManojGuptaBonda2019-10-266-3/+257
* lavc/qsvdec: remove unused check_dec_paramLinjie Fu2019-10-261-27/+0
* avcodec/interplayvideo: properly decode motion vectorsPaul B Mahol2019-10-251-10/+15
* avcodec/vp5: Check render_x/yMichael Niedermayer2019-10-251-2/+7
* avcodec/truespeech: Fix integer overflow in truespeech_synth()Michael Niedermayer2019-10-251-1/+1
* avcodec/interplayacm: Fix integer overflows in juggle()Michael Niedermayer2019-10-251-1/+2
* avcodec/hcom: Check the root entry and the right entriesMichael Niedermayer2019-10-251-1/+8
* avcodec/qdrw: Check input for header/skiped space before get_buffer()Michael Niedermayer2019-10-251-0/+2
* avcodec/ralf: Skip initializing unused filter variablesMichael Niedermayer2019-10-251-2/+4
* avcodec/takdec: Fix overflow with large sample ratesMichael Niedermayer2019-10-251-2/+2
* avcodec/interplayvideo: cosmeticsPaul B Mahol2019-10-241-69/+69
* mpegvideo_enc: add intra_penalty option for p framesRamiro Polla2019-10-245-10/+13
* avcodec/tests: add h265_levels to .gitignoreZhao Zhili2019-10-231-0/+1
* avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer2019-10-221-1/+26
* avcodec/atrac9tab: use explicit ATRAC9BlockConfig struct initializersJames Almer2019-10-221-46/+33
* avcodec/psd: remove unneeded codeSteven Liu2019-10-221-2/+0
* avcodec/hevcdec: remove unneeded codeSteven Liu2019-10-221-1/+0
* avcodec/atrac9dec: Set channelsMichael Niedermayer2019-10-211-0/+1
* avcodec/alsdec: Check that input space for header exists in read_diff_float_d...Michael Niedermayer2019-10-201-0/+3
* avcodec/agm: Check for reference frame earlierMichael Niedermayer2019-10-201-4/+7
* avcodec/ptx: Check that the input contains at least one lineMichael Niedermayer2019-10-201-0/+3
* avcodec/alac: Fix integer overflow in LPCMichael Niedermayer2019-10-201-1/+1
* avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame()Michael Niedermayer2019-10-201-2/+2
* avcodec/aliaspixdec: Check input size against minimal picture sizeMichael Niedermayer2019-10-201-0/+3
* avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer2019-10-201-2/+2
* avcodec/vc1_block: Fixes integer overflow in vc1_decode_i_block_adv()Michael Niedermayer2019-10-201-1/+1
* avcodec/wmalosslessdec: Check block_alignMichael Niedermayer2019-10-201-2/+2
* mpeg4_unpack_bframes: Merge close and flushAndreas Rheinhardt2019-10-191-9/+3
* avcodec/zmbv: Call decode_intra directlyAndreas Rheinhardt2019-10-191-11/+5
* avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig...Michael Niedermayer2019-10-191-6/+7
* avcodec/g729postfilter: Fix left shift of negative valueMichael Niedermayer2019-10-191-3/+3
* mpeg4_unpack_bframes: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-10-171-42/+35
* avcodec/binkaudio: Check sample rateMichael Niedermayer2019-10-171-0/+2
OpenPOWER on IntegriCloud