summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer2020-11-22
* avcodec/exr: Check ymin vs. hMichael Niedermayer2020-11-22
* avcodec/atrac3: increase max block align sizePaul B Mahol2020-11-21
* avcodec/mobiclip: Check mv against INT_MAXMichael Niedermayer2020-11-21
* avcodec/mv30: Use unsigned in idct_1d()Michael Niedermayer2020-11-21
* avcodec/cuviddec: fix missing context push/popleozhang2020-11-21
* avcodec/exr: use lookuptable for alpha if there is no trc_funcMark Reid2020-11-20
* avcodec/wavpack: use av_buffer_replace() to simplify codeGil Pedersen2020-11-19
* avcodec/mobiclip: Use get_ue_golomb_31() where possibleAndreas Rheinhardt2020-11-15
* avcodec/cbs_av1: remove dead codeJames Almer2020-11-13
* avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ...Michael Niedermayer2020-11-13
* avcodec/nvdec_av1: fix setting film grain parameters for frames with update_g...James Almer2020-11-13
* avcodec/av1dec: remove order_hint from AV1FrameJames Almer2020-11-13
* avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer2020-11-13
* 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