summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9Philip Langdale2022-08-09
* lavc/vaapi_decode: add missing flag when picking best pixel formatPhilip Langdale2022-08-09
* avcodec/nvdec: Use av_buffer_replace() where appropriateAndreas Rheinhardt2022-08-08
* avcodec/nvdec: Check av_buffer_ref()Andreas Rheinhardt2022-08-08
* avcodec/libspeexdec: Fix use of uninitialized valueAndreas Rheinhardt2022-08-08
* avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-08
* avcodec/cbs_jpeg: Use table-based alloc/freeAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal: Use unions to shrink size of descriptorsAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-08
* avcodec/cbs: Use smaller scope for variables, add constAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove redundant assignmentAndreas Rheinhardt2022-08-08
* avcodec/cbs: Avoid code duplication for making unit refcounted/writableAndreas Rheinhardt2022-08-08
* avcodec/error_resilience: Avoid overhead of AVBuffer APIAndreas Rheinhardt2022-08-08
* avcodec/jpeg2000: Fast fail if HTJ2K codeblocks are present.caleb2022-08-07
* avformat/riff: map AYUV fourcc to RAWVIDEO decoderJames Almer2022-08-07
* avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross2022-08-07
* avcodec/nvenc: hardcode color characteristics for internal RGB2YUV conversionTimo Rothenpieler2022-08-06
* avcodec/nvdec_hevc: Fix off-by-one errorAndreas Rheinhardt2022-08-06
* avcodec/acelp_*: Remove unnecessary headersAndreas Rheinhardt2022-08-05
* avcodec/avcodec: Remove legacy cruftAndreas Rheinhardt2022-08-05
* avcodec/aacenc_quantization: Deduplicate quantization functionsAndreas Rheinhardt2022-08-05
* avcodec/aacenc_tns: Remove unused headerAndreas Rheinhardt2022-08-05
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-05
* avcodec/sbrdsp: Remove unnecessary headersAndreas Rheinhardt2022-08-05
* avcodec/aacenc: Move aac_pce_configs to its only userAndreas Rheinhardt2022-08-05
* avcodec/internal: Move ff_thread_can_start_frame() to threadframe.hAndreas Rheinhardt2022-08-05
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-05
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-05
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/mpegvideo_motion: Constify ff_mpv_motionAndreas Rheinhardt2022-08-05
* avcodec/hevcdec: Constify src pointers of HEVC DSP functionsAndreas Rheinhardt2022-08-05
* 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