You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Anton Khirnov 13129f1af4 lavc: deprecate the omx encoders 6 days ago
..
aac avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call 1 month ago
aarch64 aarch64/vvc: Add dmvr 1 month ago
arm avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2 months ago
bfin
bsf avcodec/bsf/dts2pts: don't zero the node buffers when allocating them 2 months ago
h26x avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c 10 months ago
hevc avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
loongarch avcodec/loongarch/Makefile: Fix vc1dsp_lasx.o build criterion 5 months ago
mips avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2 months ago
neon makefile: Clean up missed object files with "make clean" 8 months ago
opus lavc/opus*: move to opus/ subdir 2 months ago
ppc avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2 months ago
riscv riscv/vvc: fix UNDEF whilst initialising DSP 1 month ago
sparc
tests avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
vulkan libavcodec/Makefile: add a makefile for Vulkan shaders 1 month ago
vvc lavc/vaapi_dec: Add VVC decoder 2 weeks ago
x86 x86/lpc: remove HAVE_AVX2_EXTERNAL checks 1 month ago
.gitignore
4xm.c avutil/common: Don't auto-include mem.h 8 months ago
8bps.c avcodec/8bps: Consider width in the minimal size check 8 months ago
8svx.c avutil/common: Don't auto-include mem.h 8 months ago
012v.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
Makefile avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
a64colors.h
a64multienc.c avutil/common: Don't auto-include mem.h 8 months ago
a64tables.h
aac.h aac: expose ff_aac_sample_rate_idx() in aac.h 5 months ago
aac_ac3_parser.c avcodec/aac_ac3_parser: Use ff_adts_header_parse_buf() 6 months ago
aac_ac3_parser.h avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 6 months ago
aac_defines.h avcodec/aacdec_template: Deduplicate common part of aac_decode_init() 7 months ago
aac_parser.c avcodec/adts_header: Add ff_adts_header_parse_buf() 6 months ago
aaccoder.c avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aaccoder_trellis.h avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aaccoder_twoloop.h avcodec/aaccoder_twoloop: remove unread max scaler 4 months ago
aacenc.c avcodec/aacenc: Correct option description for aac_coder fast 4 months ago
aacenc.h x86/aacencdsp: add AVX version of quantize_bands 5 months ago
aacenc_is.c avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aacenc_is.h
aacenc_ltp.c avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tables 9 months ago
aacenc_ltp.h
aacenc_pred.c avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aacenc_pred.h
aacenc_quantization.h
aacenc_quantization_misc.h
aacenc_tns.c avcodec/aacenc_tns: remove unreachable code branch 6 months ago
aacenc_tns.h
aacenc_utils.h avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aacencdsp.h avcodec/aacenc: Move initializing DSP out of aacenc.c 9 months ago
aacenctab.c
aacenctab.h avcodec/aac: Split ChannelElement in decoder and encoder structs 9 months ago
aacps.c avcodec/aacps: Inline ff_ps_ctx_init() 9 months ago
aacps.h avcodec/aacps: Inline ff_ps_ctx_init() 9 months ago
aacps_common.c avcodec/aacps_common: Apply offset for VLCs during init 1 year ago
aacps_fixed.c
aacps_fixed_tablegen.c
aacps_fixed_tablegen.h
aacps_float.c
aacps_tablegen.c
aacps_tablegen.h
aacps_tablegen_template.c avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES 4 months ago
aacpsdata.c avcodec/aacps_common: Apply offset for VLCs during init 1 year ago
aacpsdsp.h aacdec: remove AAC-specific MIPS optimizations 7 months ago
aacpsdsp_fixed.c
aacpsdsp_float.c
aacpsdsp_template.c aacdec: remove AAC-specific MIPS optimizations 7 months ago
aacpsy.c aacdec: remove AAC-specific MIPS optimizations 7 months ago
aacsbr.c aacdec: remove AAC-specific MIPS optimizations 7 months ago
aacsbr.h aacdec_usac, aacsbr: implement SBR support for USAC 5 months ago
aacsbr_fixed.c avcodec/aacsbr: Remove unused parameter from sbr_gain_calc 9 months ago
aacsbr_template.c avcodec/aacsbr_template: Remove unused-but-set variable 5 months ago
aacsbrdata.h aacsbr: constify the only SBR table 7 months ago
aactab.c aacdec_usac: use correct TNS values 5 months ago
aactab.h aacdec_usac: use correct TNS values 5 months ago
aandcttab.c
aandcttab.h
aasc.c
ac3.c
ac3.h
ac3_channel_layout_tab.c
ac3_channel_layout_tab.h
ac3_parser.c avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 6 months ago
ac3_parser.h
ac3_parser_internal.h avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 6 months ago
ac3dec.c avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 6 months ago
ac3dec.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
ac3dec_float.c all: use designated initializers for AVOption.unit 9 months ago
ac3defs.h
ac3dsp.c avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON 7 months ago
ac3dsp.h avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON 7 months ago
ac3enc.c avcodec/ac3enc: Move transient PutBitContext to stack 6 months ago
ac3enc.h avcodec/ac3enc: Move transient PutBitContext to stack 6 months ago
ac3enc_fixed.c avcodec/ac3enc: Avoid allocation for mdct_window 7 months ago
ac3enc_float.c avcodec/ac3enc: Avoid allocation for mdct_window 7 months ago
ac3enc_template.c avcodec/ac3enc_template: Avoid always-true check 6 months ago
ac3tab.c
ac3tab.h avcodec/ac3tab: Remove enum CustomChannelMapLocation 8 months ago
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c avcodec/adpcm: adpcm_dtk is stereo only 3 months ago
adpcm.h
adpcm_data.c
adpcm_data.h
adpcmenc.c avutil/common: Don't auto-include mem.h 8 months ago
adts_header.c avcodec/adts_header: Add ff_adts_header_parse_buf() 6 months ago
adts_header.h avcodec/adts_header: Add ff_adts_header_parse_buf() 6 months ago
adts_parser.c avcodec/adts_header: Add ff_adts_header_parse_buf() 6 months ago
adts_parser.h
adx.c
adx.h avcodec/adxdec: add support for 6 channels 1 year ago
adx_parser.c avcodec/adx_parser: make packet split work if nb_channels is set 1 year ago
adxdec.c avcodec/adxdec: add support for 6 channels 1 year ago
adxenc.c
agm.c avutil/common: Don't auto-include mem.h 8 months ago
aic.c avcodec/aic: Clear slice_data 3 months ago
alac.c avutil/common: Don't auto-include mem.h 8 months ago
alac_data.c
alac_data.h
alacdsp.c
alacdsp.h
alacenc.c avutil/common: Don't auto-include mem.h 8 months ago
aliaspixdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
aliaspixenc.c
allcodecs.c avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
alsdec.c avcodec/alsdec: clear last_acf_mantissa 3 months ago
amfenc.c avcodec/amfenc: add support for QueryOutput wait 1 week ago
amfenc.h avcodec/amfenc: add support for QueryOutput wait 1 week ago
amfenc_av1.c avcodec/amfenc: GOP size check 1 week ago
amfenc_h264.c avcodec/amfenc: GOP size check 1 week ago
amfenc_hevc.c avcodec/amfenc: GOP size check 1 week ago
amr.h
amr_parser.c
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c avcodec: use the renamed av_zero_extend 5 months ago
anm.c
ansi.c
aom_film_grain.c avcodec/aom_film_grain: implement AFGS1 parsing 8 months ago
aom_film_grain.h avcodec/aom_film_grain: implement AFGS1 parsing 8 months ago
aom_film_grain_template.c avcodec/aom_film_grain: add AOM film grain synthesis 8 months ago
apac.c avcodec/apac: Fix discards ‘const’ qualifier 3 months ago
apedec.c avcodec/apedec: Use NABS to avoid undefined negation 8 months ago
apng.h
aptx.c
aptx.h
aptxdec.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
aptxenc.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
arbc.c all: Use av_frame_replace() where appropriate 1 year ago
argo.c
ass.c avocdec/ass: simplify linebreaks 7 months ago
ass.h
ass_split.c
ass_split.h
assdec.c
assenc.c avcodec/assenc: Use size_t for length of string 9 months ago
asv.c
asv.h
asvdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
asvenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
atrac.c
atrac.h
atrac1.c avutil/common: Don't auto-include mem.h 8 months ago
atrac1data.h
atrac3.c avutil/common: Don't auto-include mem.h 8 months ago
atrac3data.h
atrac3plus.c avcodec: use the renamed av_zero_extend 5 months ago
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avutil/common: Don't auto-include mem.h 8 months ago
atrac3plusdsp.c
atrac9dec.c avcodec/atrac9dec: Check init_get_bits8() for failure 7 months ago
atrac9tab.h
atsc_a53.c avutil/common: Don't auto-include mem.h 8 months ago
atsc_a53.h
audio_frame_queue.c avutil/common: Don't auto-include mem.h 8 months ago
audio_frame_queue.h
audiodsp.c lavc/audiodsp: drop opposite sign optimisation 4 months ago
audiodsp.h
audiotoolboxdec.c avutil/common: Don't auto-include mem.h 8 months ago
audiotoolboxenc.c avutil/common: Don't auto-include mem.h 8 months ago
aura.c
av1.h av1dec: add AV1_REF_FRAME_NONE 8 months ago
av1_levels.c lavc/vaapi_encode: Add VAAPI AV1 encoder 1 year ago
av1_levels.h lavc/vaapi_encode: Add VAAPI AV1 encoder 1 year ago
av1_parse.c
av1_parse.h avcodec: move leb reading functions to its own header 10 months ago
av1_parser.c
av1dec.c av1dec: Don't crash if decoding of some frames have failed 1 month ago
av1dec.h avcodec/videotoolbox: add AV1 hardware acceleration 1 month ago
avcodec.c lavc/avcodec: fix global/private option precendence 1 month ago
avcodec.h avcodec: add an export_side_data flag to export picture enhancement layers 2 months ago
avcodec_internal.h avcodec: add LCEVC decoding support via LCEVCdec 2 months ago
avcodecres.rc
avdct.c avutil/common: Don't auto-include mem.h 8 months ago
avdct.h
avfft.c lavc/avfft: fix RDFT wrapper stride 7 months ago
avfft.h lavc/avfft: deprecate the API 1 year ago
avrndec.c avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only 6 months ago
avs.c
avs2.c
avs2.h
avs2_parser.c avcodec/avs2_parser: Assert init_get_bits8() success with const size 15 7 months ago
avs3.h
avs3_parser.c avcodec/avs3_parser: assert the return value of init_get_bits() 7 months ago
avuidec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
avuienc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
bethsoftvideo.c
bethsoftvideo.h
bfi.c avutil/common: Don't auto-include mem.h 8 months ago
bgmc.c avutil/common: Don't auto-include mem.h 8 months ago
bgmc.h avcodec/bgmc: Use void* instead of AVCodecContext* as logctx 1 year ago
bink.c avutil/common: Don't auto-include mem.h 8 months ago
binkaudio.c
binkdata.h
binkdsp.c configure: Remove av_restrict 8 months ago
binkdsp.h configure: Remove av_restrict 8 months ago
bintext.c
bintext.h
bit_depth_template.c
bitpacked_dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
bitpacked_enc.c
bitstream.c
bitstream.h avcodec: move leb reading functions to its own header 10 months ago
bitstream_filters.c avcodec/bsf/dovi_rpu: add new bitstream filter 3 months ago
bitstream_template.h avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM 8 months ago
blockdsp.c libavcodec/alpha: remove DSP & support code 5 months ago
blockdsp.h lavc/blockdsp: R-V V clear_block 9 months ago
bmp.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
bmp.h
bmp_parser.c
bmpenc.c avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
bmvaudio.c
bmvvideo.c
bonk.c avutil/common: Don't auto-include mem.h 8 months ago
brenderpix.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
bsf.c
bsf.h
bsf_internal.h
bswapdsp.c
bswapdsp.h
bytestream.h
c93.c
cabac.c
cabac.h
cabac_functions.h
canopus.c
canopus.h
cavs.c avutil/common: Don't auto-include mem.h 8 months ago
cavs.h
cavs_parser.c
cavsdata.c
cavsdec.c avutil/common: Don't auto-include mem.h 8 months ago
cavsdsp.c
cavsdsp.h
cbrt_data.c
cbrt_data.h
cbrt_data_fixed.c
cbrt_fixed_tablegen.c
cbrt_tablegen.c
cbrt_tablegen.h
cbrt_tablegen_template.c
cbs.c avutil/common: Don't auto-include mem.h 8 months ago
cbs.h avcodec/cbs: Use RefStruct-API for unit content 1 year ago
cbs_av1.c cbs_av1: Reject thirty-two zero bits in uvlc code 4 months ago
cbs_av1.h cbs_av1: Copy loop filter and segment parameters of repeat frame from its mapped frame 2 months ago
cbs_av1_syntax_template.c cbs_av1: Copy loop filter and segment parameters of repeat frame from its mapped frame 2 months ago
cbs_bsf.c cbs: Make tracing more general 1 year ago
cbs_bsf.h all: use designated initializers for AVOption.unit 9 months ago
cbs_h264.h avcodec/cbs_sei: add support for Frame Packing Arrangement SEI parsing 5 months ago
cbs_h264_syntax_template.c avcodec/cbs_sei: add support for Frame Packing Arrangement SEI parsing 5 months ago
cbs_h265.h avcodec/cbs_h265: num_ref_displays can be up to 32 2 months ago
cbs_h265_syntax_template.c avcodec/cbs_h265: fix valid range for {left,right}_view_id 2 months ago
cbs_h266.h lavc/cbs_h266: Add NumSlicesInTile to H266RawPPS 2 weeks ago
cbs_h266_syntax_template.c lavc/cbs_h266: Add NumSlicesInTile to H266RawPPS 2 weeks ago
cbs_h2645.c cbs_h265: add raw filler encoding 2 months ago
cbs_h2645.h
cbs_internal.h avcodec/cbs_vp8: Add support for VP8 codec bitstream 1 year ago
cbs_jpeg.c avcodec/cbs_jpeg: Try to move the read entity to one side in a test 4 months ago
cbs_jpeg.h
cbs_jpeg_syntax_template.c
cbs_mpeg2.c
cbs_mpeg2.h
cbs_mpeg2_syntax_template.c
cbs_sei.c avcodec/cbs_sei: Always zero-initialize SEI payload 3 months ago
cbs_sei.h avcodec/cbs_h266: move decoded_picture_hash to CBS SEI 5 months ago
cbs_sei_syntax_template.c avcodec/cbs_h266: move decoded_picture_hash to CBS SEI 5 months ago
cbs_vp8.c avcodec/cbs_vp8: Improve the bitstream position check 8 months ago
cbs_vp8.h avcodec/cbs_vp8: Add support for VP8 codec bitstream 1 year ago
cbs_vp8_syntax_template.c avcodec/cbs_vp8: Add support for VP8 codec bitstream 1 year ago
cbs_vp9.c cbs: Make tracing more general 1 year ago
cbs_vp9.h
cbs_vp9_syntax_template.c
ccaption_dec.c avcodec/ccaption_dec: Use static_assert instead of _Static_assert 8 months ago
cdgraphics.c avcodec/cdgraphics: fix for negative linesize and vertical scrolling 1 year ago
cdtoons.c avutil/common: Don't auto-include mem.h 8 months ago
cdxl.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h avcodec/celp_math: avoid overflow in shift 1 year ago
cfhd.c avutil/common: Don't auto-include mem.h 8 months ago
cfhd.h
cfhddata.c avcodec/vlc: Use proper namespace 1 year ago
cfhddsp.c
cfhddsp.h
cfhdenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
cfhdencdsp.c
cfhdencdsp.h
cga_data.c
cga_data.h
cinepak.c
cinepakenc.c avutil/common: Don't auto-include mem.h 8 months ago
clearvideo.c avutil/common: Don't auto-include mem.h 8 months ago
clearvideodata.h
cljrdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
cljrenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
cllc.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
cngdec.c avutil/common: Don't auto-include mem.h 8 months ago
cngenc.c avutil/common: Don't auto-include mem.h 8 months ago
codec.h avcodec: add avcodec_get_supported_config() 2 months ago
codec2utils.h
codec_desc.c avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
codec_desc.h avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
codec_id.h avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
codec_internal.h avcodec/codec_internal: nuke init_static_data() 2 months ago
codec_par.c avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context() 7 months ago
codec_par.h avcodec/codec_par: Reorder AVCodecParameters fields 8 months ago
container_fifo.c lavc: add private container FIFO API 3 months ago
container_fifo.h avcodec/container_fifo: add missing stddef.h include 3 months ago
cook.c avutil/common: Don't auto-include mem.h 8 months ago
cook_parser.c
cookdata.h
copy_block.h
cpia.c
cri.c avcodec/cri: Check length 4 months ago
cri_parser.c
cscd.c avutil/common: Don't auto-include mem.h 8 months ago
cuviddec.c avcodec/cuviddec: more accurately guess probed sw pixel format 3 months ago
cyuv.c
d3d11va.c
d3d11va.h avcodec: add D3D12VA hardware accelerated H264 decoding 11 months ago
d3d12va_av1.c avutil/common: Don't auto-include mem.h 8 months ago
d3d12va_decode.c avcodec/d3d12va_decode: remove extra spaces for declaration 8 months ago
d3d12va_decode.h avcodec: add D3D12VA hardware accelerated H264 decoding 11 months ago
d3d12va_encode.c hw_base_encode: allocate DPB image upfront 2 months ago
d3d12va_encode.h hw_base_encode: refactor picture allocation/freeing 2 months ago
d3d12va_encode_hevc.c hw_base_encode: refactor picture allocation/freeing 2 months ago
d3d12va_h264.c avcodec/d3d12va: remove unused variables 10 months ago
d3d12va_hevc.c lavc/hevc*: move to hevc/ subdir 5 months ago
d3d12va_mpeg2.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
d3d12va_vc1.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
d3d12va_vp9.c avcodec/d3d12va: remove unused variables 10 months ago
dca.c
dca.h
dca_core.c avutil/common: Don't auto-include mem.h 8 months ago
dca_core.h
dca_exss.c
dca_exss.h
dca_lbr.c avutil/common: Don't auto-include mem.h 8 months ago
dca_lbr.h
dca_parser.c avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
dca_sample_rate_tab.c
dca_sample_rate_tab.h
dca_syncwords.h
dca_xll.c avutil/common: Don't auto-include mem.h 8 months ago
dca_xll.h
dcaadpcm.c avutil/common: Don't auto-include mem.h 8 months ago
dcaadpcm.h
dcadata.c
dcadata.h
dcadct.c
dcadct.h
dcadec.c avutil/common: Don't auto-include mem.h 8 months ago
dcadec.h
dcadsp.c
dcadsp.h
dcaenc.c avutil/common: Don't auto-include mem.h 8 months ago
dcaenc.h
dcahuff.c avcodec/vlc: Use proper namespace 1 year ago
dcahuff.h
dcamath.h
dct.h avcodec: Remove DCT, FFT, MDCT and RDFT 1 year ago
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dds.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
decode.c avcodec/decode: clean-up if get_hw_frames_parameters fails 2 weeks ago
decode.h avcodec/decode: remove unused argument from ff_frame_new_side_data_from_buf() 4 months ago
defs.h lavc: add HEVC Multiview Main profile 2 months ago
dfa.c
dfpwmdec.c
dfpwmenc.c
dirac.c avutil/common: Don't auto-include mem.h 8 months ago
dirac.h
dirac_arith.c
dirac_arith.h avcodec/dirac_arith: Only include x86/asm.h for ARCH_X86 8 months ago
dirac_dwt.c avutil/mem: Don't include avutil.h 1 year ago
dirac_dwt.h
dirac_dwt_template.c
dirac_parser.c
dirac_vlc.c
dirac_vlc.h
diracdec.c avcodec/diracdec: Mark flush as av_cold 6 months ago
diracdsp.c
diracdsp.h
diractab.c
diractab.h
dnxhd_parser.c
dnxhddata.c avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
dnxhddata.h
dnxhddec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
dnxhdenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
dnxhdenc.h avcodec/dnxhdenc: use BlockDSPContext from MpegEncContext 2 months ago
dnxuc_parser.c lavc/dnxuc_parser: Use av_fourcc2str instead of av_fourcc_make_string 1 month ago
dolby_e.c Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec" 8 months ago
dolby_e.h
dolby_e_parse.c
dolby_e_parser.c
dovi_rpu.c avcodec/dovi_rpu: move ext blocks into dedicated struct 3 months ago
dovi_rpu.h avcodec/dovi_rpu: separate static ext blocks 3 months ago
dovi_rpudec.c avcodec/dovi_rpudec: error out on strange RPU formats 3 months ago
dovi_rpuenc.c avcodec/dovi_rpuenc: slightly improve profile autodetection 3 months ago
dpcm.c
dpx.c avcodec/dpx: respect side data preference 8 months ago
dpx_parser.c
dpxenc.c
dsd.c avcodec/dsd: Hoist branch out of loop 7 months ago
dsd.h
dsddec.c avcodec/dsd: Hoist branch out of loop 7 months ago
dsicinaudio.c
dsicinvideo.c avutil/common: Don't auto-include mem.h 8 months ago
dss_sp.c
dstdec.c
dv.c avcodec/dv: Don't pretend initializing work chunks can fail 7 months ago
dv.h
dv_internal.h avcodec/dv: Don't pretend initializing work chunks can fail 7 months ago
dv_profile.c
dv_profile.h
dv_profile_internal.h
dv_tablegen.c
dv_tablegen.h
dvaudio.h
dvaudio_parser.c
dvaudiodec.c
dvbsub_parser.c
dvbsubdec.c avutil/common: Don't auto-include mem.h 8 months ago
dvbsubenc.c
dvbtxt.h
dvd_nav_parser.c
dvdata.c
dvdata.h
dvdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
dvdsub.c
dvdsub.h
dvdsub_parser.c
dvdsubdec.c avutil/common: Don't auto-include mem.h 8 months ago
dvdsubenc.c avutil/common: Don't auto-include mem.h 8 months ago
dvenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
dxa.c avutil/common: Don't auto-include mem.h 8 months ago
dxtory.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
dxv.c avcodec/dxv: Fix type in get_opcodes() 4 months ago
dxv.h lavc/dxv: move tag definitions to common header 9 months ago
dxva2.c avcodec/dxva2: initialize hr in ff_dxva2_common_end_frame() 3 months ago
dxva2.h avcodec: add D3D12VA hardware accelerated H264 decoding 11 months ago
dxva2_av1.c avcodec/dxva2_*: Initialize dxva_data_ptr 3 months ago
dxva2_h264.c avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert 10 months ago
dxva2_hevc.c lavc/hevcdec: add a per-layer context 2 months ago
dxva2_internal.h avcodec/dxva2: Fix compilation with Mingw-w64 1 month ago
dxva2_mpeg2.c avcodec/dxva2_*: Initialize dxva_data_ptr 3 months ago
dxva2_vc1.c avcodec/dxva2_*: Initialize dxva_data_ptr 3 months ago
dxva2_vp9.c avcodec/dxva2_*: Initialize dxva_data_ptr 3 months ago
dxvenc.c avutil/common: Don't auto-include mem.h 8 months ago
dynamic_hdr_vivid.c
dynamic_hdr_vivid.h
eac3_data.c
eac3_data.h
eac3dec.c avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes 6 months ago
eac3enc.c avcodec/ac3enc: Move transient PutBitContext to stack 6 months ago
eac3enc.h avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c 7 months ago
eacmv.c avcodec/eacmv: Check input size for intra frames 2 months ago
eaidct.c
eaidct.h
eamad.c avutil/common: Don't auto-include mem.h 8 months ago
eatgq.c avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only 6 months ago
eatgv.c all: Use av_frame_replace() where appropriate 1 year ago
eatqi.c avutil/common: Don't auto-include mem.h 8 months ago
elbg.c avutil/common: Don't auto-include mem.h 8 months ago
elbg.h
elsdec.c
elsdec.h
encode.c avcodec/encode: Check bitrate 2 months ago
encode.h avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE 9 months ago
error_resilience.c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 5 months ago
error_resilience.h avcodec/mpegpicture: Use ThreadProgress instead of ThreadFrame API 5 months ago
escape124.c avutil/common: Don't auto-include mem.h 8 months ago
escape130.c
evc.h avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed 6 months ago
evc_parse.c avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1 1 year ago
evc_parse.h
evc_parser.c
evc_ps.c avutil/common: Don't auto-include mem.h 8 months ago
evc_ps.h
evrcdata.h
evrcdec.c fix "param"s that should be "@param" 8 months ago
executor.c avcodec/vvc: simplify priority logical to improve performance for 4K/8K 1 month ago
executor.h avcodec/vvc: simplify priority logical to improve performance for 4K/8K 1 month ago
exif.c
exif.h
exr.c avcodec/exr: Fix preview overflow 6 months ago
exrdsp.c lavc/exrdsp: unroll predictor 1 year ago
exrdsp.h lavc/exrdsp: R-V V reoder_pixels 1 year ago
exrenc.c avutil/common: Don't auto-include mem.h 8 months ago
faandct.c avutil/internal: Don't auto-include emms.h 1 year ago
faandct.h
faanidct.c avutil/internal: Don't auto-include emms.h 1 year ago
faanidct.h
fastaudio.c avutil/common: Don't auto-include mem.h 8 months ago
faxcompr.c avutil/common: Don't auto-include mem.h 8 months ago
faxcompr.h
fdctdsp.c lavc/aarch64/fdct: add neon-optimized fdct for aarch64 6 months ago
fdctdsp.h lavc/aarch64/fdct: add neon-optimized fdct for aarch64 6 months ago
ffjni.c avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef() 8 months ago
ffjni.h avcodec/jni: use size_t to store structure offsets 8 months ago
fflcms2.c avcodec/fflcms2: add ff_icc_profile_sanitize 1 year ago
fflcms2.h avcodec/fflcms2: add ff_icc_profile_sanitize 1 year ago
ffv1.c avcodec/ffv1: Implement new slice tiling 3 weeks ago
ffv1.h avcodec/ffv1: Implement new slice tiling 3 weeks ago
ffv1_template.c avcodec/ffv1: add a named constant for the quant table size 4 weeks ago
ffv1dec.c avcodec/ffv1: Implement new slice tiling 3 weeks ago
ffv1dec_template.c lavc/ffv1dec: stop using per-slice FFV1Context 4 months ago
ffv1enc.c avcodec/ffv1enc: Tighter maxsize 2 weeks ago
ffv1enc_template.c lavc/ffv1enc: stop using per-slice FFV1Context 4 months ago
ffwavesynth.c avutil/common: Don't auto-include mem.h 8 months ago
fic.c avutil/common: Don't auto-include mem.h 8 months ago
file_open.c
fits.c
fits.h
fitsdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
fitsenc.c
flac.c avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx 1 year ago
flac.h
flac_parse.h avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx 1 year ago
flac_parser.c avcodec/flac_parser: Assert that we do not overrun the link_penalty array 4 months ago
flacdata.c
flacdata.h
flacdec.c avcodec/flacdec: Remove unused variable 6 months ago
flacdsp.c avcodec/flacdsp: split off lpc33 into a dsp function 6 months ago
flacdsp.h avcodec/flacdsp: split off lpc33 into a dsp function 6 months ago
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c avcodec/flacenc: Avoid shift where possible 7 months ago
flacencdsp.c
flacencdsp.h
flashsv.c avutil/common: Don't auto-include mem.h 8 months ago
flashsv2enc.c avutil/common: Don't auto-include mem.h 8 months ago
flashsvenc.c avcodec/flashsvenc: add compression_level option 1 month ago
flicvideo.c avcodec/flicvideo: consider width in copy loops 1 year ago
float2half.c
flvdec.c avcodec/mpegpicture: Make MPVPicture refcounted 5 months ago
flvdec.h
flvenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
flvenc.h
fmtconvert.c
fmtconvert.h
fmvc.c avcodec/fmvc: remove dead assignment 6 months ago
frame_thread_encoder.c avutil/common: Don't auto-include mem.h 8 months ago
frame_thread_encoder.h
fraps.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
frwu.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
ftr.c
ftr_parser.c avcodec/adts_header: Add ff_adts_header_parse_buf() 6 months ago
g2meet.c avcodec/g2meet: fix variable shadowing 2 months ago
g722.c
g722.h
g722dec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
g722dsp.c
g722dsp.h
g722enc.c avutil/common: Don't auto-include mem.h 8 months ago
g723_1.c
g723_1.h
g723_1_parser.c
g723_1dec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
g723_1enc.c
g726.c avcodec: use the renamed av_zero_extend 5 months ago
g729.h
g729_parser.c
g729data.h
g729dec.c avcodec: use the renamed av_zero_extend 5 months ago
g729postfilter.c fix "@param foo[in/out]" to "@param[in, out] foo" 8 months ago
g729postfilter.h fix "@param foo[in/out]" to "@param[in, out] foo" 8 months ago
gdv.c avutil/common: Don't auto-include mem.h 8 months ago
gemdec.c avutil/common: Don't auto-include mem.h 8 months ago
get_bits.h avcodec/vlc, bitstream: Fix multi VLC with uint8_t syms on BE 8 months ago
get_buffer.c avcodec/get_buffer: Remove redundant check 5 months ago
gif.c avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
gif.h
gif_parser.c avcodec/gif_parser: split correctly also bitstreams that do not have extension blocks 1 year ago
gifdec.c avutil/common: Don't auto-include mem.h 8 months ago
golomb.c
golomb.h avcodec/golomb: Assert that k is in the supported range for get_ur/sr_golomb() 4 months ago
gsm.h
gsm_parser.c
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h avcodec/h261data: Make some tables non-static 5 months ago
h261_parser.c
h261data.c avcodec/h261data: Make some tables non-static 5 months ago
h261dec.c avcodec/h261dec: Don't set framerate multiple times 5 months ago
h261enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
h261enc.h
h263.c avcodec/mpegvideo: Shorten variable names 5 months ago
h263.h
h263_parser.c
h263data.c
h263data.h
h263dec.c avcodec/mpegvideo_dec: Move setting dct_unquant funcs to h263dec.c 5 months ago
h263dec.h avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 5 months ago
h263dsp.c lavc/h263dsp: R-V V {h,v}_loop_filter 6 months ago
h263dsp.h lavc/h263dsp: R-V V {h,v}_loop_filter 6 months ago
h263enc.h avcodec/h263enc: Remove no-output code 5 months ago
h264.h
h264_cabac.c
h264_cavlc.c avcodec/h264_cavlc: Remove code duplication 1 year ago
h264_direct.c avcodec/h264dec: Constify H.264 decoder 1 year ago
h264_levels.c
h264_levels.h
h264_loopfilter.c
h264_mb.c avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progress 1 year ago
h264_mb_template.c
h264_mc_template.c
h264_mvpred.h
h264_parse.c avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 3 months ago
h264_parse.h avcodec/mpegutils: Remap MB_TYPE_ACPRED, add codec-specific MB_TYPE 5 months ago
h264_parser.c avcodec/h264_parser: saturate dts a bit 1 year ago
h264_picture.c avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h264_ps.c avcodec/h264_ps: Fix shadowing 8 months ago
h264_ps.h avcodec/h264_ps: Use RefStruct API for SPS/PPS 1 year ago
h264_refs.c avcodec: use the renamed av_zero_extend 5 months ago
h264_sei.c avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h264_sei.h
h264_slice.c avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.c
h264data.h
h264dec.c avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h264dec.h avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h264dsp.c lavc/startcode: add R-V Zbb startcode_find_candidate 6 months ago
h264dsp.h lavc/startcode: add R-V Zbb startcode_find_candidate 6 months ago
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c avcodec/h264idct_template: Don't include h264dec.h 1 year ago
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c avcodec/riscv: add h264 qpel 2 months ago
h264qpel.h avcodec/riscv: add h264 qpel 2 months ago
h264qpel_template.c configure: Remove av_restrict 8 months ago
h265_profile_level.c
h265_profile_level.h
h274.c lavc/h274: transpose IDCT 1 year ago
h274.h avcodec/hevcdec: Check early whether film grain is supported, fix race 1 year ago
h2645_parse.c avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 3 months ago
h2645_parse.h avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 3 months ago
h2645_sei.c avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h2645_sei.h avcodec/h2645: allocate film grain metadata dynamically 3 weeks ago
h2645_vui.c
h2645_vui.h
h2645data.c
h2645data.h
half2float.c
hap.c avutil/common: Don't auto-include mem.h 8 months ago
hap.h avcodec/hap: Avoid unnecessary opt.h inclusion 10 months ago
hapdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
hapenc.c avutil/common: Don't auto-include mem.h 8 months ago
hca_data.h
hcadec.c avutil/common: Don't auto-include mem.h 8 months ago
hcom.c avutil/common: Don't auto-include mem.h 8 months ago
hdr_parser.c
hdrdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
hdrenc.c avcodec/hdrenc: Allocate more space 4 months ago
hnm4video.c
hpel_template.c
hpeldsp.c libavcodec/alpha: remove DSP & support code 5 months ago
hpeldsp.h
hq_hqa.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
hq_hqadata.h avcodec/hq_hqadata: Move data in a header 8 months ago
hq_hqadsp.c
hq_hqadsp.h
hqx.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c avcodec/vlc: Use proper namespace 1 year ago
htmlsubtitles.c
htmlsubtitles.h
huffman.c avcodec/vlc: Use proper namespace 1 year ago
huffman.h
huffyuv.c avcodec/huffyuv: Return proper error code 7 months ago
huffyuv.h avcodec/huffyuv: Inline common alloc/free functions in their callers 7 months ago
huffyuvdec.c avcodec/huffyuvdec: Use assert to check for things that can't fail 7 months ago
huffyuvdsp.c lavc/huffyuvdsp: R-V V add_int16 1 year ago
huffyuvdsp.h lavc/huffyuvdsp: R-V V add_int16 1 year ago
huffyuvenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
huffyuvencdsp.c avcodec/huffyuvencdsp: Fix load of misaligned values 8 months ago
huffyuvencdsp.h
hw_base_encode.c avcodec/hw_base_encode: fix use after free on close 4 weeks ago
hw_base_encode.h hw_base_encode: refactor picture allocation/freeing 2 months ago
hw_base_encode_h264.c hw_base_encode: move VAAPI SPS/PPS constructors to a shared file 2 months ago
hw_base_encode_h264.h hw_base_encode_h264: remove unused AUD unit structure 2 months ago
hw_base_encode_h265.c hw_base_encode_h265: split off SPS/PPS/VPS generation from VAAPI 2 months ago
hw_base_encode_h265.h hw_base_encode_h265: split off SPS/PPS/VPS generation from VAAPI 2 months ago
hwaccel_internal.h avcodec: remove some references to avcodec_close 9 months ago
hwaccels.h lavc/vaapi_dec: Add VVC decoder 2 weeks ago
hwconfig.h avcodec: add D3D12VA hardware accelerated H264 decoding 11 months ago
idcinvideo.c
idctdsp.c libavcodec/alpha: remove DSP & support code 5 months ago
idctdsp.h configure: Remove av_restrict 8 months ago
iff.c avcodec/iff: Use signed count 4 months ago
iirfilter.c avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c 5 months ago
iirfilter.h avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c 5 months ago
ilbcdata.h
ilbcdec.c avcodec/ilbcdec: Remove dead code 5 months ago
imc.c avutil/common: Don't auto-include mem.h 8 months ago
imcdata.h
imgconvert.c
imm4.c avcodec/imm4: Check input size 2 months ago
imm5.c
imx.c
indeo2.c avcodec/indeo2: Avoid unnecessary VLC structure 1 year ago
indeo2data.h
indeo3.c avutil/common: Don't auto-include mem.h 8 months ago
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c
indeo5data.h
intelh263dec.c avcodec/mpegpicture: Make MPVPicture refcounted 5 months ago
internal.h lavc: convert frame threading to the receive_frame() pattern 3 months ago
interplayacm.c avutil/common: Don't auto-include mem.h 8 months ago
interplayvideo.c all: Use av_frame_replace() where appropriate 1 year ago
intrax8.c avcodec/mpegpicture: Rename Picture->MPVPicture 5 months ago
intrax8.h avcodec/mpegpicture: Rename Picture->MPVPicture 5 months ago
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ipu_parser.c
ituh263dec.c avcodec/ituh263dec: Use VLC symbol table 5 months ago
ituh263enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
itut35.h avcodec/h2645_sei: export raw LCEVC metadata 2 months ago
ivi.c avutil/common: Don't auto-include mem.h 8 months ago
ivi.h avcodec/ivi: make comments more Doxygen-friendly 8 months ago
ivi_dsp.c
ivi_dsp.h
j2kenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c avcodec/jfdctint_template: use unsigned z* in row_fdct() 2 months ago
jni.c avcodec/jni: fix mixed declaration and code 7 months ago
jni.h avcodec: add av_jni_{get,set}_android_app_ctx() helpers 8 months ago
jpeg2000.c avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
jpeg2000.h avcodec/jpeg2000dec: Add support for placeholder passes 3 months ago
jpeg2000_parser.c
jpeg2000dec.c avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
jpeg2000dec.h jpeg2000dec: fix tile-part header state reset 3 weeks ago
jpeg2000dsp.c lavc/jpeg2000dsp: R-V V ict_float 1 year ago
jpeg2000dsp.h lavc/jpeg2000dsp: R-V V ict_float 1 year ago
jpeg2000dwt.c avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
jpeg2000dwt.h avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
jpeg2000htdec.c avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests 6 days ago
jpeg2000htdec.h avcodec/jpeg2000dec: Fix HT decoding 3 months ago
jpegls.c avutil/mem: Don't include avutil.h 1 year ago
jpegls.h
jpeglsdec.c avutil/common: Don't auto-include mem.h 8 months ago
jpeglsdec.h
jpeglsenc.c avutil/common: Don't auto-include mem.h 8 months ago
jpegquanttables.c
jpegquanttables.h
jpegtables.c
jpegtables.h
jpegtabs.h
jpegxl.h
jpegxl_parse.c avcodec/jpegxl_parse{,r}: use correct ISOBMFF extended size location 12 months ago
jpegxl_parse.h
jpegxl_parser.c avcodec/jpegxl_parser: check entropy_decoder_read_symbol return value 1 week ago
jrevdct.c
jvdec.c avcodec/codec_desc, jvdec: JV is not intra-only 6 months ago
kbdwin.c Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec" 8 months ago
kbdwin.h Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec" 8 months ago
kgv1dec.c avutil/common: Don't auto-include mem.h 8 months ago
kmvc.c
lagarith.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
lagarithrac.c
lagarithrac.h avcodec/lagarith: Use void* instead of AVCodecContext* as logctx 1 year ago
latm_parser.c
lcevcdec.c avcodec: add LCEVC decoding support via LCEVCdec 2 months ago
lcevcdec.h avcodec: add LCEVC decoding support via LCEVCdec 2 months ago
lcl.h
lcldec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
lclenc.c
leaddata.h avcodec: LEAD MCMP decoder 1 year ago
leaddec.c avcodec/leaddec: Check init_get_bits8() for failure 4 months ago
leb.h avcodec: move leb reading functions to its own header 10 months ago
libaom.c
libaom.h
libaomdec.c avcodec/libaomdec: print libaomdec version in verbose level 9 months ago
libaomenc.c avcodec/libaomenc: switch to get_supported_config() 2 months ago
libaribb24.c avutil/common: Don't auto-include mem.h 8 months ago
libaribcaption.c avutil/common: Don't auto-include mem.h 8 months ago
libavcodec.v
libcelt_dec.c
libcodec2.c avutil/common: Don't auto-include mem.h 8 months ago
libdav1d.c avcodec/decode: remove unused argument from ff_frame_new_side_data_from_buf() 4 months ago
libdavs2.c avcodec: Remove redundant pix_fmts from decoders 9 months ago
libfdk-aacdec.c avutil/common: Don't auto-include mem.h 8 months ago
libfdk-aacenc.c avutil/common: Don't auto-include mem.h 8 months ago
libgsmdec.c
libgsmenc.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
libilbc.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
libjxl.c
libjxl.h avcodec/libjxl.h: include version.h 10 months ago
libjxldec.c avcodec/decode: remove unused argument from ff_frame_new_side_data_from_buf() 4 months ago
libjxlenc.c avutil/common: Don't auto-include mem.h 8 months ago
libkvazaar.c avcodec/internal: add FFCodec.color_ranges 2 months ago
liblc3dec.c avcodec/liblc3dec: retrieve duration of the last packet from the demuxer 7 months ago
liblc3enc.c avcodec/liblc3enc: don't force unspec channel layouts 7 months ago
libmp3lame.c avutil/common: Don't auto-include mem.h 8 months ago
libopencore-amr.c avutil/common: Don't auto-include mem.h 8 months ago
libopenh264.c lavc/libopenh264: Drop openh264 runtime version checks 11 months ago
libopenh264.h lavc/libopenh264: Drop openh264 runtime version checks 11 months ago
libopenh264dec.c lavc/libopenh264: Drop openh264 runtime version checks 11 months ago
libopenh264enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libopenjpegenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libopus.c
libopus.h
libopusdec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
libopusenc.c avutil/common: Don't auto-include mem.h 8 months ago
librav1e.c avcodec/internal: add FFCodec.color_ranges 2 months ago
librsvgdec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
libshine.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
libspeexdec.c
libspeexenc.c avutil/common: Don't auto-include mem.h 8 months ago
libsvtav1.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libtheoraenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libtwolame.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
libuavs3d.c avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER 8 months ago
libvo-amrwbenc.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
libvorbisdec.c
libvorbisenc.c avutil/common: Don't auto-include mem.h 8 months ago
libvpx.h
libvpxdec.c avcodec/libvpxdec: Remove redundant unreferencing of AVFrame 1 year ago
libvpxenc.c avcodec/libvpxenc: switch to get_supported_config() 2 months ago
libvvenc.c avcodec: add external enc libvvenc for H266/VVC 5 months ago
libwebpenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libwebpenc_animencoder.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libwebpenc_common.c avutil/common: Don't auto-include mem.h 8 months ago
libwebpenc_common.h
libx264.c avcodec/libx264: fix variable shadowing 2 months ago
libx265.c avcodec/libx265: unbreak build for X265_BUILD >= 213 1 month ago
libxavs.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libxavs2.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libxevd.c avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe 6 months ago
libxeve.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libxvid.c avcodec/internal: add FFCodec.color_ranges 2 months ago
libzvbi-teletextdec.c avutil/common: Don't auto-include mem.h 8 months ago
ljpegenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
loco.c avcodec/loco: Check loco_get_rice() for failure 4 months ago
log2_tab.c
lossless_audiodsp.c lavc/llauddsp: R-V V scalarproduct_and_madd_int16 1 year ago
lossless_audiodsp.h lavc/llauddsp: R-V V scalarproduct_and_madd_int16 1 year ago
lossless_videodsp.c lavc/llviddsp: R-V V add_bytes 1 year ago
lossless_videodsp.h lavc/llviddsp: R-V V add_bytes 1 year ago
lossless_videoencdsp.c avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes 7 months ago
lossless_videoencdsp.h avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes 7 months ago
lpc.c avcodec/lpc: account for odd len values 6 months ago
lpc.h avcodec/lpc: Split inline functions into a header of their own 9 months ago
lpc_functions.h avcodec/lpc: Split inline functions into a header of their own 9 months ago
lscrdec.c avutil/common: Don't auto-include mem.h 8 months ago
lsp.c
lsp.h
lzf.c
lzf.h
lzw.c
lzw.h
lzwenc.c
m101.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
mace.c
magicyuv.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
magicyuvenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
mathops.h avr32: remove explicit support 5 months ago
mathtables.c
mdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
me_cmp.c avcodec/me_cmp: Fix type check 4 months ago
me_cmp.h avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs 5 months ago
mediacodec.c
mediacodec.h
mediacodec_surface.c
mediacodec_surface.h
mediacodec_sw_buffer.c
mediacodec_sw_buffer.h
mediacodec_wrapper.c avcodec/mediacodec_wrapper: Fix unused variable warning 7 months ago
mediacodec_wrapper.h
mediacodecdec.c avcodec: add Mediacodec audio decoders support 2 months ago
mediacodecdec_common.c avcodec/mediacodecdec_common: Workaround MTK broken crop implementation 3 weeks ago
mediacodecdec_common.h
mediacodecenc.c avcodec/mediacodecenc: Extract configOBUs from AV1CodecConfigurationRecord 3 weeks ago
metasound.c
metasound_data.h
metasound_twinvq_data.h
mf_utils.c avcodec/mfenc: add support for AV1 MF encoders 1 month ago
mf_utils.h avcodec/mfenc: add support for AV1 MF encoders 1 month ago
mfenc.c avcodec/mfenc: add support for AV1 MF encoders 1 month ago
microdvddec.c
midivid.c
mimic.c avcodec/mimic: Switch to ProgressFrames 7 months ago
misc4.c
misc4_parser.c
mjpeg.h
mjpeg_parser.c
mjpegbdec.c
mjpegdec.c avcodec/mjpegdec: fix variable shadowing 2 months ago
mjpegdec.h
mjpegdec_common.c avcodec/vlc: Use proper namespace 1 year ago
mjpegenc.c avcodec/mjpegenc: switch to get_supported_config() 2 months ago
mjpegenc.h
mjpegenc_common.c avcodec/mjpegdec: fix variable shadowing 2 months ago
mjpegenc_common.h
mjpegenc_huffman.c
mjpegenc_huffman.h
mlp.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
mlp.h avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
mlp_parse.c
mlp_parse.h avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout 1 year ago
mlp_parser.c
mlpdec.c avcodec/mlpdec: Set AV_FRAME_FLAG_KEY explicitly 6 months ago
mlpdsp.c mlp: move pack_output pointer to decoder context 11 months ago
mlpdsp.h mlp: move pack_output pointer to decoder context 11 months ago
mlpenc.c avcodec/mlpenc: Use 64 for ml, mr 4 months ago
mlz.c avutil/common: Don't auto-include mem.h 8 months ago
mlz.h
mmaldec.c avutil/common: Don't auto-include mem.h 8 months ago
mmvideo.c
mobiclip.c avutil/common: Don't auto-include mem.h 8 months ago
motion_est.c avcodec/motion_est: Fix score squaring overflow 4 months ago
motion_est.h avcodec/motion_est: Store remaining required me_cmp_funcs 5 months ago
motion_est_template.c avcodec/me_cmp, motion_est: Move me_(pre_)?_cmp etc. to MotionEstContext 5 months ago
motionpixels.c avutil/common: Don't auto-include mem.h 8 months ago
motionpixels_tablegen.c
motionpixels_tablegen.h
movtextdec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
movtextenc.c avcodec/movtextenc: Don't copy data around unnecessarily 9 months ago
mpc.c avutil/mem: Don't include avutil.h 1 year ago
mpc.h
mpc7.c avutil/common: Don't auto-include mem.h 8 months ago
mpc7data.h
mpc8.c avcodec/vlc: Use proper namespace 1 year ago
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h mpeg4audio: explicitly define each AOT 5 months ago
mpeg4audio_copy_pce.h
mpeg4audio_sample_rates.c
mpeg4audio_sample_rates.h
mpeg4data.h
mpeg4video.c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 5 months ago
mpeg4video.h
mpeg4video_parser.c avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 5 months ago
mpeg4videodata.h
mpeg4videodec.c avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 5 months ago
mpeg4videodec.h avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 5 months ago
mpeg4videodefs.h
mpeg4videodsp.c
mpeg4videodsp.h
mpeg4videoenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
mpeg4videoenc.h
mpeg12.c avcodec/mpeg12dec: Use VLC symbol table 5 months ago
mpeg12.h
mpeg12codecs.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: set FF_CODEC_PROPERTY_CLOSED_CAPTIONS in mpeg_set_cc_format() 7 days ago
mpeg12dec.h avcodec/mpeg12dec: Use VLC symbol table 5 months ago
mpeg12enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
mpeg12enc.h
mpeg12framerate.c
mpeg12vlc.h avcodec/mpeg12: Avoid unnecessary VLC structures 1 year ago
mpeg_er.c avcodec/mpeg_er: Simplify disabling IDCT 5 months ago
mpeg_er.h
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h avcodec/mpegaudio(data|dsp): Mark symbols as hidden 8 months ago
mpegaudiodec_common.c avcodec/mpegaudiodec_common: Avoid superfluous VLC structures 1 year ago
mpegaudiodec_common_tablegen.c
mpegaudiodec_common_tablegen.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c avutil/common: Don't auto-include mem.h 8 months ago
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodsp.c avcodec/mpegaudiodsp: Init dct32 directly 1 year ago
mpegaudiodsp.h avcodec/mpegaudio(data|dsp): Mark symbols as hidden 8 months ago
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
mpegaudioenc_float.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
mpegaudioenc_template.c
mpegaudiotab.h
mpegaudiotabs.c
mpegaudiotabs.h
mpegpicture.c avcodec/mpegpicture: Avoid MotionEstContext in ff_mpeg_framesize_alloc() 5 months ago
mpegpicture.h avcodec/mpeg12dec: Disable allocating scratchpad buffers when possible 5 months ago
mpegutils.c avcodec/mpegutils: Don't output wrong mb skip values 5 months ago
mpegutils.h avcodec/mpegutils: Don't output wrong mb skip values 5 months ago
mpegvideo.c avcodec/mpegvideo: remove redundant workaround to recalculate last nonzero coefficient 2 months ago
mpegvideo.h avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 5 months ago
mpegvideo_dec.c avcodec/mpegvideo_dec: Move setting dct_unquant funcs to h263dec.c 5 months ago
mpegvideo_enc.c avcodec/mpegvideo_enc: Do not duplicate pictures on shifting 4 months ago
mpegvideo_motion.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
mpegvideo_parser.c lavc/mpegvideo_parser: improve exporting field-coding information 1 year ago
mpegvideodata.c
mpegvideodata.h
mpegvideodec.h avcodec/mpegpicture: Make MPVPicture refcounted 5 months ago
mpegvideoenc.h avcodec/mpegvideo_enc: Don't pretend ff_dct_encode_init() can fail 5 months ago
mpegvideoencdsp.c avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2 months ago
mpegvideoencdsp.h avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t 2 months ago
mpl2dec.c
mpv_reconstruct_mb_template.c avcodec/h261dec: Unquantize coefficients while parsing them 5 months ago
mqc.c
mqc.h
mqcdec.c
mqcenc.c
mscc.c avcodec/mscc: move frame allocates to later 4 months ago
msgsmdec.c
msgsmdec.h
msmpeg4.c avcodec/h261enc, msmpeg4: Avoid setting dc_scale_tables unnecessarily 5 months ago
msmpeg4.h
msmpeg4_vc1_data.c avcodec/msmpeg4_vc1_data: Avoid superfluous VLC structures 1 year ago
msmpeg4_vc1_data.h avcodec/msmpeg4_vc1_data: Avoid superfluous VLC structures 1 year ago
msmpeg4data.c
msmpeg4data.h avcodec/msmpeg4dec: Avoid superfluous VLC structures 1 year ago
msmpeg4dec.c avcodec/msmpeg4dec: init dc_pred_dir 3 months ago
msmpeg4dec.h avcodec/msmpeg4dec: Avoid superfluous VLC structures 1 year ago
msmpeg4enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
msmpeg4enc.h
msp2dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
msrle.c
msrledec.c
msrledec.h
msrleenc.c avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE 9 months ago
mss1.c avcodec/mss[12]: Cleanup generically on init failure 9 months ago
mss2.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
mss2dsp.c
mss2dsp.h
mss3.c avutil/common: Don't auto-include mem.h 8 months ago
mss4.c avutil/common: Don't auto-include mem.h 8 months ago
mss12.c avutil/common: Don't auto-include mem.h 8 months ago
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c avutil/common: Don't auto-include mem.h 8 months ago
mv30.c avutil/common: Don't auto-include mem.h 8 months ago
mvcdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
mvha.c avcodec/mvha: Clear remaining space after inflate() 3 months ago
mwsc.c avcodec/mscc & mwsc: Check loop counts before use 6 months ago
mxpegdec.c avutil/common: Don't auto-include mem.h 8 months ago
nellymoser.c
nellymoser.h
nellymoserdec.c avutil/common: Don't auto-include mem.h 8 months ago
nellymoserenc.c avutil/common: Don't auto-include mem.h 8 months ago
notchlc.c avcodec/notchlc: Check bytes left before reading 3 months ago
null.c
nuv.c avutil/common: Don't auto-include mem.h 8 months ago
nvdec.c avutil/common: Don't auto-include mem.h 8 months ago
nvdec.h avcodec/nvdec: Constify bitstream pointee 9 months ago
nvdec_av1.c nvdec_av1: Use av1dec force_integer_mv value 6 months ago
nvdec_h264.c avutil/common: Don't auto-include mem.h 8 months ago
nvdec_hevc.c lavc/hevc/hevcdec: implement MV-HEVC inter-layer prediction 2 months ago
nvdec_mjpeg.c
nvdec_mpeg4.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
nvdec_mpeg12.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
nvdec_vc1.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
nvdec_vp8.c
nvdec_vp9.c
nvenc.c avcodec/nvenc: set bitstreamRestrictionFlag when neccesary 2 weeks ago
nvenc.h avcodec/nvenc: fix signedness of timing fields 3 months ago
nvenc_av1.c avcodec/internal: add FFCodec.color_ranges 2 months ago
nvenc_h264.c avcodec/internal: add FFCodec.color_ranges 2 months ago
nvenc_hevc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
omx.c lavc: deprecate the omx encoders 6 days ago
on2avc.c avutil/common: Don't auto-include mem.h 8 months ago
on2avcdata.c
on2avcdata.h
options.c avcodec/avcodec: free decoded_side_data in ff_codec_close() 7 months ago
options_table.h avcodec: add an export_side_data flag to export picture enhancement layers 2 months ago
osq.c avcodec/osq: use unsigned for decorrelation 2 months ago
packet.c avcodec/packet: add an LCEVC enhancement data payload side data type 2 months ago
packet.h avcodec/packet: fix doxy references in AVPacketSideData 1 month ago
packet_internal.h
paf.h
pafaudio.c
pafvideo.c avutil/common: Don't auto-include mem.h 8 months ago
pamenc.c
parser.c avcodec/parser: ensure input padding is zeroed 3 months ago
parser.h
parsers.c libavcodec/dnxuc_parser: DNxUncompressed essence parser 1 month ago
pcm-bluray.c avcodec/pcm-bluray/dvd: Use correct pointer types on BE 8 months ago
pcm-blurayenc.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
pcm-dvd.c avcodec/pcm-bluray/dvd: Use correct pointer types on BE 8 months ago
pcm-dvdenc.c avcodec/pcm-dvdenc: 64bit pkt-size 5 months ago
pcm.c avutil/common: Don't auto-include mem.h 8 months ago
pcm_tablegen.c
pcm_tablegen.h
pcx.c avutil/common: Don't auto-include mem.h 8 months ago
pcxenc.c avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
pdvdec.c all: Use av_frame_replace() where appropriate 1 year ago
pel_template.c
pgssubdec.c avutil/common: Don't auto-include mem.h 8 months ago
pgxdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
photocd.c avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only 6 months ago
pictordec.c avutil/common: Don't auto-include mem.h 8 months ago
pixblockdsp.c lavc/pixblockdsp: specialise aligned 16-bit get_pixels 4 months ago
pixblockdsp.h configure: Remove av_restrict 8 months ago
pixels.h
pixlet.c avcodec/pixlet: Simplify pfx computation 4 months ago
png.c
png.h
png_parser.c
pngdec.c avcodec/pngdec: use 8-bit sBIT cap for indexed PNGs per spec 4 months ago
pngdsp.c avcodec/pngdsp: Fix unaligned accesses, effective type violations 8 months ago
pngdsp.h
pngenc.c avcodec/pngenc: fix sBIT writing for indexed-color PNGs 4 months ago
pnm.c avcodec/pnm: explicitly tag color range 1 year ago
pnm.h
pnm_parser.c
pnmdec.c avcodec/pnmdec: Use 64bit for input size check 4 months ago
pnmenc.c
profiles.c lavc: add HEVC Multiview Main profile 2 months ago
profiles.h aac: define a new profile for USAC 5 months ago
progressframe.h avcodec/decode: split ProgressFrame allocator into two functions 2 months ago
proresdata.c avcodec/proresenc_anatoliy: move DC codebook LUT to shared proresdata 10 months ago
proresdata.h avcodec/proresenc_anatoliy: move DC codebook LUT to shared proresdata 10 months ago
proresdec.c avcodec/proresdec: Consider negative bits left 4 months ago
proresdec.h avcodec/proresdec: Include required headers directly 1 year ago
proresdsp.c avcodec/proresdsp: Pass necessary parameter directly 1 year ago
proresdsp.h avcodec/proresdsp: Pass necessary parameter directly 1 year ago
proresenc_anatoliy.c avcodec/internal: add FFCodec.color_ranges 2 months ago
proresenc_kostya.c avcodec/internal: add FFCodec.color_ranges 2 months ago
prosumer.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
psd.c avutil/common: Don't auto-include mem.h 8 months ago
psymodel.c
psymodel.h
pthread.c lavc/thread: move generic-layer API to avcodec_internal.h 3 months ago
pthread_frame.c avcodec: add LCEVC decoding support via LCEVCdec 2 months ago
pthread_internal.h
pthread_slice.c lavc/hevcdec: unbreak WPP/progress2 code 1 month ago
ptx.c
put_bits.h avcodec: use the renamed av_zero_extend 5 months ago
put_golomb.h avcodec: use the renamed av_zero_extend 5 months ago
qcelpdata.h
qcelpdec.c
qdm2.c
qdm2_tablegen.c
qdm2_tablegen.h avcodec/vlc: Use proper namespace 1 year ago
qdm2data.h
qdmc.c avcodec/vlc: Use proper namespace 1 year ago
qdrw.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
qoadec.c avcodec/qoadec: Fix undefined overflow in lms_predict 8 months ago
qoi.h
qoi_parser.c
qoidec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
qoienc.c
qpeg.c all: Use av_frame_replace() where appropriate 1 year ago
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv.c lavc/qsv: Use vendor id to create device 3 months ago
qsv.h
qsv_api.c
qsv_internal.h avcodec/qsv: Use RefStruct API for memory id (mids) array 7 months ago
qsvdec.c lavc/qsvdec: Add vvc_mp4toannexb bsf for QSV VVC decoder 3 months ago
qsvenc.c lavc/qsvenc: respect user's setting for keyframes 6 months ago
qsvenc.h lavc/qsvenc: Remove duplicate include header file 2 months ago
qsvenc_av1.c avcodec/internal: add FFCodec.color_ranges 2 months ago
qsvenc_h264.c avcodec/internal: add FFCodec.color_ranges 2 months ago
qsvenc_hevc.c lavc/hevc/ps: implement SPS parsing for nuh_layer_id>0 2 months ago
qsvenc_jpeg.c avcodec/internal: add FFCodec.color_ranges 2 months ago
qsvenc_mpeg2.c avcodec/internal: add FFCodec.color_ranges 2 months ago
qsvenc_vp9.c avcodec/internal: add FFCodec.color_ranges 2 months ago
qtrle.c
qtrleenc.c avutil/common: Don't auto-include mem.h 8 months ago
r210dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
r210enc.c avcodec/r210enc: Use av_rescale for bitrate 5 months ago
ra144.c
ra144.h
ra144dec.c
ra144enc.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
ra288.c avutil/common: Don't auto-include mem.h 8 months ago
ra288.h
ralf.c avcodec/vlc: Use proper namespace 1 year ago
ralfdata.h
rangecoder.c
rangecoder.h avcodec/rangecoder: only perform renorm check/loop for callers that need it 3 weeks ago
rasc.c avutil/common: Don't auto-include mem.h 8 months ago
ratecontrol.c avcodec/ratecontrol: Handle wanted bits overflow 4 months ago
ratecontrol.h avcodec/ratecontrol: Avoid padding in RateControlEntry 5 months ago
raw.c avformat/riff: map Y416 fourcc to RAWVIDEO decoder 3 weeks ago
raw.h
rawdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
rawenc.c
realtextdec.c
rectangle.h
refstruct.c avcodec/refstruct: Don't use STRIDE_ALIGN for alignment 9 months ago
refstruct.h avcodec/refstruct: Allow to share pools 1 year ago
reverse.c
rka.c avutil/common: Don't auto-include mem.h 8 months ago
rkmppdec.c avcodec/rkmppdec: Allocate AVDRMFrameDescriptor and frame ctx jointly 7 months ago
rl.c avcodec/vlc: Use proper namespace 1 year ago
rl.h avcodec/vlc: Use proper namespace 1 year ago
rl2.c
rle.c
rle.h
rnd_avg.h
roqaudioenc.c avutil/common: Don't auto-include mem.h 8 months ago
roqvideo.c avcodec/roqvideo: Use void*, not AVCodecContext* for logctx 1 year ago
roqvideo.h avcodec/roqvideo: Use void*, not AVCodecContext* for logctx 1 year ago
roqvideodec.c avcodec/roqvideo: Use void*, not AVCodecContext* for logctx 1 year ago
roqvideoenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
rpza.c
rpzaenc.c avcodec/rpzaenc: don't use buffer data beyond the end of a row 3 months ago
rscc.c avutil/common: Don't auto-include mem.h 8 months ago
rtjpeg.c avcodec/idctdsp: Avoid inclusion of avcodec.h 1 year ago
rtjpeg.h avcodec/idctdsp: Avoid inclusion of avcodec.h 1 year ago
rtv1.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
rv10.c avcodec/rv10: Avoid indirection 5 months ago
rv10dec.h
rv10enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
rv10enc.h
rv20enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
rv30.c avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 5 months ago
rv30data.h
rv30dsp.c
rv34.c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 5 months ago
rv34.h avcodec/rv34: Constify pointer to static object 1 year ago
rv34_parser.c avcodec/rv34_parser: Remove unused ParseContext 1 year ago
rv34data.h
rv34dsp.c lavc/rv34dsp: R-V V rv34_inv_transform_dc 9 months ago
rv34dsp.h lavc/rv40dsp: R-V V chroma_mc 7 months ago
rv34vlc.h
rv40.c avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders 5 months ago
rv40data.h
rv40dsp.c lavc/rv40dsp: R-V V chroma_mc 7 months ago
rv40vlc2.h
rv60data.h avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
rv60dec.c avcodec/rv60: set populate_ipred src parameter to const 6 days ago
rv60dsp.c avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
rv60dsp.h avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
rv60vlcs.h avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
s302m.c all: use designated initializers for AVOption.unit 9 months ago
s302menc.c
samidec.c avutil/common: Don't auto-include mem.h 8 months ago
sanm.c avutil/common: Don't auto-include mem.h 8 months ago
sbc.c
sbc.h
sbc_parser.c
sbcdec.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
sbcdec_data.c
sbcdec_data.h
sbcdsp.c
sbcdsp.h
sbcdsp_data.c
sbcdsp_data.h
sbcenc.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
sbr.h aacdec_usac, aacsbr: implement SBR support for USAC 5 months ago
sbrdsp.c
sbrdsp.h aacdec: remove AAC-specific MIPS optimizations 7 months ago
sbrdsp_fixed.c
sbrdsp_template.c lavc/sbrdsp: add support for 256-bit vectors 6 months ago
scpr.c avutil/common: Don't auto-include mem.h 8 months ago
scpr.h
scpr3.c avcodec/scpr3: Check add_dec() for failure 5 months ago
scpr3.h
screenpresso.c
sei.h
sga.c avcodec/sga: av_assert1 check init_get_bits8() 3 months ago
sgi.h
sgidec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
sgienc.c avutil/common: Don't auto-include mem.h 8 months ago
sgirledec.c avcodec/sgirledec: Check input length 2 months ago
sheervideo.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
sheervideodata.h
shorten.c avcodec/shorten: Fix discard of ‘const’ qualifier 3 months ago
simple_idct.c
simple_idct.h
simple_idct_template.c
sinewin.c
sinewin.h
sinewin_fixed_tablegen.c aacdec_dsp: implement 768-point transform and windowing 5 months ago
sinewin_fixed_tablegen.h aacdec_dsp: implement 768-point transform and windowing 5 months ago
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c avcodec/sipr: Remove write-only AVCodecContext* 1 year ago
sipr.h avcodec/sipr: Remove write-only AVCodecContext* 1 year ago
sipr16k.c
sipr16kdata.h
sipr_parser.c
siprdata.h
siren.c avutil/common: Don't auto-include mem.h 8 months ago
smacker.c avutil/common: Don't auto-include mem.h 8 months ago
smc.c
smcenc.c avcodec/smcenc: make sure ny/nx are >= 0 5 months ago
snappy.c
snappy.h
snow.c avcodec/snow: Fix off by 1 error in run_buffer 4 months ago
snow.h avcodec/snow: Move dsp helper functions to snow_dwt.h 1 year ago
snow_dwt.c avutil/common: Don't auto-include mem.h 8 months ago
snow_dwt.h avcodec/snow: Move dsp helper functions to snow_dwt.h 1 year ago
snowdata.h
snowdec.c avutil/common: Don't auto-include mem.h 8 months ago
snowenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
sonic.c avutil/common: Don't auto-include mem.h 8 months ago
sp5x.h
sp5xdec.c avutil/common: Don't auto-include mem.h 8 months ago
speedhq.c
speedhq.h
speedhqdec.c lavc/speedhqdec: Reindent 5 months ago
speedhqenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
speedhqenc.h
speexdata.h
speexdec.c avutil/common: Don't auto-include mem.h 8 months ago
srtdec.c
srtenc.c avcodec/srtenc, webvttenc: Use av_printf_format 9 months ago
startcode.c
startcode.h
subviewerdec.c
sunrast.c avutil/common: Don't auto-include mem.h 8 months ago
sunrast.h
sunrastenc.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c avutil/common: Don't auto-include mem.h 8 months ago
svq1enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
svq1enc_cb.h
svq1encdsp.h avcodec/svq1enc: Move initializing DSP out of svq1enc.c 9 months ago
svq3.c avcodec/svq3: Check for minimum size input 2 months ago
synth_filter.c
synth_filter.h
tableprint.h
tableprint_vlc.h
tak.c
tak.h
tak_parser.c
takdec.c avutil/common: Don't auto-include mem.h 8 months ago
takdsp.c avcodec/takdsp: fix const correctness 11 months ago
takdsp.h avcodec/takdsp: fix const correctness 11 months ago
targa.c
targa.h
targa_y216dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
targaenc.c avcodec/targaenc: Allocate space for the palette 5 months ago
tdsc.c avutil/common: Don't auto-include mem.h 8 months ago
textdec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
texturedsp.c lavc/texturedsp: fix premult2straight inversion 9 months ago
texturedsp.h lavc/texturedsp: require explicitly-set frame dimensions 9 months ago
texturedsp_template.c lavc/texturedsp: require explicitly-set frame dimensions 9 months ago
texturedspenc.c avcodec/texturedsp: Factor common code out 10 months ago
thread.h lavc/hevcdec: unbreak WPP/progress2 code 1 month ago
threadframe.h avcodec/pthread_frame: Remove ff_thread_release_buffer() 1 year ago
threadprogress.c avcodec/threadprogress: Add new API for frame-threaded progress 7 months ago
threadprogress.h avcodec/threadprogress: Add new API for frame-threaded progress 7 months ago
tiertexseqv.c
tiff.c avcodec/tiff: Check value on positive signed targets 4 months ago
tiff.h avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType 8 months ago
tiff_common.c avutil/common: Don't auto-include mem.h 8 months ago
tiff_common.h
tiff_data.h avcodec/tiff_data: Remove incorrect GeoTIFF entries 8 months ago
tiffenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
tmv.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
to_upper4.c
to_upper4.h
tpeldsp.c
tpeldsp.h
truemotion1.c avcodec/truemotion1: Height not being a multiple of 4 is unsupported 8 months ago
truemotion1data.h
truemotion2.c avutil/common: Don't auto-include mem.h 8 months ago
truemotion2rt.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
truespeech.c
truespeech_data.h
tscc.c avutil/common: Don't auto-include mem.h 8 months ago
tscc2.c avutil/common: Don't auto-include mem.h 8 months ago
tscc2data.h
tta.c avutil/common: Don't auto-include mem.h 8 months ago
ttadata.c
ttadata.h
ttadsp.c
ttadsp.h
ttaenc.c avutil/common: Don't auto-include mem.h 8 months ago
ttaencdsp.c
ttaencdsp.h
ttmlenc.c avutil/common: Don't auto-include mem.h 8 months ago
ttmlenc.h
twinvq.c avutil/common: Don't auto-include mem.h 8 months ago
twinvq.h
twinvq_data.h
twinvqdec.c
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c lavc/hevcdec: unbreak WPP/progress2 code 1 month ago
utvideo.h avcodec/utvideo: Split UTvideoContext into decoder and encoder contexts 1 year ago
utvideodec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
utvideodsp.c lavc/utvideodsp: R-V V restore_rgb_planes 1 year ago
utvideodsp.h lavc/utvideodsp: R-V V restore_rgb_planes 1 year ago
utvideoenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
v4l2_buffers.c avcodec/v4l2_(m2m|buffers): Use RefStruct API for context references 7 months ago
v4l2_buffers.h avcodec/v4l2_(m2m|buffers): Use RefStruct API for context references 7 months ago
v4l2_context.c avutil/common: Don't auto-include mem.h 8 months ago
v4l2_context.h
v4l2_fmt.c
v4l2_fmt.h
v4l2_m2m.c avcodec/v4l2_(m2m|buffers): Use RefStruct API for context references 7 months ago
v4l2_m2m.h avcodec/v4l2_(m2m|buffers): Use RefStruct API for context references 7 months ago
v4l2_m2m_dec.c Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
v4l2_m2m_enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
v210_template.c
v210dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
v210dec.h
v210dec_init.h
v210enc.c
v210enc.h
v210enc_init.h
v210x.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
v308dec.c avcodec: deprecate v308 de/encoder 1 month ago
v308enc.c avcodec: deprecate v308 de/encoder 1 month ago
v408dec.c avcodec: deprecate v408 de/encoder 1 month ago
v408enc.c avcodec: deprecate v408 de/encoder 1 month ago
v410dec.c avcodec: deprecate v410 de/encoder 1 month ago
v410enc.c avcodec: deprecate v410 de/encoder 1 month ago
vaapi_av1.c lavc/vaapi_{decode, av1}: Fix memory leak in fail codepath 4 months ago
vaapi_decode.c lavc/vaapi_dec: Add VVC decoder 2 weeks ago
vaapi_decode.h lavc/vaapi_decode: Use a more meaningful variable name 2 weeks ago
vaapi_encode.c lavc/vaapi_encode: Fix potential use of uninitialized value 2 months ago
vaapi_encode.h hw_base_encode: refactor picture allocation/freeing 2 months ago
vaapi_encode_av1.c lavc/vaapi_encode_av1: Fix encode fail since 9db68ed0 2 months ago
vaapi_encode_h264.c avcodec/vaapi_encode: fix compilation without CONFIG_VAAPI_1 1 month ago
vaapi_encode_h265.c avcodec/vaapi_encode_h265: fix missing slice_block_cols assignment 2 months ago
vaapi_encode_mjpeg.c hw_base_encode: refactor picture allocation/freeing 2 months ago
vaapi_encode_mpeg2.c hw_base_encode: refactor picture allocation/freeing 2 months ago
vaapi_encode_vp8.c hw_base_encode: refactor picture allocation/freeing 2 months ago
vaapi_encode_vp9.c hw_base_encode: refactor picture allocation/freeing 2 months ago
vaapi_h264.c lavc/vaapi_h264: Fix merging fields in DPB with missing references 6 months ago
vaapi_hevc.c lavc/hevcdec: move active SPS from HEVCParamSets to HEVCLayerContext 2 months ago
vaapi_hevc.h
vaapi_mjpeg.c lavc/vaapi_decode: Make it possible to send multiple slice params buffers 6 months ago
vaapi_mpeg2.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vaapi_mpeg4.c avcodec/mpegvideo: Move quant_precision to Mpeg4DecContext 5 months ago
vaapi_vc1.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vaapi_vp8.c lavc/vaapi_decode: Make it possible to send multiple slice params buffers 6 months ago
vaapi_vp9.c lavc/vaapi_decode: Make it possible to send multiple slice params buffers 6 months ago
vaapi_vvc.c lavc/vaapi_dec: Add VVC decoder 2 weeks ago
vb.c avutil/common: Don't auto-include mem.h 8 months ago
vble.c avcodec/vble: Allocate buffer later 2 months ago
vbn.h
vbndec.c avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only 6 months ago
vbnenc.c lavc/texturedsp: require explicitly-set frame dimensions 9 months ago
vc1.c avcodec/vc1: Combine identical checks 5 months ago
vc1.h avcodec/vc1_mc: Don't check AVFrame INTERLACE flags 5 months ago
vc1_block.c avcodec/vc1_block: propagate error codes 3 months ago
vc1_common.h
vc1_loopfilter.c avcodec/vc1_loopfilter: Factor duplicate code in vc1_b_h_intfi_loop_filter() 4 months ago
vc1_mc.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vc1_parser.c avcodec/vc1_parser: Check init_get_bits8() 6 months ago
vc1_pred.c avcodec/vc1_pred: Fix indentation 5 months ago
vc1_pred.h
vc1_vlc_data.h
vc1acdata.h
vc1data.c avcodec/vc1: Avoid superfluous VLC structures 1 year ago
vc1data.h avcodec/vc1: Avoid superfluous VLC structures 1 year ago
vc1dec.c avcodec/vc1dec: Clear mb_type_base and ttblk_base 3 months ago
vc1dsp.c lavc/vc1dsp: R-V V inv_trans 11 months ago
vc1dsp.h lavc/vc1dsp: R-V V inv_trans 11 months ago
vc2enc.c avcodec/vc2enc: basic sanity check on slice_max_bytes 2 months ago
vc2enc_dwt.c
vc2enc_dwt.h
vcr1.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
vdpau.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vdpau.h avcodec/vdpau: Deprecate redundant allocators and getter/setter 8 months ago
vdpau_av1.c vdpau_av1: Use av1dec force_integer_mv value 6 months ago
vdpau_h264.c avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
vdpau_hevc.c lavc/hevc/hevcdec: implement MV-HEVC inter-layer prediction 2 months ago
vdpau_internal.h
vdpau_mpeg4.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vdpau_mpeg12.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vdpau_vc1.c avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic 5 months ago
vdpau_vp9.c avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
version.c libavcodec/: Add ID and desc for DNxUncompressed 1 month ago
version.h avcodec/rv60: RealVideo 6.0 decoder 2 weeks ago
version_major.h lavc: deprecate the omx encoders 6 days ago
videodsp.c lavc/videodsp: RISC-V zicbop prefetch 4 months ago
videodsp.h lavc/videodsp: RISC-V zicbop prefetch 4 months ago
videodsp_template.c
videotoolbox.c avcodec/videotoolbox: choose AYUV pixel format when ideal 1 month ago
videotoolbox.h avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXT 8 months ago
videotoolbox_av1.c avcodec/videotoolbox: add AV1 hardware acceleration 1 month ago
videotoolbox_vp9.c avutil/common: Don't auto-include mem.h 8 months ago
videotoolboxenc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
vima.c
vlc.c avcodec/vlc: Cleanup on multi table alloc failure in ff_vlc_init_multi_from_lengths() 6 months ago
vlc.h avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM 8 months ago
vmdaudio.c
vmdvideo.c avutil/common: Don't auto-include mem.h 8 months ago
vmixdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
vmnc.c avutil/common: Don't auto-include mem.h 8 months ago
vorbis.c avcodec/vorbis: Use void* logctx instead of AVCodecContext* 1 year ago
vorbis.h avcodec/vorbis: Use void* logctx instead of AVCodecContext* 1 year ago
vorbis_data.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
vorbis_data.h avcodec/vorbis_data: Mark symbols as hidden 8 months ago
vorbis_enc_data.h
vorbis_parser.c avutil/common: Don't auto-include mem.h 8 months ago
vorbis_parser.h
vorbis_parser_internal.h
vorbisdec.c avcodec/vorbisdec: don't use double intermediate in vorbisfloat2float 5 months ago
vorbisdsp.c
vorbisdsp.h
vorbisenc.c avutil/common: Don't auto-include mem.h 8 months ago
vp3.c avcodec/vp3: Replace check by assert 6 months ago
vp3_parser.c
vp3data.h
vp3dsp.c
vp3dsp.h
vp4data.h
vp5.c avcodec/vp56: decode interlace content 2 weeks ago
vp5data.h
vp6.c avcodec/vp56: decode interlace content 2 weeks ago
vp6data.h avcodec/vp56: decode interlace content 2 weeks ago
vp6dsp.c
vp8.c avcodec/vp8: Check cond init 5 months ago
vp8.h avcodec/vp8: Convert to ProgressFrame API 7 months ago
vp8_parser.c
vp8data.c avcodec/vp8: Export `vp8_token_update_probs` variable 1 year ago
vp8data.h avcodec/vp8: Export `vp8_token_update_probs` variable 1 year ago
vp8dsp.c lavc/vp7dsp: add R-V V vp7_luma_dc_wht 6 months ago
vp8dsp.h lavc/vp7dsp: add R-V V vp7_luma_dc_wht 6 months ago
vp9.c lavc/vp9: reset segmentation fields when segmentation isn't enabled 6 months ago
vp9.h
vp9_mc_template.c avcodec/vp9: Switch to ProgressFrames 7 months ago
vp9_parser.c
vp9block.c avcodec/vp9: Switch to ProgressFrames 7 months ago
vp9data.c
vp9data.h
vp9dec.h avcodec/vp9: Switch to ProgressFrames 7 months ago
vp9dsp.c lavc/vp9dsp: R-V V ipred dc 7 months ago
vp9dsp.h lavc/vp9dsp: R-V V ipred dc 7 months ago
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c lavc/vp9dsp: copy 8 pixels at once 4 months ago
vp9lpf.c avcodec/vp9: Switch to ProgressFrames 7 months ago
vp9mvs.c avcodec/vp9mvs: fix misaligned access when clearing VP9mv 3 months ago
vp9prob.c
vp9recon.c avcodec/vp9: Switch to ProgressFrames 7 months ago
vp9shared.h avcodec/vp9: Simplify replacing VP9Frame 7 months ago
vp56.c avcodec/vp56: decode interlace content 2 weeks ago
vp56.h avcodec/vp56: decode interlace content 2 weeks ago
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp89_rac.h
vpx_rac.c
vpx_rac.h
vqavideo.c avutil/common: Don't auto-include mem.h 8 months ago
vqcdec.c avcodec/vqcdec: Check init_get_bits8() for failure 6 months ago
vt_internal.h avcodec/videotoolbox: add AV1 hardware acceleration 1 month ago
vulkan.c
vulkan_av1.c vulkan_video: move imageview creation and DPB fields to common context 2 months ago
vulkan_decode.c vulkan: check if current buffer has finished execution before picking another 1 month ago
vulkan_decode.h vulkan_video: move imageview creation and DPB fields to common context 2 months ago
vulkan_encode.c vulkan_encode: do not align DPB buffer size 1 month ago
vulkan_encode.h vulkan_encode: set the quality level in session parameters 2 months ago
vulkan_encode_h264.c avcodec/vulkan_encode_h264: use the proper printf specifier for size_t 4 weeks ago
vulkan_encode_h265.c avcodec/vulkan_encode_h265: use the proper printf specifier for size_t 4 weeks ago
vulkan_glslang.c lavc/vulkan: add SPIR-V compilation support 1 month ago
vulkan_h264.c vulkan_video: move imageview creation and DPB fields to common context 2 months ago
vulkan_hevc.c lavc: add hevc_vulkan hardware encoder 2 months ago
vulkan_shaderc.c lavc/vulkan: add SPIR-V compilation support 1 month ago
vulkan_video.c avcodec/vulkan_video: add mapping for AV_PIX_FMT_Y216 3 weeks ago
vulkan_video.h lavc/vulkan: remove redundant header 1 month ago
vvc.h cbs_h266: add VVC_MAX_VBS for max num of virtual boundaries 5 months ago
vvc_parser.c avcodec/vvc_parser: move avctx->has_b_frames initialization to dec 3 months ago
wavarc.c avcodec/wavarc: fix integer overflow in decode_5elp() block type 2 6 months ago
wavpack.c avcodec/wavpack: Remove dead assignments 5 months ago
wavpack.h avcodec/wavpack: Optimize always-false comparison away 7 months ago
wavpackdata.c
wavpackenc.c avcodec/wavpackenc: Use unsigned for potential 31bit shift 5 months ago
wavpackenc.h
wbmpdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
wbmpenc.c
wcmv.c
webp.c avcodec/vp8: Convert to ProgressFrame API 7 months ago
webp_parser.c
webvttdec.c avcodec/ass,webvttdec: implement more portable curly brace escapes 7 months ago
webvttenc.c avcodec/srtenc, webvttenc: Use av_printf_format 9 months ago
wma.c avutil/common: Don't auto-include mem.h 8 months ago
wma.h avcodec/wmaprodec: Avoid superfluous VLC structures 1 year ago
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c avcodec/wmaprodec: Avoid superfluous VLC structures 1 year ago
wmaenc.c avutil/common: Don't auto-include mem.h 8 months ago
wmalosslessdec.c avutil/common: Don't auto-include mem.h 8 months ago
wmaprodata.h
wmaprodec.c avutil/common: Don't auto-include mem.h 8 months ago
wmavoice.c avcodec/wmavoice: Do not use uninitialized pitch[0] 3 months ago
wmavoice_data.h
wmv2.c avcodec/mpegvideo: Add const where appropriate 5 months ago
wmv2.h avcodec/mpegvideo: Add const where appropriate 5 months ago
wmv2data.c
wmv2data.h
wmv2dec.c avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo 5 months ago
wmv2dec.h
wmv2dsp.c
wmv2dsp.h
wmv2enc.c avcodec/internal: add FFCodec.color_ranges 2 months ago
wmv2enc.h
wnv1.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
wrapped_avframe.c avutil/common: Don't auto-include mem.h 8 months ago
ws-snd1.c
xan.c avcodec/xan: Add basic input size check 2 months ago
xbm_parser.c
xbmdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
xbmenc.c avcodec/xbmenc: Avoid snprintf() for data->hex conversion 8 months ago
xface.c
xface.h
xfacedec.c avcodec: Remove redundant pix_fmts from decoders 9 months ago
xfaceenc.c
xiph.c
xiph.h
xl.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
xma_parser.c
xpmdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
xsubdec.c avcodec/xsubdec: Check parse_timecode() 4 months ago
xsubenc.c
xvididct.c avcodec/xvididct: Make c* unsigned to avoid undefined overflows 1 year ago
xvididct.h
xwd.h
xwd_parser.c
xwddec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
xwdenc.c avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
xxan.c
y41pdec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
y41penc.c
ylc.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
yop.c avcodec/yop: Add missing AV_CODEC_CAP_DR1 6 months ago
yuv4dec.c avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 6 months ago
yuv4enc.c avcodec/yuv4enc: do not read past end of input in case of odd height 1 year ago
zerocodec.c all: Use av_frame_replace() where appropriate 1 year ago
zlib_wrapper.c
zlib_wrapper.h
zmbv.c avutil/common: Don't auto-include mem.h 8 months ago
zmbvenc.c avutil/common: Don't auto-include mem.h 8 months ago