..
aac
aacdec: restore arm32 dequantization optimizations
6 months ago
aarch64
lavc/aarch64/fdct: add neon-optimized fdct for aarch64
6 months ago
alpha
…
arm
avcodec/ac3: Remove unused fixed-point ARMv7 DSP
7 months ago
avr32
…
bfin
…
bsf
avcodec/adts_header: Add ff_adts_header_parse_buf()
6 months ago
h26x
…
loongarch
configure: Remove av_restrict
8 months ago
mips
aacdec: remove AAC-specific MIPS optimizations
7 months ago
neon
makefile: Clean up missed object files with "make clean"
8 months ago
ppc
avcodec/ppc/h264dsp: Fix left shifts of negative numbers
8 months ago
riscv
lavc/vp8dsp: remove unused macro parameter
6 months ago
sh4
…
sparc
…
tests
lavc/aarch64/fdct: add neon-optimized fdct for aarch64
6 months ago
vvc
avcodec/vvcdec: support Reference Picture Resampling
6 months ago
x86
libavcodec/x86/vvc/vvc_sad: fix assembler error
6 months 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
configure, avcodec/Makefile: Add h264parse->h264data,golomb dependencies
6 months ago
a64colors.h
…
a64multienc.c
avutil/common: Don't auto-include mem.h
8 months ago
a64tables.h
…
aac.h
avcodec/aacdec: PredictorState array out of SingleChannelElement
7 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/aacenc: Move initializing DSP out of aacenc.c
9 months ago
aacenc.c
avcodec/aacenc: don't redundantly re-compute max sfb
7 months ago
aacenc.h
avcodec/aacdec: PredictorState array out of SingleChannelElement
7 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
…
aacps_fixed.c
…
aacps_fixed_tablegen.c
…
aacps_fixed_tablegen.h
…
aacps_float.c
…
aacps_tablegen.c
…
aacps_tablegen.h
…
aacps_tablegen_template.c
…
aacpsdata.c
…
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
avcodec/aac/aacdec: Fix linking errors with only one decoder enabled
6 months ago
aacsbr_fixed.c
avcodec/aacsbr: Remove unused parameter from sbr_gain_calc
9 months ago
aacsbr_template.c
avcodec/aac/aacdec: Fix linking errors with only one decoder enabled
6 months ago
aacsbrdata.h
aacsbr: constify the only SBR table
7 months ago
aactab.c
avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionally
6 months ago
aactab.h
avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tables
9 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
…
ac3dec_float.c
…
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
…
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
…
adx_parser.c
…
adxdec.c
…
adxenc.c
…
agm.c
avutil/common: Don't auto-include mem.h
8 months ago
aic.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 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/allcodecs: Remove LIBX264_CONST
6 months ago
alsdec.c
avutil/common: Don't auto-include mem.h
8 months ago
amfenc.c
…
amfenc.h
…
amfenc_av1.c
avutil/common: Don't auto-include mem.h
8 months ago
amfenc_h264.c
avutil/common: Don't auto-include mem.h
8 months ago
amfenc_hevc.c
avutil/common: Don't auto-include mem.h
8 months ago
amr.h
…
amr_parser.c
…
amrnbdata.h
…
amrnbdec.c
…
amrwbdata.h
…
amrwbdec.c
avcodec/amrwbdec: assert mode to be valid in decode_fixed_vector()
6 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
avutil/common: Don't auto-include mem.h
8 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
…
argo.c
…
ass.c
avocdec/ass: simplify linebreaks
7 months ago
ass.h
…
ass_split.c
…
ass_split.h
…
assdec.c
…
assenc.c
…
asv.c
…
asv.h
…
asvdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
asvenc.c
…
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
…
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
…
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
…
av1_levels.h
…
av1_parse.c
…
av1_parse.h
…
av1_parser.c
…
av1dec.c
av1dec: Add force_integer_mv derived field for decoder use
6 months ago
av1dec.h
av1dec: Add force_integer_mv derived field for decoder use
6 months ago
avcodec.c
avcodec/avcodec: free decoded_side_data in ff_codec_close()
7 months ago
avcodec.h
lavc/aarch64/fdct: add neon-optimized fdct for aarch64
6 months ago
avcodec_internal.h
lavc/decode: move sd_global_map to avcodec
8 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
…
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
avutil/common: Don't auto-include mem.h
8 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
…
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
…
bitstream_filters.c
avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order
6 months ago
bitstream_template.h
avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM
8 months ago
blockdsp.c
…
blockdsp.h
…
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
…
cbs_av1.c
avcodec/cbs_av1: Avoid shift overflow
6 months ago
cbs_av1.h
lavc/cbs_av1: Save more frame ordering information
8 months ago
cbs_av1_syntax_template.c
av1dec: add AV1_REF_FRAME_NONE
8 months ago
cbs_bsf.c
…
cbs_bsf.h
…
cbs_h264.h
…
cbs_h264_syntax_template.c
…
cbs_h265.h
…
cbs_h265_syntax_template.c
…
cbs_h266.h
avcodec/vvcdec: misc, add specification name for pps members
8 months ago
cbs_h266_syntax_template.c
avcodec/cbs_h266: read vps_ptl_max_tid before using it
6 months ago
cbs_h2645.c
avcodec/cbs_h2645: Check NAL space
7 months ago
cbs_h2645.h
…
cbs_internal.h
…
cbs_jpeg.c
avutil/common: Don't auto-include mem.h
8 months ago
cbs_jpeg.h
…
cbs_jpeg_syntax_template.c
…
cbs_mpeg2.c
…
cbs_mpeg2.h
…
cbs_mpeg2_syntax_template.c
…
cbs_sei.c
avutil/common: Don't auto-include mem.h
8 months ago
cbs_sei.h
…
cbs_sei_syntax_template.c
…
cbs_vp8.c
avcodec/cbs_vp8: Improve the bitstream position check
8 months ago
cbs_vp8.h
…
cbs_vp8_syntax_template.c
…
cbs_vp9.c
…
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
…
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
…
cfhd.c
avutil/common: Don't auto-include mem.h
8 months ago
cfhd.h
…
cfhddata.c
…
cfhddsp.c
…
cfhddsp.h
…
cfhdenc.c
avutil/common: Don't auto-include mem.h
8 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
…
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
avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT
8 months ago
codec2utils.h
…
codec_desc.c
avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only
6 months ago
codec_desc.h
…
codec_id.h
avcodec/liblc3: add encoding/decoding support of LC3 audio codec
8 months ago
codec_internal.h
avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
7 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
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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
cri_parser.c
…
cscd.c
avutil/common: Don't auto-include mem.h
8 months ago
cuviddec.c
avutil/common: Don't auto-include mem.h
8 months ago
cyuv.c
…
d3d11va.c
…
d3d11va.h
…
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
…
d3d12va_h264.c
…
d3d12va_hevc.c
…
d3d12va_mpeg2.c
…
d3d12va_vc1.c
…
d3d12va_vp9.c
…
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
…
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
…
dcahuff.h
…
dcamath.h
…
dct.h
…
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: Set KEY flag+pict_type generically for intra-only codecs
6 months ago
decode.h
avcodec/decode: add AVFrameSideData helper wrappers that don't depend on frames
7 months ago
defs.h
…
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
…
dirac_dwt.h
…
dirac_dwt_template.c
…
dirac_parser.c
…
dirac_vlc.c
…
dirac_vlc.h
…
diracdec.c
avcodec/diracdec: Don't use EDGE_WIDTH from mpegpicture.h
6 months ago
diracdsp.c
…
diracdsp.h
…
diractab.c
…
diractab.h
…
dnxhd_parser.c
…
dnxhddata.c
…
dnxhddata.h
…
dnxhddec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
dnxhdenc.c
avutil/common: Don't auto-include mem.h
8 months ago
dnxhdenc.h
configure: Remove av_restrict
8 months 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: split into dovi_rpu.c and dovi_rpudec.c
7 months ago
dovi_rpu.h
avcodec/dovi_rpuenc: add ff_dovi_rpu_generate()
7 months ago
dovi_rpudec.c
avcodec/dovi_rpu: split into dovi_rpu.c and dovi_rpudec.c
7 months ago
dovi_rpuenc.c
avcodec/dovi_rpuenc: fix compaatibility
6 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
8 months ago
dsd.h
…
dsddec.c
avcodec/dsd: Hoist branch out of loop
8 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/dv: Don't pretend initializing work chunks can fail
7 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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
dxv.h
…
dxva2.c
avutil/common: Don't auto-include mem.h
8 months ago
dxva2.h
…
dxva2_av1.c
dxva2_av1: Use av1dec force_integer_mv value
6 months ago
dxva2_h264.c
…
dxva2_hevc.c
…
dxva2_internal.h
…
dxva2_mpeg2.c
…
dxva2_vc1.c
…
dxva2_vp9.c
avcodec/vp9: Switch to ProgressFrames
7 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
…
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
…
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
avutil/common: Don't auto-include mem.h
8 months ago
encode.h
…
error_resilience.c
avutil/common: Don't auto-include mem.h
8 months ago
error_resilience.h
…
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
…
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"
9 months ago
exif.c
…
exif.h
…
exr.c
avcodec/exr: Fix preview overflow
6 months ago
exrdsp.c
…
exrdsp.h
…
exrenc.c
avutil/common: Don't auto-include mem.h
8 months ago
faandct.c
…
faandct.h
…
faanidct.c
…
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
…
fflcms2.h
…
ffv1.c
avutil/common: Don't auto-include mem.h
8 months ago
ffv1.h
avcodec/ffv1dec: Switch to ProgressFrames
7 months ago
ffv1_template.c
…
ffv1dec.c
avcodec/ffv1dec: Switch to ProgressFrames
7 months ago
ffv1dec_template.c
…
ffv1enc.c
avutil/common: Don't auto-include mem.h
8 months ago
ffv1enc_template.c
…
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
…
flac.h
…
flac_parse.h
…
flac_parser.c
avutil/common: Don't auto-include mem.h
8 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
…
flicvideo.c
…
float2half.c
…
flvdec.c
…
flvdec.h
…
flvenc.c
…
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
avutil/common: Don't auto-include mem.h
8 months ago
g722.c
…
g722.h
…
g722dec.c
…
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
…
g723_1enc.c
…
g726.c
…
g729.h
…
g729_parser.c
…
g729data.h
…
g729dec.c
avutil/common: Don't auto-include mem.h
8 months ago
g729postfilter.c
fix "@param foo[in/out]" to "@param[in, out] foo"
9 months ago
g729postfilter.h
fix "@param foo[in/out]" to "@param[in, out] foo"
9 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
lavc/get_buffer: Add a warning on failed allocation from a fixed pool
8 months ago
gif.c
avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h
8 months ago
gif.h
…
gif_parser.c
…
gifdec.c
avutil/common: Don't auto-include mem.h
8 months ago
golomb.c
…
golomb.h
…
gsm.h
…
gsm_parser.c
…
gsmdec.c
…
gsmdec_data.c
…
gsmdec_data.h
…
gsmdec_template.c
…
h261.c
…
h261.h
…
h261_parser.c
…
h261data.c
…
h261dec.c
…
h261enc.c
…
h261enc.h
…
h263.c
…
h263.h
…
h263_parser.c
…
h263data.c
…
h263data.h
…
h263dec.c
avcodec/mpegutils: Move definitions to better places
7 months ago
h263dec.h
avcodec/mpegutils: Move definitions to better places
7 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
…
h264.h
…
h264_cabac.c
…
h264_cavlc.c
…
h264_direct.c
…
h264_levels.c
…
h264_levels.h
…
h264_loopfilter.c
…
h264_mb.c
…
h264_mb_template.c
…
h264_mc_template.c
…
h264_mvpred.h
…
h264_parse.c
avcodec/h264_parse: Fix error code in decode_extradata
8 months ago
h264_parse.h
…
h264_parser.c
…
h264_picture.c
…
h264_ps.c
avcodec/h264_ps: Fix shadowing
8 months ago
h264_ps.h
…
h264_refs.c
avcodec/h264_refs: Use smaller scope, don't use av_uninit
8 months ago
h264_sei.c
…
h264_sei.h
…
h264_slice.c
avcodec/h264_slice: Remove dead sps check
6 months ago
h264addpx_template.c
…
h264chroma.c
…
h264chroma.h
…
h264chroma_template.c
…
h264data.c
…
h264data.h
…
h264dec.c
avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
7 months ago
h264dec.h
avcodec/h264dec: Remove unused coded_picture_number
7 months 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
…
h264pred.c
…
h264pred.h
…
h264pred_template.c
…
h264qpel.c
…
h264qpel.h
…
h264qpel_template.c
configure: Remove av_restrict
8 months ago
h265_profile_level.c
…
h265_profile_level.h
…
h274.c
…
h274.h
…
h2645_parse.c
…
h2645_parse.h
…
h2645_sei.c
avcodec/h2645_sei: Remove dead checks
6 months ago
h2645_sei.h
avcodec/hevcdec: export global side data in AVCodecContext
7 months 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
…
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
avutil/common: Don't auto-include mem.h
8 months ago
hevc.h
…
hevc_cabac.c
avcodec/hevc_cabac: Let compiler count offsets
8 months ago
hevc_data.c
…
hevc_data.h
…
hevc_filter.c
avcodec/hevcdec: Switch to ProgressFrames
7 months ago
hevc_mvs.c
avcodec/hevcdec: Switch to ProgressFrames
7 months ago
hevc_parse.c
…
hevc_parse.h
…
hevc_parser.c
avutil/common: Don't auto-include mem.h
8 months ago
hevc_ps.c
avcodec/hevc_ps: --typo
8 months ago
hevc_ps.h
avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw data
8 months ago
hevc_ps_enc.c
…
hevc_refs.c
avcodec/hevcdec: Use union for AVFrame* and ProgressFrame
7 months ago
hevc_sei.c
…
hevc_sei.h
…
hevcdec.c
avcodec/hevcdec: Check ref frame
7 months ago
hevcdec.h
avcodec/hevcdec: Use union for AVFrame* and ProgressFrame
7 months ago
hevcdsp.c
…
hevcdsp.h
…
hevcdsp_template.c
…
hevcpred.c
…
hevcpred.h
…
hevcpred_template.c
…
hnm4video.c
…
hpel_template.c
…
hpeldsp.c
…
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
…
htmlsubtitles.c
…
htmlsubtitles.h
…
huffman.c
…
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
…
huffyuvdsp.h
…
huffyuvenc.c
avcodec/huffyuvenc: Deduplicate options
7 months ago
huffyuvencdsp.c
avcodec/huffyuvencdsp: Fix load of misaligned values
8 months ago
huffyuvencdsp.h
…
hwaccel_internal.h
…
hwaccels.h
…
hwconfig.h
…
idcinvideo.c
…
idctdsp.c
configure: Remove av_restrict
8 months ago
idctdsp.h
configure: Remove av_restrict
8 months ago
iff.c
avcodec/iff: dont add into unused pointers
8 months ago
iirfilter.c
…
iirfilter.h
…
ilbcdata.h
…
ilbcdec.c
…
imc.c
avutil/common: Don't auto-include mem.h
8 months ago
imcdata.h
…
imgconvert.c
…
imm4.c
avutil/common: Don't auto-include mem.h
8 months ago
imm5.c
…
imx.c
…
indeo2.c
…
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/mpegutils: Move definitions to better places
7 months ago
internal.h
avcodec/decode: Add new ProgressFrame API
7 months ago
interplayacm.c
avutil/common: Don't auto-include mem.h
8 months ago
interplayvideo.c
…
intrax8.c
avutil/common: Don't auto-include mem.h
8 months ago
intrax8.h
…
intrax8dsp.c
…
intrax8dsp.h
…
intrax8huf.h
…
ipu_parser.c
…
ituh263dec.c
…
ituh263enc.c
…
itut35.h
avcodec/h2645_sei: use named constants for ITU-T T.35 metadata
8 months ago
ivi.c
avutil/common: Don't auto-include mem.h
8 months ago
ivi.h
avcodec/ivi: make comments more Doxygen-friendly
9 months ago
ivi_dsp.c
…
ivi_dsp.h
…
j2kenc.c
avutil/common: Don't auto-include mem.h
8 months ago
jacosub.h
…
jacosubdec.c
…
jfdctfst.c
…
jfdctint.c
…
jfdctint_template.c
…
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
…
jpeg2000.h
…
jpeg2000_parser.c
…
jpeg2000dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
jpeg2000dec.h
…
jpeg2000dsp.c
…
jpeg2000dsp.h
…
jpeg2000dwt.c
…
jpeg2000dwt.h
…
jpeg2000htdec.c
avcodec/jpeg2000htdec: warn about non zero roi shift
8 months ago
jpeg2000htdec.h
…
jpegls.c
…
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
…
jpegxl_parse.h
…
jpegxl_parser.c
…
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
…
latm_parser.c
…
lcl.h
…
lcldec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
lclenc.c
…
leaddata.h
…
leaddec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
leb.h
…
libaom.c
…
libaom.h
…
libaomdec.c
…
libaomenc.c
avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
6 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/dovi_rpu: store entire config record
7 months ago
libdavs2.c
…
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
…
libjxl.c
…
libjxl.h
…
libjxldec.c
avcodec/libjxldec: respect side data preference
8 months ago
libjxlenc.c
avutil/common: Don't auto-include mem.h
8 months ago
libkvazaar.c
avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
6 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
8 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
…
libopenh264.h
…
libopenh264dec.c
…
libopenh264enc.c
avutil/common: Don't auto-include mem.h
8 months ago
libopenjpegenc.c
…
libopus.c
…
libopus.h
…
libopusdec.c
…
libopusenc.c
avutil/common: Don't auto-include mem.h
8 months ago
librav1e.c
avutil/common: Don't auto-include mem.h
8 months ago
librsvgdec.c
…
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/lib*, avformat/tee: Simplify iterating over AVDictionary
6 months ago
libtheoraenc.c
avutil/common: Don't auto-include mem.h
8 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
…
libvorbisdec.c
…
libvorbisenc.c
avutil/common: Don't auto-include mem.h
8 months ago
libvpx.h
…
libvpxdec.c
…
libvpxenc.c
lavc/libvpxenc: Fix parsing of ts_layering_mode parameter
6 months ago
libwebpenc.c
avutil/common: Don't auto-include mem.h
8 months ago
libwebpenc_animencoder.c
avutil/common: Don't auto-include mem.h
8 months ago
libwebpenc_common.c
avutil/common: Don't auto-include mem.h
8 months ago
libwebpenc_common.h
…
libx264.c
avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
6 months ago
libx265.c
avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
6 months ago
libxavs.c
…
libxavs2.c
…
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
avutil/common: Don't auto-include mem.h
8 months ago
libxvid.c
…
libzvbi-teletextdec.c
avutil/common: Don't auto-include mem.h
8 months ago
ljpegenc.c
…
loco.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
log2_tab.c
…
lossless_audiodsp.c
…
lossless_audiodsp.h
…
lossless_videodsp.c
…
lossless_videodsp.h
…
lossless_videoencdsp.c
avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes
8 months ago
lossless_videoencdsp.h
avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes
8 months ago
lpc.c
avcodec/lpc: copy levenson coeffs only when they have been computed
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
avutil/common: Don't auto-include mem.h
8 months ago
mathops.h
…
mathtables.c
…
mdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
me_cmp.c
…
me_cmp.h
…
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
avutil/common: Don't auto-include mem.h
8 months ago
mediacodecdec_common.c
…
mediacodecdec_common.h
…
mediacodecenc.c
avcodec/mediacodecenc: Flush bsf after create extradata
7 months ago
metasound.c
…
metasound_data.h
…
metasound_twinvq_data.h
…
mf_utils.c
…
mf_utils.h
avcodec/mfenc: expose more properties of the media foundation encoder
8 months ago
mfenc.c
avcodec/mfenc: expose more properties of the media foundation encoder
8 months 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
avutil/common: Don't auto-include mem.h
8 months ago
mjpegdec.h
…
mjpegdec_common.c
…
mjpegenc.c
avutil/common: Don't auto-include mem.h
8 months ago
mjpegenc.h
…
mjpegenc_common.c
…
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
…
mlp_parser.c
…
mlpdec.c
avcodec/mlpdec: Set AV_FRAME_FLAG_KEY explicitly
6 months ago
mlpdsp.c
…
mlpdsp.h
…
mlpenc.c
avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT
8 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
libavcodec/motion_est: fix penalty_factor for b frames
6 months ago
motion_est.h
…
motion_est_template.c
…
motionpixels.c
avutil/common: Don't auto-include mem.h
8 months ago
motionpixels_tablegen.c
…
motionpixels_tablegen.h
…
movtextdec.c
…
movtextenc.c
…
mpc.c
…
mpc.h
…
mpc7.c
avutil/common: Don't auto-include mem.h
8 months ago
mpc7data.h
…
mpc8.c
…
mpc8data.h
…
mpc8huff.h
…
mpcdata.h
…
mpeg4audio.c
…
mpeg4audio.h
…
mpeg4audio_copy_pce.h
…
mpeg4audio_sample_rates.c
…
mpeg4audio_sample_rates.h
…
mpeg4data.h
…
mpeg4video.c
…
mpeg4video.h
…
mpeg4video_parser.c
…
mpeg4videodata.h
…
mpeg4videodec.c
avcodec/mpeg4videodec: assert impossible wrap points
6 months ago
mpeg4videodec.h
avcodec/mpeg4videodec: Align idct-block appropriately
8 months ago
mpeg4videodefs.h
…
mpeg4videodsp.c
…
mpeg4videodsp.h
…
mpeg4videoenc.c
avcodec/mpegutils: Move definitions to better places
7 months ago
mpeg4videoenc.h
…
mpeg12.c
avcodec/mpeg12: Remove always-false check
7 months ago
mpeg12.h
…
mpeg12codecs.h
…
mpeg12data.c
…
mpeg12data.h
…
mpeg12dec.c
avcodec/mpeg12dec: Use 64bit in bit computation
6 months ago
mpeg12dec.h
…
mpeg12enc.c
…
mpeg12enc.h
…
mpeg12framerate.c
…
mpeg12vlc.h
…
mpeg_er.c
avutil/common: Don't auto-include mem.h
8 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
…
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
…
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/mpegutils: Move definitions to better places
7 months ago
mpegpicture.h
…
mpegutils.c
avutil/common: Don't auto-include mem.h
8 months ago
mpegutils.h
avcodec/mpegutils: Move definitions to better places
7 months ago
mpegvideo.c
avcodec/mpegvideo: Remove pointless check
7 months ago
mpegvideo.h
avcodec/mpegutils: Move definitions to better places
7 months ago
mpegvideo_dec.c
avcodec/mpegvideo_dec, h264_slice: Return proper error codes
7 months ago
mpegvideo_enc.c
avcodec/mpegvideo_enc: Fix potential overflow in RD
6 months ago
mpegvideo_motion.c
…
mpegvideo_parser.c
…
mpegvideodata.c
…
mpegvideodata.h
…
mpegvideodec.h
…
mpegvideoenc.h
avcodec/mpegutils: Move definitions to better places
7 months ago
mpegvideoencdsp.c
…
mpegvideoencdsp.h
…
mpl2dec.c
…
mpv_reconstruct_mb_template.c
…
mqc.c
…
mqc.h
…
mqcdec.c
…
mqcenc.c
…
mscc.c
avcodec/mscc & mwsc: Check loop counts before use
6 months ago
msgsmdec.c
…
msgsmdec.h
…
msmpeg4.c
avcodec/msmpeg4: Don't include x86-specific header unconditionally
8 months ago
msmpeg4.h
…
msmpeg4_vc1_data.c
…
msmpeg4_vc1_data.h
…
msmpeg4data.c
…
msmpeg4data.h
…
msmpeg4dec.c
…
msmpeg4dec.h
…
msmpeg4enc.c
…
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
…
mss1.c
avcodec/mss[12]: Cleanup generically on init failure
9 months ago
mss2.c
avutil/common: Don't auto-include mem.h
8 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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 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
…
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
avutil/common: Don't auto-include mem.h
8 months ago
nvdec_mjpeg.c
…
nvdec_mpeg4.c
…
nvdec_mpeg12.c
avcodec/mpegutils: Move definitions to better places
7 months ago
nvdec_vc1.c
…
nvdec_vp8.c
…
nvdec_vp9.c
…
nvenc.c
avcodec/nvenc: add high bit depth encoding for HEVC
7 months ago
nvenc.h
avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1
7 months ago
nvenc_av1.c
avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1
7 months ago
nvenc_h264.c
avcodec/nvenc: add support for lookahead_level
8 months ago
nvenc_hevc.c
avcodec/nvenc: add high bit depth encoding for HEVC
7 months ago
omx.c
avutil/common: Don't auto-include mem.h
8 months 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
lavc/aarch64/fdct: add neon-optimized fdct for aarch64
6 months ago
opus.h
…
opus_celt.c
…
opus_celt.h
…
opus_parse.c
…
opus_parse.h
…
opus_parser.c
avutil/common: Don't auto-include mem.h
8 months ago
opus_pvq.c
avutil/common: Don't auto-include mem.h
8 months ago
opus_pvq.h
…
opus_rc.c
…
opus_rc.h
…
opus_silk.c
avutil/common: Don't auto-include mem.h
8 months ago
opus_silk.h
…
opusdec.c
avutil/common: Don't auto-include mem.h
8 months ago
opusdec_celt.c
opusdsp: add ability to modify deemphasis constant
7 months ago
opusdsp.c
opusdsp: add ability to modify deemphasis constant
7 months ago
opusdsp.h
opusdsp: add ability to modify deemphasis constant
7 months ago
opusenc.c
opusdsp: add ability to modify deemphasis constant
7 months ago
opusenc.h
…
opusenc_psy.c
avutil/common: Don't auto-include mem.h
8 months ago
opusenc_psy.h
…
opusenc_utils.h
…
opustab.c
opustab: macro constant as a double
7 months ago
opustab.h
opusdsp: add ability to modify deemphasis constant
7 months ago
osq.c
avutil/common: Don't auto-include mem.h
8 months ago
packet.c
lavc: rename avpacket.c to packet.c
8 months ago
packet.h
lavc/packet: schedule AV_PKT_DATA_QUALITY_FACTOR for removal
8 months 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: Reset *buf_size on realloc failure
8 months ago
parser.h
…
parsers.c
…
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
avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT
8 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
…
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
configure: Remove av_restrict
8 months ago
pixblockdsp.h
configure: Remove av_restrict
8 months ago
pixels.h
…
pixlet.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
png.c
…
png.h
…
png_parser.c
…
pngdec.c
avcodec/pngdec: Check last AVFrame before deref
7 months ago
pngdsp.c
avcodec/pngdsp: Fix unaligned accesses, effective type violations
8 months ago
pngdsp.h
…
pngenc.c
avutil/common: Don't auto-include mem.h
8 months ago
pnm.c
…
pnm.h
…
pnm_parser.c
…
pnmdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
pnmenc.c
…
profiles.c
avcodec/profiles: Don't include avcodec.h
8 months ago
profiles.h
avcodec/profiles: Don't include avcodec.h
8 months ago
progressframe.h
avcodec/progressframe: Explain how unnamed union can simplify accesses
7 months ago
proresdata.c
…
proresdata.h
…
proresdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
proresdec.h
…
proresdsp.c
…
proresdsp.h
…
proresenc_anatoliy.c
avutil/common: Don't auto-include mem.h
8 months ago
proresenc_kostya.c
avutil/common: Don't auto-include mem.h
8 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
…
pthread_frame.c
avcodec/decode: Set KEY flag+pict_type generically for intra-only codecs
6 months ago
pthread_internal.h
…
pthread_slice.c
…
ptx.c
…
put_bits.h
…
put_golomb.h
…
qcelpdata.h
…
qcelpdec.c
…
qdm2.c
…
qdm2_tablegen.c
…
qdm2_tablegen.h
…
qdm2data.h
…
qdmc.c
…
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
…
qpel_template.c
…
qpeldsp.c
…
qpeldsp.h
…
qsv.c
lavc/qsv: fix the mfx allocator to support dynamic frame pool
6 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: Use coded_w/h for frame resolution when use system memory
6 months ago
qsvenc.c
lavc/qsvenc: use the right info for encoding
6 months ago
qsvenc.h
lavc/qsvenc: add support for oneVPL string API
6 months ago
qsvenc_av1.c
lavc/qsvenc_av1: accept HDR metadata if have
6 months ago
qsvenc_h264.c
lavc/qsvenc: update the selection of bitrate control method
9 months ago
qsvenc_hevc.c
avutil/common: Don't auto-include mem.h
8 months ago
qsvenc_jpeg.c
…
qsvenc_mpeg2.c
lavc/qsvenc: update the selection of bitrate control method
9 months ago
qsvenc_vp9.c
lavc/qsvenc: update the selection of bitrate control method
9 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
…
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
…
ralfdata.h
…
rangecoder.c
…
rangecoder.h
…
rasc.c
avutil/common: Don't auto-include mem.h
8 months ago
ratecontrol.c
avcodec/mpegutils: Move definitions to better places
7 months ago
ratecontrol.h
avcodec/ratecontrol: Use forward declaration for AVExpr
8 months ago
raw.c
…
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
…
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
…
rl.h
…
rl2.c
…
rle.c
…
rle.h
…
rnd_avg.h
…
roqaudioenc.c
avutil/common: Don't auto-include mem.h
8 months ago
roqvideo.c
…
roqvideo.h
…
roqvideodec.c
…
roqvideoenc.c
avutil/common: Don't auto-include mem.h
8 months ago
rpza.c
…
rpzaenc.c
…
rscc.c
avutil/common: Don't auto-include mem.h
8 months ago
rtjpeg.c
…
rtjpeg.h
…
rtv1.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
rv10.c
avcodec/mpegutils: Move definitions to better places
7 months ago
rv10dec.h
…
rv10enc.c
…
rv10enc.h
…
rv20enc.c
…
rv30.c
avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
7 months ago
rv30data.h
…
rv30dsp.c
…
rv34.c
avutil/common: Don't auto-include mem.h
8 months ago
rv34.h
…
rv34_parser.c
…
rv34data.h
…
rv34dsp.c
…
rv34dsp.h
lavc/rv40dsp: R-V V chroma_mc
7 months ago
rv34vlc.h
…
rv40.c
avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
7 months ago
rv40data.h
…
rv40dsp.c
lavc/rv40dsp: R-V V chroma_mc
7 months ago
rv40vlc2.h
…
s302m.c
…
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: remove AAC-specific MIPS optimizations
7 months ago
sbrdsp.c
…
sbrdsp.h
aacdec: remove AAC-specific MIPS optimizations
7 months ago
sbrdsp_fixed.c
…
sbrdsp_template.c
lavc/sbrdsp: fix potential overflow in noise table
6 months ago
scpr.c
avutil/common: Don't auto-include mem.h
8 months ago
scpr.h
…
scpr3.c
…
scpr3.h
…
screenpresso.c
…
sei.h
…
sga.c
avutil/common: Don't auto-include mem.h
8 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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
sheervideo.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
sheervideodata.h
…
shorten.c
avutil/common: Don't auto-include mem.h
8 months ago
simple_idct.c
…
simple_idct.h
…
simple_idct_template.c
…
sinewin.c
…
sinewin.h
…
sinewin_fixed_tablegen.c
…
sinewin_fixed_tablegen.h
…
sinewin_tablegen.c
…
sinewin_tablegen.h
…
sipr.c
…
sipr.h
…
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
…
snappy.c
…
snappy.h
…
snow.c
avutil/common: Don't auto-include mem.h
8 months ago
snow.h
…
snow_dwt.c
avutil/common: Don't auto-include mem.h
8 months ago
snow_dwt.h
…
snowdata.h
…
snowdec.c
avutil/common: Don't auto-include mem.h
8 months ago
snowenc.c
avutil/common: Don't auto-include mem.h
8 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
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
speedhqenc.c
…
speedhqenc.h
…
speexdata.h
…
speexdec.c
avutil/common: Don't auto-include mem.h
8 months ago
srtdec.c
…
srtenc.c
…
startcode.c
…
startcode.h
…
subviewerdec.c
…
sunrast.c
avutil/common: Don't auto-include mem.h
8 months ago
sunrast.h
…
sunrastenc.c
…
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
avutil/common: Don't auto-include mem.h
8 months ago
svq1enc_cb.h
…
svq1encdsp.h
avcodec/svq1enc: Move initializing DSP out of svq1enc.c
9 months ago
svq3.c
avutil/common: Don't auto-include mem.h
8 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
…
takdsp.h
…
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
…
tdsc.c
avutil/common: Don't auto-include mem.h
8 months ago
textdec.c
…
texturedsp.c
…
texturedsp.h
…
texturedsp_template.c
…
texturedspenc.c
…
thread.h
avcodec/pthread_frame: Add API to share RefStruct refs just once
7 months ago
threadframe.h
…
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: Fix leak on error
6 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
avutil/common: Don't auto-include mem.h
8 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
configure: Remove av_restrict
8 months ago
utvideo.h
…
utvideodec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
utvideodsp.c
…
utvideodsp.h
…
utvideoenc.c
avutil/common: Don't auto-include mem.h
8 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
…
v4l2_m2m_enc.c
…
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: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
v308enc.c
…
v408dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
v408enc.c
avcodec/Makefile, v408(dec|enc): Remove remnants of AYUV codecs
6 months ago
v410dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
6 months ago
v410enc.c
…
vaapi_av1.c
vaapi_av1: Fix force_integer_mv value
6 months ago
vaapi_decode.c
lavc/vaapi_decode: Reject decoding of frames with no slices
6 months ago
vaapi_decode.h
…
vaapi_encode.c
lavc/vaapi_encode: convert from lambda to qp
8 months ago
vaapi_encode.h
lavc/vaapi_encode: Enable block level bitrate control
8 months ago
vaapi_encode_av1.c
lavc/vaapi_encode_av1: insert HDR_CLL metadata if have
6 months ago
vaapi_encode_h264.c
avcodec/vaapi_encode_h264: use is_reference to fill reference_pic_flag
7 months ago
vaapi_encode_h265.c
avcodec/vaapi_encode_h265: use is_reference to fill reference_pic_flag
7 months ago
vaapi_encode_mjpeg.c
…
vaapi_encode_mpeg2.c
…
vaapi_encode_vp8.c
…
vaapi_encode_vp9.c
…
vaapi_h264.c
…
vaapi_hevc.c
…
vaapi_hevc.h
…
vaapi_mjpeg.c
…
vaapi_mpeg2.c
…
vaapi_mpeg4.c
…
vaapi_vc1.c
avutil/common: Don't auto-include mem.h
8 months ago
vaapi_vp8.c
…
vaapi_vp9.c
avcodec/vp9: Switch to ProgressFrames
7 months ago
vb.c
avutil/common: Don't auto-include mem.h
8 months ago
vble.c
avcodec/vble: Check av_image_get_buffer_size() for failure
6 months ago
vbn.h
…
vbndec.c
avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only
6 months ago
vbnenc.c
…
vc1.c
…
vc1.h
…
vc1_block.c
…
vc1_common.h
…
vc1_loopfilter.c
…
vc1_mc.c
…
vc1_parser.c
avcodec/vc1_parser: Check init_get_bits8()
6 months ago
vc1_pred.c
…
vc1_pred.h
…
vc1_vlc_data.h
…
vc1acdata.h
…
vc1data.c
…
vc1data.h
…
vc1dec.c
avcodec/mpegutils: Move definitions to better places
7 months ago
vc1dsp.c
…
vc1dsp.h
…
vc2enc.c
avutil/common: Don't auto-include mem.h
8 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
avutil/common: Don't auto-include mem.h
8 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
…
vdpau_hevc.c
…
vdpau_internal.h
…
vdpau_mpeg4.c
…
vdpau_mpeg12.c
…
vdpau_vc1.c
…
vdpau_vp9.c
…
version.c
lib*/version: Use static_assert for static asserts
8 months ago
version.h
lavc/libvpxenc: Fix parsing of ts_layering_mode parameter
6 months ago
version_major.h
lavc/packet: schedule AV_PKT_DATA_QUALITY_FACTOR for removal
8 months ago
videodsp.c
…
videodsp.h
…
videodsp_template.c
…
videotoolbox.c
avutil/common: Don't auto-include mem.h
8 months ago
videotoolbox.h
avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXT
8 months ago
videotoolbox_vp9.c
avutil/common: Don't auto-include mem.h
8 months ago
videotoolboxenc.c
avutil/common: Don't auto-include mem.h
8 months ago
vima.c
…
vlc.c
avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM
8 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
…
vorbis.h
…
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
avutil/common: Don't auto-include mem.h
8 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
…
vp5data.h
…
vp6.c
…
vp6data.h
…
vp6dsp.c
…
vp8.c
avcodec/vp8: Forward return of ff_vpx_init_range_decoder()
6 months ago
vp8.h
avcodec/vp8: Convert to ProgressFrame API
7 months ago
vp8_parser.c
…
vp8data.c
…
vp8data.h
…
vp8dsp.c
lavc/vp8dsp: R-V put_vp8_pixels
6 months ago
vp8dsp.h
lavc/vp8dsp: R-V put_vp8_pixels
6 months ago
vp9.c
lavc/vp9: Fix regression introduced in 0ba05857
7 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
…
vp9lpf.c
avcodec/vp9: Switch to ProgressFrames
7 months ago
vp9mvs.c
avcodec/vp9: Switch to ProgressFrames
7 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
avutil/common: Don't auto-include mem.h
8 months ago
vp56.h
…
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
…
vulkan.c
…
vulkan.h
…
vulkan_av1.c
vulkan_av1: Fix force_integer_mv value
6 months ago
vulkan_decode.c
vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS
7 months ago
vulkan_decode.h
vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS
7 months ago
vulkan_h264.c
avcodec/vulkan_decode: Un-sparse extensions table
8 months ago
vulkan_hevc.c
avutil/common: Don't auto-include mem.h
8 months ago
vulkan_video.c
avutil/common: Don't auto-include mem.h
8 months ago
vulkan_video.h
vulkan_av1: port to the new stable API
8 months ago
vvc.h
…
vvc_parser.c
lavc/vvc_parser: Fixed the has_b_frames setting
7 months ago
wavarc.c
avcodec/wavarc: fix integer overflow in decode_5elp() block type 2
6 months ago
wavpack.c
avcodec/wavpack: Move transient variable from context to stack
7 months ago
wavpack.h
avcodec/wavpack: Optimize always-false comparison away
7 months ago
wavpackdata.c
…
wavpackenc.c
avutil/common: Don't auto-include mem.h
8 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
…
wma.c
avutil/common: Don't auto-include mem.h
8 months ago
wma.h
…
wma_common.c
…
wma_common.h
…
wma_freqs.c
…
wma_freqs.h
…
wmadata.h
…
wmadec.c
…
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
avutil/common: Don't auto-include mem.h
8 months ago
wmavoice_data.h
…
wmv2.c
…
wmv2.h
…
wmv2data.c
…
wmv2data.h
…
wmv2dec.c
…
wmv2dec.h
…
wmv2dsp.c
…
wmv2dsp.h
…
wmv2enc.c
avutil/common: Don't auto-include mem.h
8 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
…
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
…
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
avutil/common: Don't auto-include mem.h
8 months ago
xsubenc.c
…
xvididct.c
…
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
…
zerocodec.c
…
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