summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/encode: Fix default setting of bits_per_raw_sampleZhao Zhili2024-03-01
* avcodec/mss[12]: Cleanup generically on init failureAndreas Rheinhardt2024-03-01
* avcodec/decode: Improve validity check a bitAndreas Rheinhardt2024-03-01
* avcodec/refstruct: Don't use STRIDE_ALIGN for alignmentAndreas Rheinhardt2024-03-01
* avcodec/libxeve: Use av_dict_iterate()Andreas Rheinhardt2024-03-01
* avcodec/libxevd: Fix "if (ret = ff_foo() < 0)" precedence problemAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Improve included headers a bitAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Use CODEC_LONG_NAME()Andreas Rheinhardt2024-03-01
* avcodec/libxevd: Remove useless AVClassAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Reindent after the previous commitAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Deduplicate codeAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Avoid cloning AVPacketAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Set AV_CODEC_CAP_DR1Andreas Rheinhardt2024-03-01
* avcodec/libxevd: Remove FF_CODEC_CAP_SETS_PKT_DTS capAndreas Rheinhardt2024-03-01
* avcodec/Makefile: Add missing AV1 decoder->av1_parse.o dependencyAndreas Rheinhardt2024-03-01
* avcodec/av1dec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMJames Almer2024-02-29
* avcodec/intrax8: Fix assertAndreas Rheinhardt2024-02-29
* lavc/qsvenc: update the selection of bitrate control methodHaihao Xiang2024-02-29
* avcodec/av1dec: Return error for unsupported tile list OBUFei Wang2024-02-29
* avcodec/av1dec: Move message of OBU info back to the beginningFei Wang2024-02-29
* avcodec/aarch64/hevc: add luma deblock NEONJ. Dekker2024-02-28
* avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for...Cosmin Stejerean2024-02-27
* avcodec/dxvenc: Use proper alignment, write endian-independent outputAndreas Rheinhardt2024-02-27
* lavc/dnxhdenc: add ff_dnxhdenc_initsunyuechi2024-02-27
* lavc/me_cmp: R-V V nssesunyuechi2024-02-27
* avcodec/aac: Split ChannelElement in decoder and encoder structsAndreas Rheinhardt2024-02-27
* avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mipsAndreas Rheinhardt2024-02-27
* avcodec/aacps: Inline ff_ps_ctx_init()Andreas Rheinhardt2024-02-27
* avcodec/aacdec: Rename AACContext to AACDecContextAndreas Rheinhardt2024-02-27
* avcodec/aacsbr: Remove unused parameter from sbr_gain_calcAndreas Rheinhardt2024-02-27
* avocdec/aac: Move decoder-only stuff to new header aacdec.hAndreas Rheinhardt2024-02-27
* avcodec/aacdec_template: Don't use intermediate void*Andreas Rheinhardt2024-02-27
* avcodec/x86/hevc: fix luma 12b overflowRonald S. Bultje2024-02-26
* avcodec/evc: Remove redefine of HEVC_MAX_ENTRY_POINT_OFFSETSZhao Zhili2024-02-26
* avcodec/vaapi_encode: remove a duplicate av_freepTong Wu2024-02-26
* lavc/vvc: Read subpic ID when only one subpicture is presentFrank Plowman2024-02-25
* lavc/vvc: Correct sps_num_subpics_minus1 minimumFrank Plowman2024-02-25
* lavc/vvc: Increase VVC_MAX_* definitions for level 6.3Frank Plowman2024-02-25
* avcodec/cbs_h2645: Avoid function pointer casts, fix UBAndreas Rheinhardt2024-02-25
* lavc/me_cmp: R-V V vsse vsad intrasunyuechi2024-02-25
* lavc/me_cmp: R-V V vsse vsadsunyuechi2024-02-25
* avcodec/cbs_h266_syntax_template: Don't omit unused function parameterAndreas Rheinhardt2024-02-25
* avcodec/vvcdec: add Intra Block Copy decoderWu Jianhua2024-02-24
* avcodec/vvcdec: add Intra Block Copy parserWu Jianhua2024-02-24
* avcodec/vvcdec: refact, rename !is_mvp to check_merNuo Mi2024-02-24
* avcodec/vvcdec: fix dual tree for skipped transform tree/unitNuo Mi2024-02-24
* avcodec/vvcdec: ff_vvc_set_intra_mvf, refact to support dmvr tabNuo Mi2024-02-24
* avcodec/vvcdec: skip inter prediction for IBC blocksNuo Mi2024-02-24
* avcodec/vvcdec: implement update_hmvp for IBCWu Jianhua2024-02-24
* avcodec/vvcdec: cabac, fix non_inter_flag, pred_mode_flag, amvr_shift for IBCNuo Mi2024-02-24