summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vp9dec: Constify VP9TileData->VP9Context pointer targetAndreas Rheinhardt2022-07-31
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-31
* avcodec/motion_est: Constify pointers to frame dataAndreas Rheinhardt2022-07-31
* avcodec/mpegvideodsp: Constify src pointersAndreas Rheinhardt2022-07-31
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-31
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-31
* avcodec/cfhdencdsp: Constify input pointersAndreas Rheinhardt2022-07-31
* avcodec/lossless_videoencdsp: Constify src sub_left_predictAndreas Rheinhardt2022-07-31
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/half2float: Constify arrays in half2float()Andreas Rheinhardt2022-07-31
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec/pngenc: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/snow: Remove unused halfpel_planeAndreas Rheinhardt2022-07-31
* avcodec/pnmdec: Fix indentationAndreas Rheinhardt2022-07-31
* avcodec/pnmdec, pnm_parser: Improve const-correctnessAndreas Rheinhardt2022-07-31
* avcodec/ilbcdec: Move transient GetBitContext from ctx to stackAndreas Rheinhardt2022-07-31
* avcodec/ilbcdec: Fix const correctnessAndreas Rheinhardt2022-07-31
* avcodec/cinepakenc: Avoid casting const awayAndreas Rheinhardt2022-07-31
* avcodec/dxv: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/diracdsp: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/fitsenc: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/gif: Remove redundant castAndreas Rheinhardt2022-07-31
* avcodec/xwdenc: Don't modify input frameAndreas Rheinhardt2022-07-31
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-30
* avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt2022-07-30
* avcodec/ttmlenc: Deduplicate ttml_default_namespacing stringAndreas Rheinhardt2022-07-30
* avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer2022-07-30
* avcodec/aacdec: print a log message when treating mono HE-AAC as stereoJames Almer2022-07-30
* avcodec/encode:: generate ICC profilesNiklas Haas2022-07-30
* avcodec/decode: parse ICC profilesNiklas Haas2022-07-30
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-30
* avcodec: add API for automatic handling of icc profilesNiklas Haas2022-07-30
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* fflcms2: move to libavcodecNiklas Haas2022-07-30
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-29
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec/hq_hqa: Remove transient GetByteContext from contextAndreas Rheinhardt2022-07-28
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-27
* lavc/hevc_refs: exclude current frame from long term refsXu Guangxin2022-07-27
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-27
* lavc/hevc_refs: fix dpb logical for IRAPXu Guangxin2022-07-27
* avcodec/hevcdec: Avoid allocation of common CABAC stateAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Move allocation after error checksAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Reuse buffer if possibleAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Check allocationAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Don't allocate redundant HEVCContextsAndreas Rheinhardt2022-07-25