aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vaapi_encode_h265: Fix setting colour propertiesMark Thompson2020-11-031-22/+12
* vaapi_encode_h264: Fix setting colour propertiesMark Thompson2020-11-031-22/+12
* avcodec/mpc8: Unobfuscate sign-extensionAndreas Rheinhardt2020-11-031-1/+1
* avcodec/mimic: Inline constantsAndreas Rheinhardt2020-11-031-2/+3
* avcodec/tscc2: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-031-6/+0
* avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()Zane van Iperen2020-11-031-0/+1
* avcodec/magicyuv: Free previous VLC tableMichael Niedermayer2020-11-031-0/+1
* avcodec: add av1 VAAPI decoderFei Wang2020-11-026-2/+300
* avcodec/nvenc: fix build with older SDKsTimo Rothenpieler2020-10-301-3/+0
* avcodec/nvenc: only enforce explicitly set twopass modeTimo Rothenpieler2020-10-301-1/+1
* avcodec/nvenc: only auto-pick vbr rc in cq modeTimo Rothenpieler2020-10-301-1/+1
* avcodec/nvenc: all presets are SDK10 presets nowTimo Rothenpieler2020-10-291-26/+16
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2020-10-291-1/+4
* avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-291-5/+0
* avcodec/cllc: Don't unnecessarily free VLCAndreas Rheinhardt2020-10-291-8/+3
* avcodec/clearvideo: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-291-2/+0
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-282-0/+6
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-281-5/+0
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-283-19/+19
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-281-2/+11
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-282-63/+0
* avcodec/cbs_av1: infer segmentation parameters from reference framesJames Almer2020-10-282-3/+28
* avcodec/cbs_av1: infer loop filter delta parameters from reference framesJames Almer2020-10-282-9/+44
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-283-29/+24
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-288-16/+21
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-286-11/+10
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-2816-28/+41
* avcodec/bitstream: Stop allocating one VLCcode more than neededAndreas Rheinhardt2020-10-281-3/+3
* avcodec/bitstream: Check code length before truncating to uint8_tAndreas Rheinhardt2020-10-281-5/+7
* avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if...Xu Guangxin2020-10-281-1/+1
* avcodec/webp: Replace never-true check by assertAndreas Rheinhardt2020-10-271-2/+1
* avcodec/webp: Return directly when creating Huff table failsAndreas Rheinhardt2020-10-271-2/+2
* avcodec/webp: Use uint8_t for code lengthsAndreas Rheinhardt2020-10-271-4/+4
* avcodec/bitstream: Consistently treat symbol as VLC_TYPEAndreas Rheinhardt2020-10-271-1/+1
* avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-271-4/+1
* avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt2020-10-271-7/+3
* avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-271-2/+2
* avcodec/atrac3: Inline constantsAndreas Rheinhardt2020-10-271-2/+2
* avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt2020-10-272-9/+8
* avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer2020-10-261-1/+6
* avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer2020-10-261-1/+1
* avcodec/mobiclip: Use smaller type for codesAndreas Rheinhardt2020-10-261-1/+1
* avcodec/mobiclip: Use static VLC tablesAndreas Rheinhardt2020-10-261-42/+29
* avcodec/mobiclip: Don't use too big max_depth, inline constantsAndreas Rheinhardt2020-10-261-3/+4
* avcodec/mobiclip: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-261-21/+5
* avcodec/mobiclip: Reduce size of VLCs, inline constantsAndreas Rheinhardt2020-10-261-4/+6
* avcodec/rv34: Simplify getting right VLCAndreas Rheinhardt2020-10-262-6/+8
* avcodec/rv34: Don't needlessly copy VLC length and symbol arraysAndreas Rheinhardt2020-10-261-22/+18
* avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt2020-10-261-42/+43
* avcodec/adpcm_ima_cunning: document origin of tablesZane van Iperen2020-10-261-0/+12