summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-093-1/+59
* avcodec/adpcm_ima_amv: document header formatZane van Iperen2020-11-091-0/+10
* avcodec/adpcm_ima_amv: use coded sample countZane van Iperen2020-11-091-1/+18
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-092-2/+5
* lavc/amfenc: Add hardware config metadataOvchinnikovDmitrii2020-11-084-0/+17
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-0814-14/+14
* avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen2020-11-071-1/+1
* Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen2020-11-071-13/+2
* avcodec/truemotion2: Allocate buffers togetherAndreas Rheinhardt2020-11-061-27/+19
* avcodec/truemotion2: Cleanup generically on init failureAndreas Rheinhardt2020-11-061-11/+2
* avcodec/truemotion2: Remove redundant initializationsAndreas Rheinhardt2020-11-061-7/+1
* avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.closeAndreas Rheinhardt2020-11-061-2/+2
* avcodec/sonic: Don't allocate a temporary buffer for every frameAndreas Rheinhardt2020-11-061-12/+4
* avcodec/mss4: Fix memleaks upon allocation errorAndreas Rheinhardt2020-11-061-5/+2
* avcodec/sonic: Don't hardcode sizeof(int) == 4Andreas Rheinhardt2020-11-041-2/+2
* avcodec/sonic: Allocate several buffers togetherAndreas Rheinhardt2020-11-041-27/+21
* vaapi_encode_mpeg2: Fix setting colour propertiesMark Thompson2020-11-031-9/+8
* 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