summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-12
* avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMVAndreas Rheinhardt2020-11-12
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-11
* avcodec/nvdec: add support for separate reference frameTimo Rothenpieler2020-11-11
* avcodec/av1dec: expose coded_losslessTimo Rothenpieler2020-11-11
* avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler2020-11-11
* avcodec/cbs_av1: add a range check to tg_endJames Almer2020-11-11
* avcodec/cbs_av1: infer ref_order_hint when not coded in the bitstreamJames Almer2020-11-11
* avcodec/gdv: Remove dead checkAndreas Rheinhardt2020-11-10
* avcodec/utils: clear the packet props queue on flushingJames Almer2020-11-09
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: document header formatZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: use coded sample countZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-09
* lavc/amfenc: Add hardware config metadataOvchinnikovDmitrii2020-11-08
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen2020-11-07
* Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen2020-11-07
* avcodec/truemotion2: Allocate buffers togetherAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Cleanup generically on init failureAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Remove redundant initializationsAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.closeAndreas Rheinhardt2020-11-06
* avcodec/sonic: Don't allocate a temporary buffer for every frameAndreas Rheinhardt2020-11-06
* avcodec/mss4: Fix memleaks upon allocation errorAndreas Rheinhardt2020-11-06
* avcodec/sonic: Don't hardcode sizeof(int) == 4Andreas Rheinhardt2020-11-04
* avcodec/sonic: Allocate several buffers togetherAndreas Rheinhardt2020-11-04
* vaapi_encode_mpeg2: Fix setting colour propertiesMark Thompson2020-11-03
* vaapi_encode_h265: Fix setting colour propertiesMark Thompson2020-11-03
* vaapi_encode_h264: Fix setting colour propertiesMark Thompson2020-11-03
* avcodec/mpc8: Unobfuscate sign-extensionAndreas Rheinhardt2020-11-03
* avcodec/mimic: Inline constantsAndreas Rheinhardt2020-11-03
* avcodec/tscc2: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-03
* avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()Zane van Iperen2020-11-03
* avcodec/magicyuv: Free previous VLC tableMichael Niedermayer2020-11-03
* avcodec: add av1 VAAPI decoderFei Wang2020-11-02
* avcodec/nvenc: fix build with older SDKsTimo Rothenpieler2020-10-30
* avcodec/nvenc: only enforce explicitly set twopass modeTimo Rothenpieler2020-10-30
* avcodec/nvenc: only auto-pick vbr rc in cq modeTimo Rothenpieler2020-10-30
* avcodec/nvenc: all presets are SDK10 presets nowTimo Rothenpieler2020-10-29
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2020-10-29
* avcodec/vp3: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* avcodec/cllc: Don't unnecessarily free VLCAndreas Rheinhardt2020-10-29
* avcodec/clearvideo: Don't check for errors for complete VLCAndreas Rheinhardt2020-10-29
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-28
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-28
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-28
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-28
* avcodec/cbs_av1: infer segmentation parameters from reference framesJames Almer2020-10-28
* avcodec/cbs_av1: infer loop filter delta parameters from reference framesJames Almer2020-10-28