summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-05
* avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldxAndreas Rheinhardt2022-08-05
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-05
* avcodec/loongarch: Add wrapper for __lsx_vldxAndreas Rheinhardt2022-08-05
* lavc/Makefile: fix make checkheaders failJun Zhao2022-08-05
* lavc/vaapi: Declare support for decoding 8bit 4:4:4 contentPhilip Langdale2022-08-03
* avcodec/intrax8: Avoid indirection when accessing VLC tableAndreas Rheinhardt2022-08-03
* configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt2022-08-03
* configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS buildAndreas Rheinhardt2022-08-03
* avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt2022-08-03
* avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-08-02
* lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAMEAnton Khirnov2022-08-02
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-02
* avcodec/alpha/me_cmp_alpha: Remove commented-out functionAndreas Rheinhardt2022-08-02
* avcodec/alpha/me_cmp_alpha: Use proper me_cmp_func typeAndreas Rheinhardt2022-08-02
* avcodec/aacdec_fixed: also clip samples on the second channel for stereo HE-AACJames Almer2022-08-01
* avcodec/aacdec_fixed: add missing priv_classJames Almer2022-08-01
* avcodec/ttmlenc: Use string literal macro for default namespacingAndreas Rheinhardt2022-07-31
* avcodec/exr: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/diracdec: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/dvdec: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/dxv: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/jpeg2000dec: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/magicyuv: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/proresdec2: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/vp8: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec/wavpack: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* 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