aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen2021-10-281-30/+238
* avcodec/binkaudio: Properly flush the decoderAndreas Rheinhardt2021-10-281-0/+10
* avcodec/binkaudio: Remove AV_CODEC_CAP_DELAYAndreas Rheinhardt2021-10-281-2/+2
* avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2021-10-221-2/+3
* avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()Michael Niedermayer2021-10-211-3/+3
* avcodec/atsc_a53: use AVERROR_INVALIDDATALimin Wang2021-10-201-3/+3
* avcodec/hevc_sei: remove the duplicate checkLimin Wang2021-10-201-3/+0
* avcodec/libx264: move sei_data_size out of the for loopJames Almer2021-10-201-1/+1
* avcodec/extract_extradata_bsf: add support for AVS3Limin Wang2021-10-191-0/+2
* avcodec/libx264: copy unregistered data SEI messages to the input x264 pictureJames Almer2021-10-181-11/+9
* libavcodec/flac_parser: Validate subframe zero bit and typeMattias Wadman2021-10-181-2/+28
* avcodec/h264_picture: don't assume Film Grain Params side data will be presentJames Almer2021-10-181-3/+5
* libavcodec/libx264: add user data unregistered SEI encodingBrad Hards2021-10-181-0/+30
* aarch64: h264qpel: Do vertical filtering without transposingMartin Storsjö2021-10-181-55/+56
* arm/aarch64: Improve scheduling in the avg form of h264_qpelMartin Storsjö2021-10-182-63/+54
* avcodec/speexdec: Seed should be unsigned otherwise the operations done on it...Michael Niedermayer2021-10-171-5/+5
* avcodec/hevc_filter: Correct indentionLimin Wang2021-10-171-12/+12
* avcodec/hevc_filter: remove unneeded headersLimin Wang2021-10-171-3/+0
* avcodec/hevcdec: remove unused codeLimin Wang2021-10-171-3/+0
* avcodec/av1_vaapi: improve decode qualityFei Wang2021-10-161-27/+41
* avcodec/av1_vaapi: enable segmentation featuresFei Wang2021-10-161-0/+14
* avcodec/av1_vaapi: setting 2 output surface for film grainFei Wang2021-10-161-7/+108
* avcodec/vaapi: increase av1 decode pool sizeFei Wang2021-10-161-1/+1
* avcodec/dxva2_av1: fix global motion paramsTong Wu2021-10-161-1/+1
* avcodec/av1_vaapi: add gm params valid checkFei Wang2021-10-161-1/+2
* avcodec/av1dec: support setup shear processFei Wang2021-10-162-0/+99
* avcodec/av1: extend some definitions in spec section 3Fei Wang2021-10-161-0/+7
* cbs_av1: fix incorrect data typeFei Wang2021-10-161-1/+1
* avcodec/hevcdec: apply H.274 film grainNiklas Haas2021-10-153-3/+66
* avcodec/videotoolboxenc: use goto end for memory cleanupLimin Wang2021-10-131-1/+1
* avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-131-1/+1
* avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-131-1/+1
* libavcodec/adts_header: add frame_length field and avpriv function to parse A...Nachiket Tarate2021-10-133-0/+47
* avcodec/gemdec: Use ff_set_dimensions()Michael Niedermayer2021-10-111-2/+6
* avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer2021-10-111-2/+3
* avcodec/bitpacked: check av_buffer_ref resultLimin Wang2021-10-111-0/+4
* libavcodec/speexdec: fix memleak in error pathZhao Zhili2021-10-111-1/+1
* avcodec/lagarith: return early on errorPaul B Mahol2021-10-101-18/+32
* avcodec: add native Speex decoderPaul B Mahol2021-10-105-1/+2373
* avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-091-1/+1
* avcodec/h274: Fix signed left shiftMichael Niedermayer2021-10-091-2/+2
* avcodec/h264_slice: Check idr_pic_idMichael Niedermayer2021-10-091-2/+7
* avcodec: GEM Raster image decoderPeter Ross2021-10-086-1/+354
* avcodec/hevcdec: set the film grain property if presentLimin Wang2021-10-081-0/+3
* avcodec/apedec: Use 64bit to avoid overflowMichael Niedermayer2021-10-071-1/+1
* avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer2021-10-071-1/+1
* avcodec/amr_parser: Treat 0 channels as 1Michael Niedermayer2021-10-071-0/+6
* avcodec/aliaspixenc: Remove redundant counterAndreas Rheinhardt2021-10-071-8/+8
* avcodec/rasc: Fix potential use of uninitialized valueAndreas Rheinhardt2021-10-071-0/+1
* avcodec/wmaprodec: Do not initialize unused variable to out of array valueMichael Niedermayer2021-10-051-2/+3