50977 Commits (7df89cc1eca659a81b24f8a149130e6df1611c03)

Author SHA1 Message Date
Anton Khirnov d5188adba8 lavc/hevcdec: move HEVCContext.tab_slice_address to HEVCLayerContext 5 months ago
Anton Khirnov eeb369d24f lavc/hevcdec: move HEVCContext.filter_slice_edges to HEVCLayerContext 5 months ago
Anton Khirnov 463a85c5a1 lavc/hevcdec: move HEVCContext.is_pcm to HEVCLayerContext 5 months ago
Anton Khirnov 0704559932 lavc/hevcdec: move HEVCContext.tab_ipm to HEVCLayerContext 5 months ago
Anton Khirnov 59de042cf6 lavc/hevcdec: move HEVCContext.cbf_luma to HEVCLayerContext 5 months ago
Anton Khirnov cf7add8d70 lavc/hevcdec: move HEVCContext.tab_ct_depth to HEVCLayerContext 5 months ago
Anton Khirnov 1ca4c2a96d lavc/hevcdec: move HEVCContext.skip_flag to HEVCLayerContext 5 months ago
Anton Khirnov ed2d25e7f0 lavc/hevcdec: move HEVCContext.deblock to HEVCLayerContext 5 months ago
Anton Khirnov 3d4294e344 lavc/hevcdec: move HEVCContext.sao to HEVCLayerContext 5 months ago
Anton Khirnov 747609e967 lavc/hevcdec: move HEVCContext.bs_{width,height} to HEVCLayerContext 5 months ago
Anton Khirnov c7f0753a6b lavc/hevcdec: move active VPS from HEVCParamSets to HEVCContext 5 months ago
Anton Khirnov 4c0d669b20 lavc/hevcdec: add a per-layer context 5 months ago
Anton Khirnov c35a51f4bb lavc: add HEVC Multiview Main profile 5 months ago
Hendrik Leppkes d4cfbf329c
hevc/sei: return INVALIDDATA when a referenced SPS is not available 5 months ago
Araz Iusubov eda3fc6053 avcodec/amfenc: GPU driver version check 5 months ago
Evgeny Pavlov 9f02408583 avcodec/amfenc: add 10 bit encoding in av1_amf 5 months ago
nyanmisaka 628762034d avcodec/amfenc: HDR metadata. 5 months ago
Michael Fabian 'Xaymar' Dirks fb4dd4b6f4 avcodec/amfenc: Fixes the color information in the output. 5 months ago
Fei Wang 0b6d7cd9d9 lavc/qsvenc: Remove duplicate include header file 5 months ago
Ramiro Polla 3f9b78bd19 avcodec/dnxhdenc: use BlockDSPContext from MpegEncContext 5 months ago
Ramiro Polla 4f7aeffd8c avcodec/mpegvideo: remove redundant workaround to recalculate last nonzero coefficient 5 months ago
Ramiro Polla b6f7271fa9 avcodec/x86/mpegvideoenc: remove av_assert2() for variable alignment 5 months ago
Nuo Mi 3d2fafa229 avcodec/vvcdec: fix potential deadlock in report_frame_progress 5 months ago
Frank Plowman 54291f4383 lavc/vvc: Fix assertion bound on qPy_{a,b} 5 months ago
Fei Wang ae9cf903e8 cbs_av1: Copy loop filter and segment parameters of repeat frame from its mapped frame 5 months ago
Anton Khirnov 3f9ca51015 lavc/opus*: move to opus/ subdir 6 months ago
James Almer 01f2d95fbf x86/h264_weight: don't do arithmetic right shift of a 32bit values in 64bit registers 6 months ago
Ramiro Polla 6aafe61285 avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 6 months ago
Dale Curtis 7753a9d627 lavc: Check codec_whitelist early in avcodec_open2() 6 months ago
Matthieu Bouron 0a780d3076 avcodec: add Mediacodec audio decoders support 6 months ago
Rémi Denis-Courmont 7d1dda4892 lavc/h264dsp: R-V V loop_filter_chroma 6 months ago
Rémi Denis-Courmont 3a53656837 lavc/h264dsp: do not write back unmodified rows in R-V V loop filter 6 months ago
Zhao Zhili 4c0372281b aarch64/vvc: Bind h26x/sao filter implementation to vvc 6 months ago
Zhao Zhili 8cc10298a7 aarch64/hevc: Move sao to h26x directory 6 months ago
Frank Plowman 93281630a7 lavc/vvc: Validate explicit subpic locations 6 months ago
Frank Plowman 01701bdcd5 lavc/vvc: Prevent OOB access in subpic_tiles 6 months ago
Nuo Mi b2eabe0ff2 avcodec/vvcdec: format, fix indent for vvc_deblock_bs 6 months ago
Nuo Mi 7bd22342c3 avcodec/vvcdec: filter, fix uninitialized variables for YUV400 format 6 months ago
Nuo Mi 15eb10c6de x86/vvcdec: inter, add optical flow avx2 code 6 months ago
Nuo Mi f851abb4b3 avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code 6 months ago
Nuo Mi 8347def797 avcodec/vvcdec: misc, rename BDOF_BLOCK_SIZE to BDOF_MIN_BLOCK_SIZE 6 months ago
Michael Niedermayer b730defd52 avcodec/msmpeg4dec: init dc_pred_dir 6 months ago
Michael Niedermayer 5338707930 avcodec/wmavoice: Do not use uninitialized pitch[0] 6 months ago
Michael Niedermayer b9c7f50c7d
avcodec/notchlc: Check bytes left before reading 6 months ago
Michael Niedermayer 01910ca603
avcodec/vc1_block: propagate error codes 6 months ago
Michael Niedermayer b08776e3ae
avcodec/magicyuvenc: better slice height 6 months ago
Ramiro Polla 7e4784e40c avcodec/mpegvideoencdsp: speed up draw_edges_8_c by inlining it for all used edge widths 6 months ago
Ramiro Polla 3bfce2a104 avcodec/x86/mpegvideoencdsp: speed up draw_edges_mmx by using memcpy() 6 months ago
Ramiro Polla 9cdcbb639a avcodec/x86/mpegvideoencdsp: fix comment for draw_edges_mmx 6 months ago
Ramiro Polla 8c203ea7c7 avcodec/aarch64/mpegvideoencdsp: add dotprod implementation for pix_norm1 6 months ago