..
aac
aacdec_usac: use RefStruct to track unfinished extension buffers
2025-08-19 17:56:52 +02:00
aarch64
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
arm
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
bsf
lavc/bsf/smpte436m_to_eia608: fix memory leak -- forgot to free input av_packet
2025-08-10 13:13:26 -04:00
h26x
hevc
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
loongarch
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mips
avcodec/mpegvideo: Add missing headers
2025-07-03 20:35:31 +02:00
neon
avcodec/mpegvideo: Only keep the actually used unquantize funcs
2025-03-26 04:17:00 +01:00
opus
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
ppc
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
riscv
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
tests
libavcodec/tests/snowenc: Add av_free() to avoid memory leak
2025-08-07 03:07:44 +02:00
vulkan
lavc: add a ProRes RAW Vulkan hwaccel
2025-08-08 18:29:41 +09:00
vvc
avcodec/vvc/dec: fix typo and also output log when the checksum is correct
2025-08-08 16:55:12 +00:00
wasm /hevc
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
x86
avcodec/Makefile: add missing dependency for prores raw decoder
2025-08-14 07:54:51 -04:00
.gitignore
lavc: add new API for iterating codecs and codec parsers
2018-02-06 18:50:27 +00:00
4xm.c
avcodec/4xm: Use av_unreachable() instead of av_assert0(0)
2025-05-21 12:02:52 +02:00
8bps.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
8svx.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
012v.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
a64colors.h
Add missing stdint.h #include; necessary to pass 'make checkheaders'.
2010-09-08 15:34:13 +00:00
a64multienc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
a64tables.h
added interlacing option and compression option for colorram (lut)
2010-08-24 15:21:27 +00:00
aac.h
aac: expose ff_aac_sample_rate_idx() in aac.h
2024-06-21 10:50:20 +02:00
aac_ac3_parser.c
avcodec/aac_ac3_parser: Remove unused variable
2025-01-12 15:41:39 +01:00
aac_ac3_parser.h
avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes
2024-05-20 11:58:07 +02:00
aac_defines.h
avcodec/aacdec_template: Deduplicate common part of aac_decode_init()
2024-04-23 08:31:30 +02:00
aac_parser.c
avcodec/adts_header: Add ff_adts_header_parse_buf()
2024-05-20 12:06:31 +02:00
aaccoder.c
aacenc: remove ANMR coder
2025-02-26 17:12:08 +01:00
aaccoder_trellis.h
avcodec/aacenc: Move initializing DSP out of aacenc.c
2024-03-02 02:54:11 +01:00
aaccoder_twoloop.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
aacenc.c
avcodec/iirfilter: Remove iirfilter, psy-preprocessing
2025-06-06 17:21:31 +02:00
aacenc.h
avcodec/iirfilter: Remove iirfilter, psy-preprocessing
2025-06-06 17:21:31 +02:00
aacenc_is.c
avcodec/aacenc_is: Make ff_aac_is_encoding_err() static
2025-04-09 13:52:29 +02:00
aacenc_is.h
avcodec/aacenc_is: Make ff_aac_is_encoding_err() static
2025-04-09 13:52:29 +02:00
aacenc_quantization.h
avcodec/aacenc_quantization: Deduplicate quantization functions
2022-08-05 03:28:45 +02:00
aacenc_quantization_misc.h
avcodec/aacenc_quantization: Remove always-zero function parameter
2022-08-05 03:28:45 +02:00
aacenc_tns.c
aacenc_tns: clamp filter direction energy measurement
2025-07-15 16:27:31 +09:00
aacenc_tns.h
aacenc_tns: rework TNS descision logic
2015-10-17 11:10:26 +01:00
aacenc_utils.h
avcodec/aacenc: Move initializing DSP out of aacenc.c
2024-03-02 02:54:11 +01:00
aacencdsp.h
avcodec/aarch64/aacencdsp: NEON implementation
2025-01-28 10:44:40 +02:00
aacenctab.c
avcodec/aac{enc,}tab: Deduplicate swb tables
2025-04-13 22:49:21 +02:00
aacenctab.h
avcodec/aacenc: Remove always-false check
2025-04-13 22:49:21 +02:00
aacps.c
avcodec/aacps: Inline ff_ps_ctx_init()
2024-02-27 00:11:21 +01:00
aacps.h
avcodec/aacps: Inline ff_ps_ctx_init()
2024-02-27 00:11:21 +01:00
aacps_common.c
avcodec/aacps_common: Apply offset for VLCs during init
2023-10-31 21:44:48 +01:00
aacps_fixed.c
avcodec: Implementation of AAC_fixed_decoder (PS-module)
2015-07-22 21:51:28 +02:00
aacps_fixed_tablegen.c
avcodec: Table creation for AAC_fixed_decoder (PS-module)
2015-07-22 21:51:22 +02:00
aacps_fixed_tablegen.h
avcodec/aacps_fixed_tablegen: Don't include config.h
2021-02-02 01:47:01 +01:00
aacps_float.c
avcodec: Implementation of AAC_fixed_decoder (PS-module)
2015-07-22 21:51:28 +02:00
aacps_tablegen.c
avcodec: Table creation for AAC_fixed_decoder (PS-module)
2015-07-22 21:51:22 +02:00
aacps_tablegen.h
avcodec/aacps_tablegen: fix build error after avutil bump
2023-03-02 15:13:38 +08:00
aacps_tablegen_template.c
avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES
2024-08-01 12:13:53 -03:00
aacpsdata.c
avcodec/aacps_common: Apply offset for VLCs during init
2023-10-31 21:44:48 +01:00
aacpsdsp.h
aacdec: remove AAC-specific MIPS optimizations
2024-04-23 08:31:40 +02:00
aacpsdsp_fixed.c
avcodec: Implementation of AAC_fixed_decoder (PS-module)
2015-07-22 21:51:28 +02:00
aacpsdsp_float.c
avcodec: Implementation of AAC_fixed_decoder (PS-module)
2015-07-22 21:51:28 +02:00
aacpsdsp_template.c
aacdec: remove AAC-specific MIPS optimizations
2024-04-23 08:31:40 +02:00
aacpsy.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
aacsbr.c
aacdec: remove AAC-specific MIPS optimizations
2024-04-23 08:31:40 +02:00
aacsbr.h
aacdec_usac, aacsbr: implement SBR support for USAC
2024-06-23 09:10:15 +02:00
aacsbr_fixed.c
avcodec/aacsbr: Remove unused parameter from sbr_gain_calc
2024-02-27 00:11:21 +01:00
aacsbr_template.c
avcodec/aacsbr_template: Check ilb
2025-08-08 14:21:36 +02:00
aacsbrdata.h
all: Fix doxy comments wrongly designated as trailing ///<
2025-03-12 17:00:24 +01:00
aactab.c
avcodec/aac{enc,}tab: Deduplicate swb tables
2025-04-13 22:49:21 +02:00
aactab.h
avcodec/aac{enc,}tab: Deduplicate swb tables
2025-04-13 22:49:21 +02:00
aandcttab.c
aandcttab: fix spelling
2014-06-15 12:11:46 +02:00
aandcttab.h
aandcttab: fix spelling
2014-06-15 12:11:46 +02:00
aasc.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
ac3.c
avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h
2022-05-15 18:13:56 +02:00
ac3.h
avcodec/ac3: Move gain value defines to ac3defs.h
2025-06-02 13:37:41 +02:00
ac3_channel_layout_tab.c
avcodec/ac3tab: Unavpriv ac3_channel_layout_tab
2022-01-04 13:16:49 +01:00
ac3_channel_layout_tab.h
avcodec/ac3tab: Unavpriv ac3_channel_layout_tab
2022-01-04 13:16:49 +01:00
ac3_parser.c
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
ac3_parser.h
Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'
2017-10-27 18:15:37 -03:00
ac3_parser_internal.h
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
ac3dec.c
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
ac3dec.h
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
ac3dec_data.c
avcodec/ac3dec: Deduplicate tables
2025-06-02 13:37:41 +02:00
ac3dec_data.h
avcodec/ac3dec: Deduplicate tables
2025-06-02 13:37:41 +02:00
ac3dec_fixed.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
ac3dec_float.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
ac3defs.h
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
ac3dsp.c
avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON
2024-04-08 13:36:28 +03:00
ac3dsp.h
avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON
2024-04-08 13:36:28 +03:00
ac3enc.c
avcodec/ac3{dec,enc}: Deduplicate gain levels table
2025-06-02 13:37:41 +02:00
ac3enc.h
avcodec/ac3enc: Move transient PutBitContext to stack
2024-05-20 14:11:25 +02:00
ac3enc_fixed.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
ac3enc_float.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
ac3enc_template.c
avcodec/ac3enc_template: Avoid always-true check
2024-05-20 14:11:03 +02:00
ac3tab.c
avcodec/ac3{dec,enc}: Deduplicate gain levels table
2025-06-02 13:37:41 +02:00
ac3tab.h
avcodec/ac3{dec,enc}: Deduplicate gain levels table
2025-06-02 13:37:41 +02:00
acelp_filters.c
avcodec/acelp_*: Remove unnecessary headers
2022-08-05 03:28:45 +02:00
acelp_filters.h
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
2016-02-24 17:31:44 +00:00
acelp_pitch_delay.c
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
acelp_pitch_delay.h
avcodec/acelp_pitch_delay: Inline small functions only used once
2021-02-24 08:56:12 +01:00
acelp_vectors.c
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
acelp_vectors.h
avcodec/acelp_vectors: Remove unused ff_fc_2pulses_9bits_track1
2021-02-24 08:57:17 +01:00
adpcm.c
avcodec/adpcm: squelch uninitialized variable warnings
2025-07-10 13:01:15 +02:00
adpcm.h
avcodec/adpcmenc: remove BLKSIZE #define
2020-10-17 09:36:07 +10:00
adpcm_data.c
avcodec/adpcm_data: Move tables only used by adpcm.c to it
2021-07-22 08:31:23 +02:00
adpcm_data.h
avcodec/adpcm_data: Move tables only used by adpcm.c to it
2021-07-22 08:31:23 +02:00
adpcmenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
adts_header.c
avcodec/adts_header: Add ff_adts_header_parse_buf()
2024-05-20 12:06:31 +02:00
adts_header.h
avcodec/adts_header: Add ff_adts_header_parse_buf()
2024-05-20 12:06:31 +02:00
adts_parser.c
avcodec/adts_header: Add ff_adts_header_parse_buf()
2024-05-20 12:06:31 +02:00
adts_parser.h
Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'
2017-10-30 18:56:45 -03:00
adx.c
avcodec/adx: Move ff_adx_decode_header() to adxdec.c
2022-09-16 11:14:32 +02:00
adx.h
avcodec/adxdec: add support for 6 channels
2023-09-05 23:21:39 +02:00
adx_parser.c
avcodec/adx_parser: make packet split work if nb_channels is set
2023-09-17 11:11:24 +02:00
adxdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
adxenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
agm.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
aic.c
avcodec/aic: Clear slice_data
2024-08-14 18:21:01 +02:00
alac.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
alac_data.c
alac: convert to new channel layout API
2022-03-15 09:42:40 -03:00
alac_data.h
alac: convert to new channel layout API
2022-03-15 09:42:40 -03:00
alacdsp.c
lavc/alacdsp: RISC-V V decorrelate_stereo
2022-10-05 06:51:11 +02:00
alacdsp.h
lavc/alacdsp: RISC-V V decorrelate_stereo
2022-10-05 06:51:11 +02:00
alacenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
aliaspixdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
aliaspixenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
allcodecs.c
lavc: add a ProRes RAW decoder
2025-08-08 18:29:41 +09:00
alsdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
amfdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
amfdec.h
avcodec: add amfdec.
2025-02-04 00:14:14 +01:00
amfenc.c
avcodec/amfenc: remove unused variables
2025-08-02 22:25:28 +00:00
amfenc.h
amfenc: Fix for full PA queue
2025-07-29 23:38:16 +02:00
amfenc_av1.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
amfenc_h264.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
amfenc_hevc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
amr.h
avcodec/amr: replace #define by typedef
2015-11-21 08:51:49 -05:00
amr_parser.c
amr: convert to new channel layout API
2022-03-15 09:42:40 -03:00
amrnbdata.h
avcodec/amrnbdata: Remove unused array
2021-01-26 13:56:59 +01:00
amrnbdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
amrwbdata.h
lavc/amrwbdec: Do not ignore NO_DATA frames.
2020-04-05 01:55:34 +02:00
amrwbdec.c
avcodec/amrwbdec: Mark default switch as unreachable
2025-05-21 11:16:25 +02:00
anm.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
ansi.c
avcodec: use the getters for xGA font data arrays
2025-07-22 09:47:18 -03:00
aom_film_grain.c
avcodec/aom_film_grain: Cast const away to suppress compiler warning
2025-03-15 02:30:56 +01:00
aom_film_grain.h
avcodec/aom_film_grain: allocate film grain metadata dynamically
2024-11-11 16:10:15 -03:00
aom_film_grain_template.c
avcodec/aom_film_grain: add AOM film grain synthesis
2024-03-23 18:55:21 +01:00
apac.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
apedec.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
apng.h
avcodec/apng: Add APNG_FCTL_CHUNK_SIZE define
2022-07-09 19:37:52 +02:00
aptx.c
avcodec/aptx: Use AVCodecContext.frame_size according to the API
2022-09-19 17:05:33 +02:00
aptx.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
aptxdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
aptxenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
apv.h
lavc/cbs: APV support
2025-04-27 15:52:30 +01:00
apv_decode.c
avcodec/cbs_apv: store derived tile information in a per frame basis
2025-08-12 19:13:06 -03:00
apv_decode.h
apv_decode: Multisymbol entropy decode
2025-05-13 19:37:49 +01:00
apv_dsp.c
avcodec/apv_dsp: Avoid UB overflow in dequant
2025-07-06 19:20:24 +02:00
apv_dsp.h
lavc/apv: AVX2 transquant for x86-64
2025-04-27 15:52:30 +01:00
apv_entropy.c
apv_decode: Discard invalid run codes earlier
2025-05-13 20:52:35 +01:00
apv_parser.c
avcodec/apv_parser: Mark close as av_cold
2025-05-15 01:51:34 +02:00
arbc.c
all: Use av_frame_replace() where appropriate
2023-09-10 21:22:30 +02:00
argo.c
avcodec: use the new AVFrame key_frame flag in all decoders and encoders
2023-05-04 18:48:22 -03:00
ass.c
avocdec/ass: simplify linebreaks
2024-04-06 09:26:30 +02:00
ass.h
avcodec/ass: Faster ff_ass_add_rect()
2022-03-18 19:56:50 +01:00
ass_split.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
ass_split.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
assdec.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
assenc.c
avcodec/assenc: Use size_t for length of string
2024-02-22 01:45:31 +01:00
asv.c
avcodec/asv: Split ASV1Context into decoder and encoder contexts
2022-10-05 14:20:33 +02:00
asv.h
avcodec/asv: Split ASV1Context into decoder and encoder contexts
2022-10-05 14:20:33 +02:00
asvdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
asvenc.c
avcodec/asvenc,dvenc: Optimize unaligned checks away if possible
2025-05-31 01:28:51 +02:00
atrac.c
Remove/replace some unnecessary avcodec.h inclusions
2021-07-22 15:29:46 +02:00
atrac.h
Merge remote-tracking branch 'qatar/master'
2013-10-03 21:46:42 +02:00
atrac1.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
atrac1data.h
Various small spelling fixes.
2014-04-22 20:44:31 +02:00
atrac3.c
avcodec/atrac3: Use av_unreachable() instead of av_assert1(0)
2025-05-21 12:02:52 +02:00
atrac3data.h
avcodec/atrac3: Use symbols table
2020-12-08 17:51:47 +01:00
atrac3plus.c
avcodec: use the renamed av_zero_extend
2024-06-13 20:36:09 -03:00
atrac3plus.h
atrac3plus: convert to lavu/tx
2022-11-06 14:39:40 +01:00
atrac3plus_data.h
avcodec/atrac3plus_data: Remove unused arrays
2021-01-26 13:56:59 +01:00
atrac3plusdec.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
atrac3plusdsp.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
atrac9dec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
atrac9tab.h
atrac9: convert to new channel layout API
2022-03-15 09:42:40 -03:00
atsc_a53.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
atsc_a53.h
avcodec: move ff_alloc_a53_sei() to atsc_53
2020-08-15 13:01:25 -03:00
audio_frame_queue.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
audio_frame_queue.h
Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'
2015-09-29 15:22:52 +02:00
audiodsp.c
lavc/audiodsp: drop opposite sign optimisation
2024-08-01 19:29:40 +03:00
audiodsp.h
lavc/audiodsp: RISC-V F vector_clipf
2022-09-27 13:19:52 +02:00
audiotoolboxdec.c
avcodec/audiotoolboxdec: set set keyframe flag in output frames
2024-11-24 20:26:36 -03:00
audiotoolboxenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
aura.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
av1.h
av1dec: add AV1_REF_FRAME_NONE
2024-03-25 08:54:18 +01:00
av1_levels.c
lavc/vaapi_encode: Add VAAPI AV1 encoder
2023-09-22 13:15:00 +08:00
av1_levels.h
lavc/vaapi_encode: Add VAAPI AV1 encoder
2023-09-22 13:15:00 +08:00
av1_parse.c
av1_parse: Don't reject zero-size padding OBUs
2023-05-17 19:38:45 +00:00
av1_parse.h
avcodec: move leb reading functions to its own header
2024-01-31 11:19:16 -03:00
av1_parser.c
avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read()
2025-05-04 16:22:14 -03:00
av1dec.c
avcodec/itut35: rename some provider codes
2025-08-07 03:07:43 +02:00
av1dec.h
avcodec/videotoolbox: add AV1 hardware acceleration
2024-10-02 11:19:27 +03:00
avcodec.c
avcodec/avcodec: Check sample_rate generically
2025-07-03 20:21:55 +02:00
avcodec.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
avcodec_internal.h
avcodec: add LCEVC decoding support via LCEVCdec
2024-09-23 10:20:47 -03:00
avcodecres.rc
Add Windows resource file support for shared libraries
2013-12-05 23:42:07 +01:00
avdct.c
avcodec/pixblockdsp: Pass bits_per_raw_sample directly
2025-05-31 01:27:09 +02:00
avdct.h
Revert "lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct"
2022-11-06 12:15:56 -03:00
avrndec.c
avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only
2024-05-19 11:40:55 +02:00
avs.c
avcodec: use the new AVFrame key_frame flag in all decoders and encoders
2023-05-04 18:48:22 -03:00
avs2.c
avcodec/avs2_parser: parse more info
2022-06-24 15:37:23 +08:00
avs2.h
avcodec/avs2_parser: parse more info
2022-06-24 15:37:23 +08:00
avs2_parser.c
avcodec/avs2_parser: Assert init_get_bits8() success with const size 15
2024-05-03 02:35:49 +02:00
avs3.h
lavc/avs3.h: add AVS3 related definitions
2020-10-05 23:10:13 +08:00
avs3_parser.c
avcodec/avs3_parser: pixel format should be native endian
2025-03-24 14:54:40 +08:00
avuidec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
avuienc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
bethsoftvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
bethsoftvideo.h
Globally rename the header inclusion guard names.
2008-08-31 07:39:47 +00:00
bfi.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
bgmc.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
bgmc.h
avcodec/bgmc: Use void* instead of AVCodecContext* as logctx
2023-10-01 01:02:53 +02:00
bink.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
binkaudio.c
lavc/binkaudio: reset input packet on errors
2023-06-17 18:06:33 +02:00
binkdata.h
Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'
2013-06-02 10:30:35 +02:00
binkdsp.c
configure: Remove av_restrict
2024-03-15 12:51:15 +01:00
binkdsp.h
configure: Remove av_restrict
2024-03-15 12:51:15 +01:00
bintext.c
avcodec: use the getters for xGA font data arrays
2025-07-22 09:47:18 -03:00
bintext.h
libavcodec/bintext.h: Fix duplicate words
2013-08-12 19:40:29 +02:00
bit_depth_template.c
avcodec/bit_depth_template: Remove empty macro INIT_CLIP
2025-01-15 15:05:37 +08:00
bitpacked_dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
bitpacked_enc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
bitstream.c
avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h
2022-03-21 23:25:36 +01:00
bitstream.h
avcodec/get_bits: Add get_bits_bytesize()
2025-07-11 15:13:21 +02:00
bitstream_filters.c
lavc: add eia608_to_smpte436m bitstream filter
2025-08-08 03:04:42 -07:00
bitstream_template.h
avcodec/get_bits: Add get_bits_bytesize()
2025-07-11 15:13:21 +02:00
blockdsp.c
libavcodec/alpha: remove DSP & support code
2024-06-13 23:14:26 +02:00
blockdsp.h
avcodec: Remove leftover alpha declarations
2025-03-05 00:06:52 +01:00
bmp.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
bmp.h
Remove/replace some unnecessary avcodec.h inclusions
2021-07-22 15:29:46 +02:00
bmp_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
bmpenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
bmvaudio.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
bmvvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
bonk.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
brenderpix.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
bsf.c
lavc/bsf: move IS_EMPTY() to packet_internal()
2023-07-07 12:07:24 +02:00
bsf.h
avcodec/bsf: document missing arguments
2022-10-17 09:56:47 +02:00
bsf_internal.h
avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs
2022-03-23 23:45:45 +01:00
bswapdsp.c
lavc/bswapdsp: RISC-V B bswap_buf
2022-10-05 08:26:19 +02:00
bswapdsp.h
lavc/bswapdsp: RISC-V B bswap_buf
2022-10-05 08:26:19 +02:00
bytestream.h
avcodec/bytestream: Add const where appropriate
2025-07-11 15:13:21 +02:00
c93.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
cabac.c
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
2022-02-24 12:56:49 +01:00
cabac.h
avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.c
2021-02-02 23:53:30 +01:00
cabac_functions.h
avcodec/cabac_functions: Add missing headers
2022-02-21 13:09:57 +01:00
canopus.c
Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'
2015-04-20 05:19:46 +02:00
canopus.h
Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'
2015-04-20 05:19:46 +02:00
cavs.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
cavs.h
avcodec/cavs: Limit align requirement to variable than type
2024-11-29 12:32:50 +08:00
cavs_parser.c
avcodec/cavs_parser: fix finding the end of a frame
2023-05-20 04:03:44 +08:00
cavsdata.c
avcodec/cavs: make cavs_chroma_qp non static
2014-06-28 19:08:39 +02:00
cavsdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
cavsdsp.c
avocdec/cavsdsp: Fix undefined pointer arithmetic
2022-10-04 18:01:01 +02:00
cavsdsp.h
avcodec/cavsdsp: Remove unused function parameter
2022-09-21 20:24:22 +02:00
cbrt_data.c
avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems without cbrt
2016-03-14 15:49:34 +01:00
cbrt_data.h
avcodec/cbrt_data: add missing header include
2017-02-22 14:36:26 -03:00
cbrt_data_fixed.c
Move cbrt tables to separate cbrt_data(_fixed).c files.
2016-03-13 18:15:57 +01:00
cbrt_fixed_tablegen.c
libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]
2015-07-09 14:41:19 +02:00
cbrt_tablegen.c
libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]
2015-07-09 14:41:19 +02:00
cbrt_tablegen.h
Move cbrt tables to separate cbrt_data(_fixed).c files.
2016-03-13 18:15:57 +01:00
cbrt_tablegen_template.c
Move cbrt tables to separate cbrt_data(_fixed).c files.
2016-03-13 18:15:57 +01:00
cbs.c
avcodec/cbs: Avoid branch
2025-05-15 01:51:34 +02:00
cbs.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
cbs_apv.c
avcodec/cbs_apv: store derived tile information in a per frame basis
2025-08-12 19:13:06 -03:00
cbs_apv.h
avcodec/cbs_apv: store derived tile information in a per frame basis
2025-08-12 19:13:06 -03:00
cbs_apv_syntax_template.c
avcodec/cbs_apv: store derived tile information in a per frame basis
2025-08-12 19:13:06 -03:00
cbs_av1.c
avcodec/cbs: allow fine tunning selection of features
2025-03-25 20:38:29 -03:00
cbs_av1.h
avcodec/cbs: allow fine tunning selection of features
2025-03-25 20:38:29 -03:00
cbs_av1_syntax_template.c
avcodec/cbs: allow fine tunning selection of features
2025-03-25 20:38:29 -03:00
cbs_bsf.c
cbs: Make tracing more general
2023-09-22 13:15:00 +08:00
cbs_bsf.h
all: use designated initializers for AVOption.unit
2024-02-14 14:53:41 +01:00
cbs_h264.h
avcodec/cbs_sei: add support for Frame Packing Arrangement SEI parsing
2024-06-28 13:16:57 -03:00
cbs_h264_syntax_template.c
avcodec/cbs_sei: add support for Frame Packing Arrangement SEI parsing
2024-06-28 13:16:57 -03:00
cbs_h265.h
avcodec/cbs_h265: num_ref_displays can be up to 32
2024-09-24 15:11:57 -03:00
cbs_h265_syntax_template.c
avcodec/cbs_h265: fix valid range for {left,right}_view_id
2024-09-24 15:11:57 -03:00
cbs_h266.h
lavc/cbs_h266: Add NumSlicesInTile to H266RawPPS
2024-11-01 12:13:07 +08:00
cbs_h266_syntax_template.c
avcodec/cbs_h266_syntax_template: fix out of bounds access
2025-08-06 20:58:57 +00:00
cbs_h2645.c
avcodec/cbs_sei_syntax_template: add sei message frame_field_information
2025-05-31 09:35:54 +08:00
cbs_h2645.h
avcodec/cbs: Factor out common code for writing units
2019-11-17 23:31:44 +00:00
cbs_internal.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
cbs_jpeg.c
avcodec/cbs_jpeg: Try to move the read entity to one side in a test
2024-07-02 21:57:20 +02:00
cbs_jpeg.h
avcodec/cbs_jpeg: Fix size of huffman symbol table array
2022-02-11 19:38:40 +01:00
cbs_jpeg_syntax_template.c
avcodec/cbs_jpeg: Fix size of huffman symbol table array
2022-02-11 19:38:40 +01:00
cbs_mpeg2.c
avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned()
2023-07-30 21:36:31 +02:00
cbs_mpeg2.h
cbs: Ensure that reference fields always follow the associated pointer
2020-09-02 00:00:50 +01:00
cbs_mpeg2_syntax_template.c
cbs_mpeg2: Decompose Sequence End
2019-07-29 22:25:10 +01:00
cbs_sei.c
lavc/refstruct: move to lavu and make public
2024-12-15 14:03:47 +01:00
cbs_sei.h
avcodec/cbs_sei_syntax_template: add sei message frame_field_information
2025-05-31 09:35:54 +08:00
cbs_sei_syntax_template.c
avcodec/cbs_sei_syntax_template: add sei message frame_field_information
2025-05-31 09:35:54 +08:00
cbs_vp8.c
avcodec/cbs_vp8: Improve the bitstream position check
2024-03-26 09:05:04 -04:00
cbs_vp8.h
avcodec/cbs_vp8: Add support for VP8 codec bitstream
2023-11-15 10:29:03 -05:00
cbs_vp8_syntax_template.c
avcodec/cbs_vp8: Add support for VP8 codec bitstream
2023-11-15 10:29:03 -05:00
cbs_vp9.c
avcodec/cbs_vp9: Initialize VP9RawSuperframeIndex
2025-01-21 22:55:09 +01:00
cbs_vp9.h
lavc/vp9dec: use cbs_vp9 to parse the frame header
2025-08-08 18:29:39 +09:00
cbs_vp9_syntax_template.c
cbs_vp9: Fix VP9 passthrough
2025-08-22 04:44:19 +09:00
ccaption_dec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
cdgraphics.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
cdtoons.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
cdxl.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
celp_filters.c
all: Replace if (ARCH_FOO) checks by #if ARCH_FOO
2022-06-15 04:56:37 +02:00
celp_filters.h
Optimization of AMR NB and WB decoders for MIPS
2012-06-11 21:12:39 +02:00
celp_math.c
avcodec/celp_math: Mark ff_celp_math_init() as av_cold
2025-04-09 13:52:29 +02:00
celp_math.h
avcodec/celp_math: Reuse ff_scalarproduct_float_c()
2025-04-09 13:52:29 +02:00
cfhd.c
avcodec/cfhd: Check idwt_buf size before allocation
2025-07-20 01:05:23 +02:00
cfhd.h
avcodec/cfhd: Move GetBitContext from context to stack
2025-03-17 03:26:07 +01:00
cfhddata.c
avcodec/vlc: Merge VLCElem and RL_VLC_ELEM
2025-03-17 03:26:07 +01:00
cfhddsp.c
all: Replace if (ARCH_FOO) checks by #if ARCH_FOO
2022-06-15 04:56:37 +02:00
cfhddsp.h
avcodec/cfhd: add x86 SIMD
2020-08-26 21:13:38 +02:00
cfhdenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
cfhdencdsp.c
avcodec/cfhdencdsp: Constify input pointers
2022-07-31 03:18:19 +02:00
cfhdencdsp.h
avcodec/cfhdencdsp: Constify input pointers
2022-07-31 03:18:19 +02:00
cga_data.c
Move xGA font data from lavc to lavu.
2012-10-01 22:24:17 +02:00
cga_data.h
Move xGA font data from lavc to lavu.
2012-10-01 22:24:17 +02:00
cinepak.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
cinepakenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
clearvideo.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
clearvideodata.h
avcodec/clearvideo: Apply VLC offset during init
2020-12-08 17:51:45 +01:00
cljrdec.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
cljrenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
cllc.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
cngdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
cngenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
codec.h
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
codec2utils.h
avcodec/codec2utils: Remove legacy avpriv functions
2021-04-27 10:43:04 -03:00
codec_desc.c
lavc: add AV_CODEC_ID_SMPTE_436M_ANC
2025-08-08 03:02:57 -07:00
codec_desc.h
avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines
2023-09-07 00:39:02 +02:00
codec_id.h
lavc: add AV_CODEC_ID_SMPTE_436M_ANC
2025-08-08 03:02:57 -07:00
codec_internal.h
avcodec/codec_internal: Add inlined version of av_codec_is_(de|en)coder
2025-03-13 02:16:27 +01:00
codec_par.c
avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context()
2024-04-24 00:11:37 -03:00
codec_par.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
cook.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
cook_parser.c
cook: convert to new channel layout API
2022-03-15 09:42:40 -03:00
cookdata.h
avcodec/cook: Avoid big length tables for VLC initialization
2020-12-08 17:51:45 +01:00
copy_block.h
lavc/copy_block: style fix
2017-03-20 09:23:15 +01:00
cpia.c
avcodec: use the new AVFrame key_frame flag in all decoders and encoders
2023-05-04 18:48:22 -03:00
cri.c
avcodec/cri: Check bytestream2_get_buffer() for end
2025-08-03 13:19:25 +00:00
cri_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
cscd.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
cuviddec.c
avcodec/cuviddec: fix wrong 10bit 420 format in cuvid_handle_video_sequence
2025-07-26 14:42:33 +02:00
cyuv.c
avcodec/cyuv: Remove useless private context
2022-10-21 21:12:45 +02:00
d3d11va.c
Merge commit 'bb198c4997d5036f3bf91de51e44f807115677d0'
2015-10-05 11:18:31 +02:00
d3d11va.h
avcodec: add D3D12VA hardware accelerated H264 decoding
2023-12-21 16:15:23 +08:00
d3d12va_av1.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
d3d12va_decode.c
avcodec/d3d12va_decode: remove unused variable
2025-07-25 21:10:16 +02:00
d3d12va_decode.h
avcodec/d3d12va_decode: enable reference-only mode
2025-04-05 11:57:49 +08:00
d3d12va_encode.c
avcodec/d3d12va_encode: fix label followed by a declaration warning
2025-08-19 17:56:44 +02:00
d3d12va_encode.h
hw_base_encode: refactor picture allocation/freeing
2024-09-09 07:05:24 +02:00
d3d12va_encode_hevc.c
avcodec/d3d12va_encode_hevc: remove unused variable
2025-07-25 21:10:16 +02:00
d3d12va_h264.c
d3d12va_hevc.c
d3d12va_mpeg2.c
d3d12va_vc1.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
d3d12va_vp9.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
dca.c
avcodec/dca: Unavpriv dca_sample_rates
2022-01-04 13:16:49 +01:00
dca.h
dca_core.c
dca_core.h
dca_core: convert to lavu/tx
2022-11-06 14:39:36 +01:00
dca_exss.c
avcodec/dca: move EXSS sampling frequency arrays to dca.c
2016-05-26 13:32:48 -03:00
dca_exss.h
dca_lbr.c
dca_lbr.h
dca_parser.c
dca_sample_rate_tab.c
dca_sample_rate_tab.h
dca_syncwords.h
dca_xll.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
dca_xll.h
dcaadpcm.c
dcaadpcm.h
dcadata.c
dcadata.h
dcadct.c
dcadct.h
dcadec.c
dcadec.h
dca: convert to new channel layout API
2022-03-15 09:42:41 -03:00
dcadsp.c
dcadsp.h
dcaenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
dcaenc.h
dcahuff.c
dcahuff.h
dcamath.h
avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder
2017-05-08 05:56:14 +01:00
dct.h
avcodec/dct: Make declarations and definitions match
2025-04-02 09:25:24 +02:00
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dds.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
decode.c
Revert "avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder"
2025-06-17 00:35:13 +02:00
decode.h
decode_bsf.h
avcodec/amfdec,rkmppdec: Use correct extradata with BSFs
2025-06-17 00:35:13 +02:00
defs.h
lavc: add codec ID and profiles for ProRes RAW
2025-08-08 01:06:11 +09:00
dfa.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
dfpwmdec.c
dfpwmenc.c
avcodec/dfpwmenc: Remove write-only context member
2025-07-03 20:18:55 +02:00
dirac.c
dirac.h
dirac_arith.c
dirac_arith.h
dirac_dwt.c
avutil/mem: Don't include avutil.h
2023-09-07 00:42:10 +02:00
dirac_dwt.h
avcodec/dirac_dwt: Avoid conversions between function pointers and void*
2022-09-28 23:37:12 +02:00
dirac_dwt_template.c
dirac_parser.c
dirac_vlc.c
avcodec/dirac_vlc: Make ff_dirac_golomb_lut static
2021-02-20 14:46:42 +01:00
dirac_vlc.h
diracdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
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
2024-05-19 11:40:07 +02:00
dnxhdenc.c
avcodec/pixblockdsp: Pass bits_per_raw_sample directly
2025-05-31 01:27:09 +02:00
dnxhdenc.h
dnxuc_parser.c
avcodec/dnxuc_parser: Use ff_parse_close()
2025-05-15 03:03:54 +02:00
dolby_e.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
dolby_e.h
dolby_e: convert to new channel layout API
2022-03-15 09:42:41 -03:00
dolby_e_parse.c
avcodec/dolby_e_parse: Use av_unreachable instead of av_assert0(0)
2025-05-21 12:02:25 +02:00
dolby_e_parser.c
dovi_rpu.c
dovi_rpu.h
avcodec/dovi_rpuenc: Avoid intermediate codec par in ff_dovi_configure()
2025-05-30 19:35:06 +02:00
dovi_rpudec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
dovi_rpuenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
dpcm.c
avcodec/dpcm: fix undefined interger overflow in wady
2023-05-06 00:22:27 +02:00
dpx.c
dpx_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
dpxenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
dsd.c
dsd.h
dsddec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
dsicinaudio.c
avcodec/dsicinaudio: set missing sample rate
2025-08-05 03:27:53 +02:00
dsicinvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
dss_sp.c
dstdec.c
dv.c
avcodec/dv: Don't pretend initializing work chunks can fail
2024-04-07 21:59:32 +02:00
dv.h
lavf/dv: use a more granular timebase for audio
2023-05-02 10:57:21 +02:00
dv_internal.h
dv_profile.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
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
avcodec/dvbsubenc: fix 256 color rle decoding
2025-08-03 21:33:29 +02:00
dvbsubenc.c
avcodec/dvbsubenc: add a min_bpp option to work around some decoders
2025-08-04 19:45:45 +01:00
dvbtxt.h
dvd_nav_parser.c
dvdata.c
dvdata.h
avcodec/dvdec: Avoid stack buffers
2022-09-07 00:07:45 +02:00
dvdec.c
dvdsub.c
dvdsub.h
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvenc.c
avcodec/asvenc,dvenc: Optimize unaligned checks away if possible
2025-05-31 01:28:51 +02:00
dxa.c
avcodec/dxa: Remove set-but-unused variable
2025-03-30 21:31:16 +02:00
dxtory.c
dxv.c
avcode: Use av_fast_realloc() in ff_lzf_uncompress()
2025-08-19 17:56:52 +02:00
dxv.h
lavc/dxvenc: migrate DXT1 encoder to lavc hashtable
2025-06-02 20:51:31 -07:00
dxva2.c
dxva2.h
dxva2_av1.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
dxva2_h264.c
dxva2_hevc.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
dxva2_vp9.c
dxvenc.c
avcodec/dxvenc: Clear width to linesize not linesize to linesize
2025-07-28 17:41:38 +02:00
dynamic_hdr_vivid.c
avutil: remove deprecated FF_API_HDR_VIVID_THREE_SPLINE
2025-03-28 14:33:07 -03:00
dynamic_hdr_vivid.h
eac3_data.c
eac3_data.h
eac3dec.c
avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
2025-06-08 18:39:17 -03:00
eac3enc.c
avcodec/e?ac3enc: Inform compiler about PutBitContext being blank
2025-05-21 12:02:25 +02:00
eac3enc.h
avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c
2024-04-11 12:53:26 +02:00
eacmv.c
eaidct.c
eaidct.h
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
elbg.h
elsdec.c
elsdec.h
Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368'
2015-07-01 03:18:30 +02:00
encode.c
avcodec/avcodec: Check sample_rate generically
2025-07-03 20:21:55 +02:00
encode.h
error_resilience.c
avcodec/mpegvideo: Add missing headers
2025-07-03 20:35:31 +02:00
error_resilience.h
escape124.c
escape130.c
evc.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
evc_parse.c
avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1
2023-11-10 00:15:28 +01:00
evc_parse.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
evc_parser.c
evc_ps.c
evc_ps.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
evrcdata.h
evrcdec.c
avcodec/evrcdec: set missing sample rate
2025-08-05 03:27:53 +02:00
executor.c
executor.h
exif.c
avcodec/exif: Move tag_list out of header
2022-06-15 04:58:14 +02:00
exif.h
exr.c
avcodec/exr: Check for pixel type consistency in DWA
2025-08-19 17:56:44 +02:00
exrdsp.c
lavc/exrdsp: unroll predictor
2023-11-14 19:15:51 +02:00
exrdsp.h
lavc/exrdsp: R-V V reoder_pixels
2023-10-09 19:52:51 +03:00
exrenc.c
avutil/libm: Only include intfloat.h when needed
2025-03-22 03:35:28 +01:00
faandct.c
faandct.h
faanidct.c
faanidct.h
Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'
2017-03-21 14:29:52 -03:00
fastaudio.c
avutil/libm: Only include intfloat.h when needed
2025-03-22 03:35:28 +01:00
faxcompr.c
faxcompr.h
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
2016-06-21 21:55:34 +02:00
fdctdsp.c
fdctdsp.h
ffjni.c
ffjni.h
fflcms2.c
avcodec/fflcms2: add ff_icc_profile_sanitize
2023-10-03 00:28:50 +02:00
fflcms2.h
ffv1.c
avcodec/ffv1: Clear state on alloc
2025-08-07 19:44:59 +00:00
ffv1.h
avcodec/ffv1: align function declaration with definition
2025-08-02 22:25:28 +00:00
ffv1_parse.c
ffv1_parser.c
ffv1_template.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
ffv1_vulkan.c
ffv1_vulkan.h
ffv1/vulkan: redo context count tracking and quant_table_idx management
2025-04-14 06:10:42 +02:00
ffv1dec.c
avcodec/ffv1dec: don't check chroma_planes for f->colorspace > 0
2025-07-22 12:37:31 -03:00
ffv1dec_template.c
avcodec/ffv1: Store slices*planes with the minimum bits needed after remap
2025-04-07 01:02:42 +02:00
ffv1enc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
ffv1enc.h
ffv1enc_template.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
ffv1enc_vulkan.c
ffv1enc: do not hardcode 1024 slices
2025-05-30 01:45:58 +09:00
ffwavesynth.c
fic.c
avcodec/fic: Postpone duplicating AVFrame buffer
2025-07-03 19:42:29 +02:00
file_open.c
libavutil: Make avpriv_open a library-internal function on msvcrt
2013-08-10 00:53:33 +03:00
fits.c
avcodec/fits: Clear naxis
2025-08-03 13:19:25 +00:00
fits.h
fitsdec.c
fitsenc.c
flac.c
flac.h
avcodec/flac: smallest frame is 10 bytes
2022-09-05 12:27:50 +02:00
flac_parse.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
flac_parser.c
flacdata.c
flacdata.h
all: Remove unnecessary libavcodec/internal.h inclusions
2022-02-08 06:16:26 +01:00
flacdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
flacdsp.c
avcodec/flacdsp: Fix integer-overflow in flac_lpc_33_c
2025-07-31 20:25:15 +02:00
flacdsp.h
flacdsp_lpc_template.c
flacdsp_template.c
flacenc.c
flacencdsp.c
flacencdsp.h
avcodec/flacdsp: Split encoder-only parts into a ctx of its own
2022-08-05 03:28:45 +02:00
flashsv.c
flashsv2enc.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
flashsvenc.c
flicvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
float2half.c
float_scalarproduct.c
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
flvdec.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
flvdec.h
avcodec/h263dec: Add H263DecContext
2025-07-03 20:35:23 +02:00
flvenc.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
flvenc.h
avcodec/flvenc: Move ff_flv2_encode_ac_esc() to ituh263enc.c
2025-06-21 22:08:52 +02:00
fmtconvert.c
lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
2022-09-27 13:19:52 +02:00
fmtconvert.h
fmvc.c
frame_thread_encoder.c
frame_thread_encoder.h
fraps.c
frwu.c
ftr.c
avcodec/ftr: Replace AVERROR_BUG that can be triggered
2025-04-25 12:35:45 +02:00
ftr_parser.c
avcodec/adts_header: Add ff_adts_header_parse_buf()
2024-05-20 12:06:31 +02:00
g2meet.c
g722.c
g722.h
g722dec.c
avcodec/qcelpdec: set missing sample rate
2025-08-05 03:27:53 +02:00
g722dsp.c
g722dsp.h
lavc/g722dsp: add RISC-V V DSP function
2023-08-24 21:07:18 +03:00
g722enc.c
g723_1.c
g723_1.h
g723_1_parser.c
g723_1dec.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
g723_1enc.c
g726.c
avcodec/g726: init missing sample rate
2025-08-19 17:56:43 +02:00
g728_template.c
avcodec/g728_template: make hist parameter constant
2025-06-23 17:11:07 +10:00
g728data.h
avcodec/g728dec: G.728 decoder
2025-06-23 17:16:42 +10:00
g728dec.c
avcodec/g728dec: align static arrays to 32-byte boundary
2025-08-02 21:36:36 +00:00
g729.h
g729_parser.c
g729: convert to new channel layout API
2022-03-15 09:42:42 -03:00
g729data.h
g729dec.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
g729postfilter.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
g729postfilter.h
gdv.c
gemdec.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
get_bits.h
avcodec/get_bits: Remove GetBitContext.buffer_end
2025-07-11 15:13:21 +02:00
get_buffer.c
gif.c
gif.h
gif_parser.c
gifdec.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
golomb.c
golomb.h
gsm.h
gsm_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
h261data.c
avcodec/h261data: Make some tables non-static
2024-06-20 18:58:39 +02:00
h261dec.c
avcodec/mpegvideo: Move SLICE_* defs to h263dec.h, h261dec.c
2025-07-03 20:35:31 +02:00
h261enc.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
h261enc.h
h263.c
configure: Relax svq1enc->mpegvideoenc dependency
2025-06-21 22:08:52 +02:00
h263.h
avcodec/mpegvideo: Redo resetting intra table entry
2025-06-21 22:08:52 +02:00
h263_parser.c
h263data.c
avcodec: Remove some unnecessary mpegvideo.h inclusions
2021-07-22 15:02:46 +02:00
h263data.h
avcodec/ituh263enc: Simplify creating LUT
2025-07-03 20:34:51 +02:00
h263dec.c
avcodec/get_bits: Add get_bits_bytesize()
2025-07-11 15:13:21 +02:00
h263dec.h
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
h263dsp.c
h263dsp.h
h263enc.h
avcodec/mpegvideoenc: Allocate blocks as part of MPVEncContext
2025-07-03 20:34:51 +02:00
h264.h
lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.
2018-05-16 20:24:48 +08:00
h264_cabac.c
avcodec/h264_*: Remove unnecessary internal.h inclusions
2022-01-26 15:30:54 +01:00
h264_cavlc.c
avcodec/h264_cavlc: Remove code duplication
2023-10-31 20:46:59 +01:00
h264_direct.c
avcodec/h264dec: Constify H.264 decoder
2023-10-13 14:35:07 +02:00
h264_levels.c
h264_levels.h
h264_loopfilter.c
h264_mb.c
avcodec/h264_mb: Fix tmp_cr for arm
2025-05-13 00:20:23 +02:00
h264_mb_template.c
h264_mc_template.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
h264_mvpred.h
h264_parse.c
h264_parse.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
h264_parser.c
h264_picture.c
h264_ps.c
avcodec/get_bits: Add get_bits_bytesize()
2025-07-11 15:13:21 +02:00
h264_ps.h
h264_refs.c
avcodec/h264: fix reference reordering
2025-04-08 20:44:35 +08:00
h264_sei.c
h264_sei.h
h264_slice.c
avcodec/h264_slice: insert LCEVC side data before get_buffer() call
2025-04-23 09:41:03 -03:00
h264addpx_template.c
h264chroma.c
h264chroma.h
lavc/h264chroma: RISC-V V add motion compensation for 8x8 chroma blocks
2023-05-30 17:15:05 +02:00
h264chroma_template.c
h264data.c
h264data.h
h264dec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
h264dec.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
h264dsp.c
lavc/startcode: add R-V Zbb startcode_find_candidate
2024-05-19 10:03:49 +03:00
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
avcodec/riscv: add h264 qpel
2024-09-28 18:35:35 +02:00
h264qpel.h
h264qpel_template.c
h265_profile_level.c
h265_profile_level.h
h274.c
avcodec/h274: fix hash verification on BE
2025-08-08 16:55:12 +00:00
h274.h
avcodec/h274: add H274SEIFrameFieldInfo struct
2025-05-31 09:35:54 +08:00
h2645_parse.c
lavc/h2645_parse: More descriptive NALU header error
2025-05-25 09:54:42 +08:00
h2645_parse.h
h2645_sei.c
avcodec/itut35: rename some provider codes
2025-08-07 03:07:43 +02:00
h2645_sei.h
avcodec/vvc/dec: export sei to the frame when the frame starts
2025-05-31 09:35:54 +08:00
h2645_vui.c
avcodec/h2645_vui: Ensure color primaries/trc/space isn't reserved value
2025-06-01 16:35:23 +08:00
h2645_vui.h
h2645data.c
h2645data.h
half2float.c
hap.c
hap.h
hapdec.c
avcodec/hapdec: Clear tex buffer
2025-01-01 20:31:08 +01:00
hapenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
hashtable.c
avcodec/hashtable: Remove null statement
2025-06-04 15:32:29 +02:00
hashtable.h
lavc/hashtable: create generic robin hood hash table
2025-06-02 20:51:27 -07:00
hca_data.h
hcadec.c
libavcodec/hcadec: fix header parsing after 'comp' section
2025-06-23 14:28:54 +02:00
hcom.c
hdr_parser.c
hdrdec.c
hdrenc.c
hnm4video.c
hpel_template.c
hpeldsp.c
avcodec/hpeldsp: Remove duplicate pel functions
2025-06-02 13:41:44 +02:00
hpeldsp.h
hq_common.c
avcodec/hq: Include alpha in cbp VLC table
2025-04-13 08:21:29 +02:00
hq_common.h
avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp table
2025-04-13 08:14:51 +02:00
hq_hqa.c
avcodec/hq_hqa: Check size before initializing GetByteContext
2025-04-13 08:49:26 +02:00
hq_hqadata.h
avcodec/hq_hqa: Use ff_vlc_init_from_lengths()
2025-04-13 08:26:37 +02:00
hq_hqadsp.c
hq_hqadsp.h
hqx.c
avcodec/hq: Include alpha in cbp VLC table
2025-04-13 08:21:29 +02:00
hqxdsp.c
hqxdsp.h
Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'
2015-09-12 15:16:57 +02:00
hqxvlc.h
avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp table
2025-04-13 08:14:51 +02:00
htmlsubtitles.c
htmlsubtitles.h
huffman.c
avcodec/huffman: Combine allocations
2025-06-06 17:21:37 +02:00
huffman.h
avcodec/vp6: Use fewer number of bits in run VLCs
2025-04-25 23:01:37 +02:00
huffyuv.c
avcodec/huffyuv: Return proper error code
2024-04-07 21:59:32 +02:00
huffyuv.h
huffyuvdec.c
avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
2025-01-21 22:55:10 +01:00
huffyuvdsp.c
lavc/huffyuvdsp: R-V V add_int16
2023-10-31 21:33:25 +02:00
huffyuvdsp.h
huffyuvenc.c
huffyuvencdsp.c
huffyuvencdsp.h
hw_base_encode.c
hw_base_encode.h
hw_base_encode_h264.c
hw_base_encode_h264.h
hw_base_encode_h265.c
hw_base_encode_h265.h
hwaccel_internal.h
hwaccels.h
lavc: add a ProRes RAW Vulkan hwaccel
2025-08-08 18:29:41 +09:00
hwconfig.h
idcinvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
idctdsp.c
avcodec/idctdsp: Only try to initialize xvid idct if it is used
2025-05-26 04:50:34 +02:00
idctdsp.h
iff.c
avcodec/iff: Clear ham_buf
2025-08-03 13:19:25 +00:00
ilbcdata.h
ilbcdec.c
avcodec/ilbcdec: Clear cbvec when used with create_augmented_vector()
2025-08-19 17:56:42 +02:00
imc.c
avcodec/imc: Clear padding of buf16
2025-08-03 13:19:25 +00:00
imcdata.h
avcodec/imc: Make Huffman tables smaller
2020-12-08 17:51:45 +01:00
imgconvert.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
imm4.c
imm5.c
avcodec/imm5: Reference H.264/HEVC decoders directly
2025-04-25 12:35:40 +02:00
imx.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
indeo2.c
avcodec/indeo2: Avoid unnecessary VLC structure
2023-10-31 20:47:00 +01:00
indeo2data.h
avcodec/indeo2: Make tables used to initialize VLCs smaller
2020-12-08 17:51:46 +01:00
indeo3.c
avcodec/indeo3: Constify ref_block in decode_cell_data()
2025-07-03 18:17:56 +02:00
indeo3data.h
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
2016-06-21 21:55:34 +02:00
indeo4.c
indeo4data.h
indeo5.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
indeo5data.h
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t.
2010-06-08 09:20:12 +00:00
intelh263dec.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
internal.h
avcodec: remove deprecated FF_API_DROPCHANGED
2025-03-28 14:33:07 -03:00
interplayacm.c
interplayvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
intrax8.c
avcodec/intrax8: Don't pretend to need more than one int16_t[64]
2025-07-03 20:34:51 +02:00
intrax8.h
avcodec/intrax8: Don't pretend to need more than one int16_t[64]
2025-07-03 20:34:51 +02:00
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ipu_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
ituh263dec.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
ituh263enc.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
itut35.h
avcodec/itut35: rename some provider codes
2025-08-07 03:07:43 +02:00
ivi.c
avcodec/ivi: Check luma/chroma mb_size
2025-07-20 01:05:23 +02:00
ivi.h
avcodec/ivi: make comments more Doxygen-friendly
2024-03-04 17:39:25 +01:00
ivi_dsp.c
ivi_dsp.h
j2kenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
avcodec/dct: Move fdct function declarations to fdctdsp.h
2023-07-29 04:16:59 +02:00
jfdctint.c
jfdctint_template.c
jni.c
avcodec/jni: fix mixed declaration and code
2024-04-21 09:43:17 +02:00
jni.h
jpeg2000.c
avutil/libm: Only include intfloat.h when needed
2025-03-22 03:35:28 +01:00
jpeg2000.h
jpeg2000_parser.c
jpeg2000dec.c
avcodec/jpeg2000dec: Make sure the 4 extra bytes allocated are initialized
2025-08-09 14:25:47 +00:00
jpeg2000dec.h
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests
2024-11-08 08:30:07 -08:00
jpeg2000dwt.h
jpeg2000htdec.c
jpeg2000htdec.h
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jpegquanttables.c
jpegquanttables.h
jpegtables.c
jpegtables.h
jpegtabs.h
jpegxl.h
jpegxl_parse.c
jpegxl_parse.h
jpegxl_parser.c
avcodec/jpegxl_parser: add sanity check for frame size
2025-07-23 06:22:16 -04:00
jrevdct.c
avcodec/dct: Make declarations and definitions match
2025-04-02 09:25:24 +02:00
jvdec.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcevcdec.c
avcodec/lcevcdec: don't try to write to output frames directly
2025-05-22 19:28:35 -03:00
lcevcdec.h
avcodec/lcevcdec: don't try to write to output frames directly
2025-05-22 19:28:35 -03:00
lcl.h
lcldec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
lclenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
leaddata.h
avcodec: LEAD MCMP decoder
2023-11-08 17:37:58 +11:00
leaddec.c
leb.h
avcodec: move leb reading functions to its own header
2024-01-31 11:19:16 -03:00
libaom.c
libaom.h
libaomdec.c
libaomenc.c
avcodec/libaomenc: Avoid code duplication when setting options
2025-06-06 16:26:35 +02:00
libaribb24.c
avcodec/libaribb24: change new lines to \n in ASS header
2025-05-17 21:27:29 +02:00
libaribcaption.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
libavcodec.v
libcelt_dec.c
libcodec2.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
libdav1d.c
avcodec/itut35: rename some provider codes
2025-08-07 03:07:43 +02:00
libdavs2.c
avcodec: Remove redundant pix_fmts from decoders
2024-02-09 08:16:25 +01:00
libfdk-aacdec.c
libfdk-aacenc.c
libgsmdec.c
libgsmenc.c
libilbc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
libjxl.c
libjxl.h
libjxldec.c
libjxlenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
libkvazaar.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
liblc3dec.c
liblc3enc.c
libmp3lame.c
liboapvenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
libopencore-amr.c
libopenh264.c
libopenh264.h
lavc/libopenh264: Drop openh264 runtime version checks
2023-12-18 23:59:51 +02:00
libopenh264dec.c
libopenh264enc.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
libopenjpegenc.c
libopus.c
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
2022-02-24 12:56:49 +01:00
libopus.h
libopusdec.c
libopusenc.c
librav1e.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
librsvgdec.c
libshine.c
libspeexdec.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
libspeexenc.c
libsvtav1.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
libtheoraenc.c
libtheoraenc: Add encoding speed level option
2025-07-22 01:35:01 +02:00
libtwolame.c
libuavs3d.c
avutil: remove deprecated FF_API_FRAME_PKT
2025-03-28 14:33:08 -03:00
libvo-amrwbenc.c
libvorbisdec.c
avcodec/libvorbisdec: avoid overflow when assinging sample rate from long to int
2025-08-19 17:56:44 +02:00
libvorbisenc.c
libvpx.h
libavcodec/libvpxenc: move libvpx-vp9 init_static_data function to the only place it's used
2023-03-01 19:07:08 -03:00
libvpxdec.c
libvpxenc.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
libvvenc.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
libwebpenc.c
libwebpenc_animencoder.c
libwebpenc_common.c
libwebpenc_common.h
libx264.c
avcodec/libx264: Remove unnecessary include
2025-06-12 23:07:13 +08:00
libx265.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
libxavs.c
libxavs2.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
libxevd.c
libxeve.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
libxvid.c
libzvbi-teletextdec.c
avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
2025-05-17 21:27:29 +02:00
ljpegenc.c
loco.c
log2_tab.c
avutil: Duplicate ff_log2_tab instead of sharing it across libs
2012-10-12 20:39:17 +02:00
lossless_audiodsp.c
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lossless_videoencdsp.c
lossless_videoencdsp.h
lpc.c
avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters
2025-06-23 17:11:09 +10:00
lpc.h
lpc_functions.h
avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters
2025-06-23 17:11:09 +10:00
lscrdec.c
avcodec: Mark init and close functions as av_cold
2025-03-17 04:33:11 +01:00
lsp.c
avcodec/lsp: Make ff_acelp_lsp2lpc() static
2025-04-09 13:52:29 +02:00
lsp.h
avcodec/lsp: Make ff_acelp_lsp2lpc() static
2025-04-09 13:52:29 +02:00
lzf.c
avcode: Use av_fast_realloc() in ff_lzf_uncompress()
2025-08-19 17:56:52 +02:00
lzf.h
avcode: Use av_fast_realloc() in ff_lzf_uncompress()
2025-08-19 17:56:52 +02:00
lzw.c
lzw.h
lzwenc.c
m101.c
mace.c
magicyuv.c
avcodec/magicyuv: Simplify check for RGB
2025-04-25 23:01:38 +02:00
magicyuvenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
Makefile
avcodec/Makefile: add missing dependency for prores raw decoder (again)
2025-08-14 21:08:15 +02:00
mathops.h
configure: Factor mpegvideoencdsp out of mpegvideoenc
2025-06-21 22:08:52 +02:00
mathtables.c
configure: Factor mpegvideoencdsp out of mpegvideoenc
2025-06-21 22:08:52 +02:00
mdec.c
avcodec/mdec: Don't update cache unnecessarily
2025-03-16 04:24:32 +01:00
me_cmp.c
avcodec/mpegvideo: Add missing headers
2025-07-03 20:35:31 +02:00
me_cmp.h
configure: Factor mpegvideoencdsp out of mpegvideoenc
2025-06-21 22:08:52 +02:00
mediacodec.c
mediacodec.h
avcodec/mediacodec: link to related documentation
2022-10-17 09:55:19 +02:00
mediacodec_surface.c
mediacodec_surface.h
mediacodec_sw_buffer.c
mediacodec_sw_buffer.h
mediacodec_wrapper.c
mediacodec_wrapper.h
mediacodecdec.c
avcodec/mediacodecdec: replace memset with direct zero init
2025-06-16 10:53:09 +08:00
mediacodecdec_common.c
avcodec/mediacodecdec: Reset optional fields when parse format
2025-04-11 17:26:15 +08:00
mediacodecdec_common.h
mediacodecenc.c
avcodec/mediacodecenc: Fix typo in VP9 option description
2025-06-16 10:55:59 +08:00
metasound.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
metasound_data.h
metasound_twinvq_data.h
mf_utils.c
mf_utils.h
avcodec/mfenc: add support for D3D11 input surfaces
2025-07-31 21:07:51 +00:00
mfenc.c
avcodec/mfenc: remove unused variables
2025-08-01 20:49:57 +02:00
microdvddec.c
avcodec: Mark init and close functions as av_cold
2025-03-17 04:33:11 +01:00
midivid.c
mimic.c
misc4.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
misc4_parser.c
mjpeg.h
Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'
2015-03-31 01:11:02 +02:00
mjpeg_parser.c
mjpegbdec.c
mjpegdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mjpegdec.h
mjpegdec_common.c
mjpegenc.c
avcodec/mjpegenc: Don't allocate unnecessarily much memory
2025-03-27 13:41:06 +01:00
mjpegenc.h
mjpegenc_common.c
avcodec/mjpegenc_common: Use av_unreachable() instead of av_assert0(0)
2025-05-21 12:02:52 +02:00
mjpegenc_common.h
mjpegenc_huffman.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mjpegenc_huffman.h
avcodec/mjpegenc_huffman: Make ff_mjpegenc_huffman_compute_bits() static
2025-04-09 13:52:29 +02:00
mlp.c
mlp.h
avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT
2024-03-07 08:53:30 -03:00
mlp_parse.c
mlp_parse.h
avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout
2023-10-20 17:07:22 +02:00
mlp_parser.c
mlpdec.c
mlpdsp.c
mlpdsp.h
mlp: move pack_output pointer to decoder context
2023-12-21 22:42:34 +02:00
mlpenc.c
mlz.c
mlz.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mmaldec.c
mmvideo.c
avcodec/mmvideo: fix palette index
2025-05-09 22:26:51 +02:00
mobiclip.c
motion_est.c
avcodec/motion_est: Remove double protection from init_ref()
2025-08-06 03:27:01 +00:00
motion_est.h
avcodec/mpegvideo: Move unrestricted_mv to MotionEstContext
2025-07-03 20:34:51 +02:00
motion_est_template.c
motionpixels.c
avcodec/motionpixels: Avoid av_unused
2025-04-13 22:47:26 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
movtextdec.c
avcodec: Mark init and close functions as av_cold
2025-03-17 04:33:11 +01:00
movtextenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mpc.c
mpc.h
mpc7.c
mpc7data.h
avcodec/mpc7: Apply offsets when creating VLCs
2020-12-08 17:51:45 +01:00
mpc8.c
avcodec/mpc8: init avctx->sample_rate
2025-08-06 21:04:56 +00:00
mpc8data.h
mpc8huff.h
mpcdata.h
Merge remote-tracking branch 'qatar/master'
2012-03-12 04:35:06 +01:00
mpeg4audio.c
avcodec/aacdec: add support for channel configuration 14
2022-11-03 19:39:52 -03:00
mpeg4audio.h
mpeg4audio_copy_pce.h
mpeg4audio_sample_rates.c
mpeg4audio_sample_rates.h
avcodec/aacenc: Remove always-false check
2025-04-13 22:49:21 +02:00
mpeg4data.h
mpeg4video.c
avcodec/mpegvideo: Only use a single ac_val pointer
2025-06-21 22:08:52 +02:00
mpeg4video.h
avcodec/mpeg4video: Move ff_mpeg4_pred_dc() to decoder
2025-06-21 22:08:52 +02:00
mpeg4video_parser.c
avcodec/h263dec: Add H263DecContext
2025-07-03 20:35:23 +02:00
mpeg4videodata.h
avcodec/mpeg4video: Nuke ff_mpeg4_init_rl_intra()
2025-05-26 04:22:11 +02:00
mpeg4videodec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mpeg4videodec.h
avcodec/h263dec: Use function ptr for decode_picture_header
2025-07-03 20:35:31 +02:00
mpeg4videodefs.h
mpeg4videodsp.c
mpeg4videodsp.h
mpeg4videoenc.c
avcodec/mpegvideo: Move partitioned_frame to {H263Dec,MPVEnc}Context
2025-07-03 20:35:32 +02:00
mpeg4videoenc.h
avcodec/mpegvideo_enc: Reduce stack usage
2025-05-26 04:02:58 +02:00
mpeg12.c
avcodec/mpeg12dec: Don't store block_last_index unnecessarily
2025-06-21 22:08:51 +02:00
mpeg12.h
mpeg12codecs.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c
avcodec/get_bits: Add get_bits_bytesize()
2025-07-11 15:13:21 +02:00
mpeg12dec.h
mpeg12enc.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
mpeg12enc.h
mpeg12framerate.c
mpeg12vlc.h
mpeg_er.c
avcodec/mpeg_er: Allow to skip setting partitioned_frame, p[pb]_time
2025-07-03 20:35:31 +02:00
mpeg_er.h
avcodec/mpeg_er: Allow to skip setting partitioned_frame, p[pb]_time
2025-07-03 20:35:31 +02:00
mpegaudio.c
Remove explicit filename from Doxygen @file commands.
2010-04-20 14:45:34 +00:00
mpegaudio.h
Factorize CHECK/SUINT code
2017-02-21 00:40:20 +01:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_common.c
mpegaudiodec_common_tablegen.c
mpegaudiodec_common_tablegen.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
mpegaudioenc.c
avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_*
2025-04-13 22:49:21 +02:00
mpegaudiotab.h
mpegaudiotabs.c
mpegaudiotabs.h
mpegpicture.c
mpegpicture.h
mpegutils.c
avcodec/mpegutils: Don't output wrong mb skip values
2024-06-20 18:58:38 +02:00
mpegutils.h
mpegvideo.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
mpegvideo.h
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
mpegvideo_dec.c
avcodec/mpegvideo_dec: Fix lowres=3 field select interlaced mpeg4 frame
2025-08-01 01:41:26 +02:00
mpegvideo_enc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
mpegvideo_motion.c
avcodec/mpegvideo_{dec,motion}: Mark unreachable code as unreachable
2025-05-21 12:02:52 +02:00
mpegvideo_parser.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
mpegvideo_unquantize.c
avcodec/mpegvideo: Only keep the actually used unquantize funcs
2025-03-26 04:17:00 +01:00
mpegvideo_unquantize.h
avcodec/mpegvideo: Only keep the actually used unquantize funcs
2025-03-26 04:17:00 +01:00
mpegvideodata.c
mpegvideodata.h
mpegvideodec.h
avcodec/h263dec: Stop using MpegEncContext.gb
2025-07-03 20:35:31 +02:00
mpegvideoenc.h
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
mpegvideoencdsp.c
configure: Factor mpegvideoencdsp out of mpegvideoenc
2025-06-21 22:08:52 +02:00
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
mscc.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
msgsmdec.c
Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'
2016-06-29 11:35:10 +02:00
msgsmdec.h
msmpeg4.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
msmpeg4.h
avcodec/msmpeg4.h: Move decoder-only parts to a new header
2022-02-13 19:35:58 +01:00
msmpeg4_vc1_data.c
msmpeg4_vc1_data.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
msmpeg4dec.h
avcodec/h263dec: Use function ptr for decode_picture_header
2025-07-03 20:35:31 +02:00
msmpeg4enc.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
msmpeg4enc.h
msp2dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
msrle.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
msrledec.c
avcodec/msrledec: implement vertical offset in 4-bit RLE
2016-11-29 10:57:49 +01:00
msrledec.h
msrleenc.c
mss1.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
mss2.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
mss2dsp.c
avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
2025-06-22 17:50:26 -03:00
mss2dsp.h
mss3.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
msvideo1enc.c
mv30.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
mvcdec.c
mvha.c
mwsc.c
mxpegdec.c
avcodec/m[jx]pegdec: Simplify freeing frame
2025-04-09 13:52:29 +02:00
nellymoser.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
nellymoser.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
nellymoserdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
nellymoserenc.c
notchlc.c
avcode: Use av_fast_realloc() in ff_lzf_uncompress()
2025-08-19 17:56:52 +02:00
null.c
nuv.c
nvdec.c
avcodec/nvdec: switch to proper pixfmts on next major bump
2025-07-11 17:49:58 +02:00
nvdec.h
nvdec_av1.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_h264.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_hevc.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_mjpeg.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_mpeg4.c
avcodec/mpegvideo: Move fields only used by H.263 decoders to H263DecCtx
2025-07-03 20:35:31 +02:00
nvdec_mpeg12.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_vc1.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
nvdec_vp8.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvdec_vp9.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
nvenc.c
avcodec/nvenc: add support for new 10 bit MSB pixel formats
2025-07-11 17:49:58 +02:00
nvenc.h
avcodec/nvenc: add MV-HEVC encoding support
2025-07-01 22:47:47 +02:00
nvenc_av1.c
avcodec/nvenc: unify CBR filler data insertion for all codecs
2025-04-01 19:13:38 +02:00
nvenc_h264.c
avcodec/nvenc: unify CBR filler data insertion for all codecs
2025-04-01 19:13:38 +02:00
nvenc_hevc.c
avcodec/nvenc: add MV-HEVC encoding support
2025-07-01 22:47:47 +02:00
ohcodec.c
avcodec/ohenc: Add h264/hevc OpenHarmony encoders
2025-07-18 14:45:13 +08:00
ohcodec.h
avcodec/ohenc: Add h264/hevc OpenHarmony encoders
2025-07-18 14:45:13 +08:00
ohdec.c
avcodec/ohdec: Add h264/hevc OpenHarmony decoders
2025-07-18 14:45:13 +08:00
ohenc.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
omx.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
on2avc.c
on2avcdata.c
avcodec/on2avcdata: Combine tables for codebooks
2020-12-08 17:51:44 +01:00
on2avcdata.h
avcodec/on2avcdata: Combine tables for codebooks
2020-12-08 17:51:44 +01:00
options.c
options_table.h
avformat/options_table: supress implicit conversion warnings
2025-07-25 21:10:13 +02:00
osq.c
avcodec/osq: Request a coding mode 2 sample
2025-06-23 14:28:56 +02:00
packet.c
avcodec: add AV_PKT_DATA_RTCP_SR side data type
2025-07-07 16:33:48 +02:00
packet.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
packet_internal.h
paf.h
PAF demuxer and decoder
2012-07-05 02:54:34 +00:00
pafaudio.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
pafvideo.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
pamenc.c
parser.c
avcodec/parser: ensure input padding is zeroed
2024-08-05 23:17:46 +02:00
parser.h
parsers.c
lavc: add a ProRes RAW parser
2025-08-08 01:06:11 +09:00
pcm-bluray.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
pcm-blurayenc.c
pcm-dvd.c
pcm-dvdenc.c
avcodec/pcm-dvdenc: Mark unreachable default cases as unreachable
2025-05-21 12:01:30 +02:00
pcm.c
avcodec/pcm: Use av_unreachable() for unreachable code
2025-05-26 03:38:37 +02:00
pcm_tablegen.c
pcm_tablegen.h
pcx.c
pcxenc.c
pdvdec.c
pel_template.c
pgssubdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
pgxdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
photocd.c
avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only
2024-05-19 11:40:55 +02:00
pictordec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
pixblockdsp.c
avcodec/pixblockdsp: Pass bits_per_raw_sample directly
2025-05-31 01:27:09 +02:00
pixblockdsp.h
avcodec/asvenc,dvenc: Optimize unaligned checks away if possible
2025-05-31 01:28:51 +02:00
pixels.h
Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'
2014-03-22 22:53:33 +01:00
pixlet.c
png.c
png.h
avcodec/pngenc: Use ff_deflate_init/end() wrappers
2022-03-19 00:18:36 +01:00
png_parser.c
pngdec.c
pngdsp.c
avcodec/pngdsp: Fix unaligned accesses, effective type violations
2024-04-02 00:21:58 +02:00
pngdsp.h
Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'
2015-09-12 15:16:57 +02:00
pngenc.c
avcodec/pngenc: set default prediction method to PAETH
2025-04-10 03:01:33 +02:00
pnm.c
pnm.h
pnm_parser.c
pnmdec.c
pnmenc.c
avutil/libm: Only include intfloat.h when needed
2025-03-22 03:35:28 +01:00
profiles.c
lavc: add codec ID and profiles for ProRes RAW
2025-08-08 01:06:11 +09:00
profiles.h
lavc: add codec ID and profiles for ProRes RAW
2025-08-08 01:06:11 +09:00
progressframe.h
avcodec/decode: Only use ff_progress_frame_get_buffer() with blank input
2025-04-14 10:15:08 +02:00
prores_raw.c
avcodec/prores_raw: Fix heap buffer overflow
2025-08-19 17:56:48 +02:00
prores_raw.h
lavc: add a ProRes RAW decoder
2025-08-08 18:29:41 +09:00
prores_raw_parser.c
lavc: add a ProRes RAW parser
2025-08-08 01:06:11 +09:00
proresdata.c
proresdata.h
proresdec.c
avcodec/proresdec: Remove grayscale hack
2025-08-02 06:11:39 +00:00
proresdec.h
proresdsp.c
proresdsp: add idct_put_bayer
2025-08-08 18:29:40 +09:00
proresdsp.h
proresdsp: add idct_put_bayer
2025-08-08 18:29:40 +09:00
proresenc_anatoliy.c
avcodec/proresenc_anatoliy: Remove support for grayscale flag
2025-08-02 06:11:39 +00:00
proresenc_kostya.c
prosumer.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
psd.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
psymodel.c
avcodec/iirfilter: Remove iirfilter, psy-preprocessing
2025-06-06 17:21:31 +02:00
psymodel.h
pthread.c
pthread_frame.c
avcodec: remove deprecated FF_API_TICKS_PER_FRAME
2025-03-28 14:33:07 -03:00
pthread_internal.h
pthread_slice.c
ptx.c
put_bits.h
avcodec/put_bits: Allow to mark places where PutBitContext is flushed
2025-05-21 12:02:25 +02:00
put_golomb.h
avcodec/put_bits: Add and use put_bits63()
2025-03-11 04:37:21 +01:00
qcelpdata.h
qcelpdec.c
avcodec/qcelpdec: set missing sample rate
2025-08-05 03:27:54 +02:00
qdm2.c
avcodec/qdm2: Use explicit overread checks instead of implicit ones
2025-03-17 03:26:07 +01:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
avcodec/qdm2: Initialize array of VLCs in a loop
2020-12-08 17:51:46 +01:00
qdmc.c
avcodec/vlc: Use proper namespace
2023-09-11 00:27:45 +02:00
qdrw.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
qoadec.c
qoi.h
qoi_parser.c
qoidec.c
qoienc.c
qpeg.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
qpel_template.c
qpeldsp.c
avcodec/qpeldsp: copy less for the mc0x cases
2022-07-12 21:55:22 +02:00
qpeldsp.h
qsv.c
lavc/refstruct: move to lavu and make public
2024-12-15 14:03:47 +01:00
qsv.h
qsv: restrict OPAQUE memory to MFX_VERSION < 2.0
2022-08-12 10:43:39 +08:00
qsv_api.c
Merge commit '0fbb271318899a0fb1fbcbb3db8292e909b91e23'
2015-02-19 21:12:33 +01:00
qsv_internal.h
qsvdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
qsvenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
qsvenc.h
lavc/qsvenc: Remove duplicate include header file
2024-09-04 12:14:58 +08:00
qsvenc_av1.c
qsvenc_h264.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
qsvenc_hevc.c
qsvenc_jpeg.c
qsvenc_mpeg2.c
qsvenc_vp9.c
qtrle.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
qtrleenc.c
r210dec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
r210enc.c
ra144.c
ra144.h
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
2021-01-01 14:14:57 +01:00
ra144dec.c
ra144enc.c
ra288.c
avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters
2025-06-23 17:11:09 +10:00
ra288.h
ralf.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
ralfdata.h
Reinstate proper FFmpeg license for all files.
2013-08-30 15:47:38 +00:00
rangecoder.c
rangecoder.h
rasc.c
ratecontrol.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
ratecontrol.h
raw.c
avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
2025-03-28 14:33:31 -03:00
raw.h
avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
2025-03-28 14:33:31 -03:00
raw_pix_fmt_tags.h
avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
2025-03-28 14:33:31 -03:00
rawdec.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
rawenc.c
lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders
2023-01-29 09:22:57 +01:00
realtextdec.c
rectangle.h
reverse.c
avutil: add ff_reverse as av_reverse replacement
2015-08-12 00:14:14 +02:00
rka.c
rkmppdec.c
avcodec/amfdec,rkmppdec: Use correct extradata with BSFs
2025-06-17 00:35:13 +02:00
rl.c
rl.h
avcodec/rl: Avoid branch in index lookup
2025-07-03 20:34:51 +02:00
rl2.c
rle.c
rle.h
Merge commit 'eeb6849cedac099d41feb482da581f4059c63ca7'
2016-11-14 12:03:00 +01:00
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
rpza.c
rpzaenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
rscc.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
rtjpeg.c
rtjpeg.h
rtv1.c
rv10.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
rv10dec.h
avcodec/h263dec: Add H263DecContext
2025-07-03 20:35:23 +02:00
rv10enc.c
avcodec/mpegvideo encs: Add put_bits_assume_flushed() to encode_header
2025-05-21 12:02:52 +02:00
rv10enc.h
rv20enc.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
rv30.c
avcodec/rv34: Don't use MpegEncContext.gb
2025-07-03 20:34:51 +02:00
rv30data.h
Various small spelling fixes.
2014-04-22 20:44:31 +02:00
rv30dsp.c
Remove/replace some unnecessary avcodec.h inclusions
2021-07-22 15:29:46 +02:00
rv34.c
avcodec/rv34: Fix spelling mistake
2025-07-03 20:35:32 +02:00
rv34.h
avcodec/mpegvideo: Move mb_skip_run to {RV34Dec,MPVEnc}Context
2025-07-03 20:35:31 +02:00
rv34_parser.c
rv34data.h
avcodec/rv34data: Remove rv34_dquant_tab
2021-02-24 09:52:40 +01:00
rv34dsp.c
rv34dsp.h
lavc/rv40dsp: R-V V chroma_mc
2024-05-03 18:00:53 +03:00
rv34vlc.h
rv40.c
avcodec/mpegvideo: Move mb_skip_run to {RV34Dec,MPVEnc}Context
2025-07-03 20:35:31 +02:00
rv40data.h
rv40dsp.c
lavc/rv40dsp: R-V V chroma_mc
2024-05-03 18:00:53 +03:00
rv40vlc2.h
rv60data.h
rv60dec.c
avcodec/rv60dec: clear pu_info
2025-08-19 17:56:49 +02:00
rv60dsp.c
rv60dsp.h
rv60vlcs.h
s302m.c
s302menc.c
samidec.c
sanm.c
avcodec/sanm: fix issues with FTCH offset hack
2025-08-22 01:07:20 +02:00
sbc.c
Remove/replace some unnecessary avcodec.h inclusions
2021-07-22 15:29:46 +02:00
sbc.h
Remove/replace some unnecessary avcodec.h inclusions
2021-07-22 15:29:46 +02:00
sbc_parser.c
sbcdec.c
avcodec: Mark init and close functions as av_cold
2025-03-17 04:33:11 +01:00
sbcdec_data.h
sbcdsp.c
avcodec/sbcdsp_data: Make data static
2025-04-02 09:25:46 +02:00
sbcdsp.h
avcodec/sbcdsp_data: Make data static
2025-04-02 09:25:46 +02:00
sbcdsp_data.h
avcodec/sbcdsp_data: Make data static
2025-04-02 09:25:46 +02:00
sbcenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
sbr.h
aacdec_usac, aacsbr: implement SBR support for USAC
2024-06-23 09:10:15 +02:00
sbrdsp.c
avcodec/sbrdsp: Remove unnecessary headers
2022-08-05 03:28:45 +02:00
sbrdsp.h
sbrdsp_fixed.c
sbrdsp_template.c
scpr.c
scpr.h
scpr3.c
avcodec/scpr3: Clear clr
2025-08-19 17:56:42 +02:00
scpr3.h
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
2022-02-24 12:56:49 +01:00
screenpresso.c
sei.h
sga.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
sgi.h
sgidec.c
sgienc.c
sgirledec.c
sheervideo.c
sheervideodata.h
shorten.c
avcodec/shorten: Clear the additionally allocated space on realloc
2025-07-28 17:41:38 +02:00
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
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
sipr.h
sipr16k.c
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
sipr16kdata.h
sipr_parser.c
siprdata.h
siren.c
smacker.c
avcodec/smacker: cleanup on bet buffer failure
2025-07-20 01:05:24 +02:00
smc.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
smcenc.c
avcodec: Mark init and close functions as av_cold
2025-03-17 04:33:11 +01:00
smpte_436m.c
lavc: add API for manipulating SMPTE-436M VBI/ANC data
2025-08-08 03:04:42 -07:00
smpte_436m.h
lavc: add API for manipulating SMPTE-436M VBI/ANC data
2025-08-08 03:04:42 -07:00
smpte_436m_internal.h
lavc: add API for manipulating SMPTE-436M VBI/ANC data
2025-08-08 03:04:42 -07:00
snappy.c
snappy.h
avcodec/snappy: refactor so ff_snappy_uncompress uses an existing buffer
2015-07-16 20:41:07 +02:00
snow.c
snow.h
avcodec/snow: Don't add to NULL
2025-03-20 07:10:17 +01:00
snow_dwt.c
all: fix whitespace/new-line issues
2025-08-03 13:48:47 +02:00
snow_dwt.h
avcodec/mpegvideoenc: Add MPVEncContext
2025-03-26 04:08:33 +01:00
snowdata.h
avcodec/snow: Hardcode table to save space
2021-05-02 05:14:42 +02:00
snowdec.c
snowenc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
sonic.c
avcodec/sonic: move code closer to use to avoid unused warnings
2025-07-19 00:36:25 +02:00
sp5x.h
sp5xdec.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
speedhq.c
speedhq.h
speedhqdec.c
speedhqenc.c
avcodec/mpegvideo: Add missing headers
2025-07-03 20:35:31 +02:00
speedhqenc.h
speexdata.h
avcodec: add native Speex decoder
2021-10-10 17:44:41 +02:00
speexdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
srtdec.c
srtenc.c
avcodec/srtenc: don't produce SRT files with mixed line endings
2025-08-03 17:27:35 +00:00
startcode.c
startcode.h
subviewerdec.c
sunrast.c
avcodec/sunrast: fix leak in sunrast_decode_frame()
2025-07-03 23:05:14 +02:00
sunrast.h
sunrastenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
svq1.c
svq1.h
avcodec/svq1: Set hidden visibility
2022-10-14 16:14:24 +02:00
svq1_cb.h
svq1_vlc.h
svq1dec.c
svq1enc.c
avcodec/mpegvideo: Move unrestricted_mv to MotionEstContext
2025-07-03 20:34:51 +02:00
svq1enc_cb.h
Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'
2012-10-11 14:03:12 +02:00
svq1encdsp.h
svq3.c
avcodec/svq3: Improve returning last picture
2025-05-21 03:10:52 +02:00
synth_filter.c
synth_filter.h
tableprint.h
avcodec/tableprint: Don't include mem_internal.h
2021-01-22 19:09:57 +01:00
tableprint_vlc.h
tak.c
tak.h
tak_parser.c
takdec.c
avcodec/takdec: Check remaining space for first predictors
2025-05-15 03:03:57 +02:00
takdsp.c
takdsp.h
targa.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
targa.h
targa_y216dec.c
targaenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
tdsc.c
avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly
2025-04-25 12:31:54 +02:00
textdec.c
texturedsp.c
lavc/texturedsp: fix premult2straight inversion
2024-02-08 20:36:04 +01:00
texturedsp.h
texturedsp_template.c
texturedspenc.c
thread.h
threadframe.h
threadprogress.c
threadprogress.h
tiertexseqv.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
tiff.c
avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly
2025-04-25 12:31:54 +02:00
tiff.h
tiff_common.c
tiff_common.h
tiff_data.h
tiffenc.c
timecode_internal.c
tmv.c
avcodec: use the getters for xGA font data arrays
2025-07-22 09:47:18 -03:00
to_upper4.c
to_upper4.h
avcodec/utils: Unavpriv avpriv_toupper4()
2022-01-04 13:16:50 +01:00
tpeldsp.c
tpeldsp.h
Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'
2014-03-22 23:26:23 +01:00
truemotion1.c
truemotion1data.h
truemotion2.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
truemotion2rt.c
truespeech.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
truespeech_data.h
tscc.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
tscc2.c
tscc2data.h
tta.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
ttadata.c
ttadata.h
ttadsp.c
avcodec/tta: fix minor code style issues
2023-08-16 21:36:40 +02:00
ttadsp.h
ttaenc.c
ttaencdsp.c
ttaencdsp.h
ttmlenc.c
ttmlenc.h
avcodec/ttmlenc: Use string literal macro for default namespacing
2022-07-31 04:57:23 +02:00
twinvq.c
twinvq.h
twinvq_data.h
avcodec/twinvq, metasound_data: Deduplicate lsp tables
2021-01-08 05:05:10 +01:00
twinvqdec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
txd.c
ulti.c
ulti_cb.h
Globally rename the header inclusion guard names.
2008-08-31 07:39:47 +00:00
unary.h
utils.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
utvideo.h
utvideodec.c
avcodec/utvideodec: Clear plane_start array
2025-08-19 17:56:48 +02:00
utvideodsp.c
utvideodsp.h
utvideoenc.c
avcodec/utvideoenc: Remove always-false pixel format check
2025-05-21 12:02:10 +02:00
v4l2_buffers.c
v4l2_buffers.h
v4l2_context.c
v4l2_context.h
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
v4l2_fmt.c
v4l2_fmt.h
v4l2_m2m.c
lavc/refstruct: move to lavu and make public
2024-12-15 14:03:47 +01:00
v4l2_m2m.h
v4l2_m2m_dec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
v4l2_m2m_enc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
v210_template.c
v210dec.c
v210dec.h
v210dec_init.h
v210enc.c
v210enc.h
v210enc_init.h
v210x.c
v308dec.c
avcodec: deprecate v308 de/encoder
2024-10-12 11:21:14 -03:00
v308enc.c
v408dec.c
v408enc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
v410dec.c
avcodec: deprecate v410 de/encoder
2024-10-12 11:21:14 -03:00
v410enc.c
vaapi_av1.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
vaapi_decode.c
vaapi_decode.h
vaapi_encode.c
vaapi_encode.h
vaapi_encode_av1.c
lavc/vaapi_encode_av1: Fix ref_order_hint value for second slot
2025-08-08 13:14:07 +00:00
vaapi_encode_h264.c
vaapi_encode_h265.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vaapi_encode_mjpeg.c
vaapi_encode_mpeg2.c
vaapi_encode_vp8.c
vaapi_encode_vp9.c
vaapi_h264.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
vaapi_hevc.c
vaapi_hevc.h
vaapi_mjpeg.c
vaapi_mpeg2.c
vaapi_mpeg4.c
avcodec/mpegvideo: Move fields to {H263Dec,MPVEnc}Context when possible
2025-07-03 20:35:31 +02:00
vaapi_vc1.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
vaapi_vp8.c
vaapi_vp9.c
vaapi_vvc.c
vb.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
vble.c
vbn.h
vbndec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vbnenc.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
vc1.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
vc1.h
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
vc1_block.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
vc1_common.h
vc1_loopfilter.c
avcodec/vc1: Only keep mb_type[0]
2025-06-21 22:08:52 +02:00
vc1_mc.c
avcodec/vc1: Only keep mb_type[0]
2025-06-21 22:08:52 +02:00
vc1_parser.c
avcodec/vc1_parser: Check init_get_bits8()
2024-05-19 11:49:33 +02:00
vc1_pred.c
avcodec/vc1: Stop using MpegEncContext.gb
2025-07-03 20:34:51 +02:00
vc1_pred.h
vc1_vlc_data.h
vc1acdata.h
Merge remote-tracking branch 'qatar/master'
2012-03-08 02:51:45 +01:00
vc1data.c
avcodec/vc1: Avoid superfluous VLC structures
2023-10-31 20:47:00 +01:00
vc1data.h
vc1dec.c
avcodec/vc1: Don't use MpegEncContext.block
2025-07-03 20:34:51 +02:00
vc1dsp.c
vc1dsp.h
avcodec/vc1dsp: Fix vc1op_pixels_func semantics
2025-06-02 13:43:10 +02:00
vc2enc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vc2enc_dwt.c
vc2enc_dwt.h
vc2enc_dwt: pad the temporary buffer by the slice size
2017-11-09 00:05:48 +00:00
vcr1.c
vdpau.c
avcodec/vdpau: Only include mpegvideodec.h when used
2025-04-03 06:04:57 +02:00
vdpau.h
avcodec: remove deprecated FF_API_VDPAU_ALLOC_GET_SET
2025-03-28 14:33:07 -03:00
vdpau_av1.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
vdpau_h264.c
vdpau_hevc.c
FFHWAccel: add buffer_ref argument to start_frame
2025-03-17 08:51:23 +01:00
vdpau_internal.h
vdpau_mpeg4.c
avcodec/h263dec: Add H263DecContext
2025-07-03 20:35:23 +02:00
vdpau_mpeg12.c
vdpau_vc1.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
vdpau_vp9.c
version.c
avcodec: add AV_CODEC_ID_IVTV_VBI
2025-02-09 20:27:49 -06:00
version.h
Bump versions for release/8.0
2025-08-09 17:30:39 +02:00
version_major.h
avcodec/nvdec: switch to proper pixfmts on next major bump
2025-07-11 17:49:58 +02:00
videodsp.c
videodsp.h
videodsp_template.c
videotoolbox.c
avutil/frame: Port AVFrame.private_ref to RefStruct API
2025-03-28 14:33:08 -03:00
videotoolbox.h
videotoolbox_av1.c
videotoolbox_vp9.c
libavcodec/videotoolbox_vp9: Move av_malloc() to avoid memory leak
2025-08-07 03:07:43 +02:00
videotoolboxenc.c
videotoolboxenc: Add an iOS version condition for VTCopySupportedPropertyDictionaryForEncoder
2025-04-01 18:28:29 +03:00
vima.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
vlc.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vlc.h
vmdaudio.c
vmdvideo.c
vmixdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_data.h
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
Revert "ogg/vorbis: implement header packet skip in chained ogg bitstreams."
2025-05-31 03:18:26 +02:00
vorbis_parser_internal.h
vorbisdec.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vorbisdsp.c
lavc/vorbisdsp: RISC-V V inverse_coupling
2022-09-27 13:19:52 +02:00
vorbisdsp.h
vorbisenc.c
avcodec/vorbisenc: fix leak if av_mallocz failed
2025-06-28 23:54:39 +02:00
vp3.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vp3_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
vp3data.h
vp3dsp.c
vp3dsp.h
vp4data.h
vp5.c
vp5data.h
vp6.c
avcodec/vp6: Forward error codes
2025-04-25 23:01:37 +02:00
vp6data.h
vp6dsp.c
vp8.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
vp8.h
vp8_parser.c
vp8data.c
avcodec/vp8: Export vp8_token_update_probs variable
2023-11-15 10:29:03 -05:00
vp8data.h
vp8dsp.c
lavc/vp7dsp: add R-V V vp7_luma_dc_wht
2024-05-29 16:57:02 +03:00
vp8dsp.h
vp9.c
avcodec/vp9: fix leaked cbs fragment AVBufferRef
2025-08-10 21:05:43 -04:00
vp9.h
vp9: split out generic decoding skeleton interface API from VP9 types.
2017-03-28 18:04:27 -04:00
vp9_mc_template.c
vp9_parser.c
vp9block.c
vp9data.c
vp9data.h
vp9dec.h
lavc/vp9dec: use cbs_vp9 to parse the frame header
2025-08-08 18:29:39 +09:00
vp9dsp.c
vp9dsp.h
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c
vp9lpf.c
vp9mvs.c
avcodec/vp9mvs: fix misaligned access when clearing VP9mv
2024-08-07 00:59:18 +02:00
vp9prob.c
vp9recon.c
vp9: recon: Use emulated edge to prevent buffer overflows
2025-01-03 17:53:49 -05:00
vp9shared.h
lavc/vp9dec: use cbs_vp9 to parse the frame header
2025-08-08 18:29:39 +09:00
vp56.c
vp56.h
avcodec/vp6: Don't initialize unused VLC tables
2025-04-25 23:01:37 +02:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'
2017-03-19 17:15:24 -03:00
vp89_rac.h
avcodec/vp56: Move VP5-9 range coder functions to a header of their own
2022-07-28 03:49:54 +02:00
vpx_rac.c
vpx_rac.h
vqavideo.c
avcodec/vqavideo; Check bytestream2_get_buffer() reading next_codebook_buffer
2025-08-03 13:19:25 +00:00
vqcdec.c
vt_internal.h
vulkan.c
vulkan_av1.c
vulkan: temporarily disable threading for ASIC-based hwaccels
2025-08-09 15:07:56 +09:00
vulkan_decode.c
vulkan_decode: add ifdefs around VP9 definitions and privatize profile struct
2025-08-08 15:07:33 +00:00
vulkan_decode.h
vulkan_decode: add ifdefs around VP9 definitions and privatize profile struct
2025-08-08 15:07:33 +00:00
vulkan_encode.c
vulkan_encode: Remove unneeded VkImageUsageFlags
2025-08-08 09:32:06 +00:00
vulkan_encode.h
vulkan_encode_av1.c
avcodec/vulkan_encode_av1: use CODEC_PIXFMTS to define pix_fmts
2025-08-22 04:42:30 +09:00
vulkan_encode_h264.c
vulkan_encode_h264/5: Fix uninitialized return value in write_extra_headers
2025-08-05 23:52:15 +09:00
vulkan_encode_h265.c
vulkan_encode_h264/5: Fix uninitialized return value in write_extra_headers
2025-08-05 23:52:15 +09:00
vulkan_ffv1.c
vulkan/ffv1dec: fix FFVkSPIRVCompiler leak
2025-06-11 13:30:07 +09:00
vulkan_glslang.c
vulkan_h264.c
vulkan: temporarily disable threading for ASIC-based hwaccels
2025-08-09 15:07:56 +09:00
vulkan_hevc.c
vulkan: temporarily disable threading for ASIC-based hwaccels
2025-08-09 15:07:56 +09:00
vulkan_prores_raw.c
lavc: add a ProRes RAW Vulkan hwaccel
2025-08-08 18:29:41 +09:00
vulkan_shaderc.c
vulkan_video.c
lavc: add an av1_vulkan encoder
2025-08-08 18:29:40 +09:00
vulkan_video.h
lavc: add an av1_vulkan encoder
2025-08-08 18:29:40 +09:00
vulkan_vp9.c
vulkan_vp9: Read segment and lf data from cbs
2025-08-22 04:42:30 +09:00
vvc.h
avcodec/vvc: add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE
2025-05-17 09:22:40 +08:00
vvc_parser.c
all: fix typos found by codespell
2025-08-03 13:48:47 +02:00
wavarc.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
wavpack.c
wavpack.h
wavpackdata.c
avcodec/wavpack: Deduplicate exp and log tables
2021-01-08 05:06:11 +01:00
wavpackenc.c
wavpackenc.h
wbmpdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
wbmpenc.c
wcmv.c
avcodec: use the new AVFrame key_frame flag in all decoders and encoders
2023-05-04 18:48:22 -03:00
webp.c
avcodec/webp: Avoid loop
2025-04-25 23:01:38 +02:00
webp_parser.c
webvttdec.c
avcodec/webvttdec: strip classes
2025-08-04 09:12:17 +00:00
webvttenc.c
wma.c
avcodec/wma: Remove redundant nb_channels check
2025-07-03 20:21:55 +02:00
wma.h
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
2025-03-10 00:57:23 +01:00
wmaenc.c
avcodec/wmaenc: Use av_unreachable() instead of av_assert0(0)
2025-05-21 12:02:52 +02:00
wmalosslessdec.c
avcodec: remove deprecated FF_API_SUBFRAMES
2025-03-28 14:33:06 -03:00
wmaprodata.h
avcodec/wmaprodec: Use symbol table more efficiently
2022-09-07 00:07:45 +02:00
wmaprodec.c
avcodec/wmaprodec: Avoid branch for setting block_align
2025-07-03 20:21:55 +02:00
wmavoice.c
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
2025-03-28 14:33:08 -03:00
wmavoice_data.h
wmv2.c
avcodec/mpegvideo: Add const where appropriate
2024-06-12 11:26:51 +02:00
wmv2.h
avcodec/h263dec: Add H263DecContext
2025-07-03 20:35:23 +02:00
wmv2data.c
Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'
2016-02-24 18:15:14 +00:00
wmv2data.h
Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'
2016-02-24 18:15:14 +00:00
wmv2dec.c
avcodec/mpegvideo_dec: Avoid implicit NULL + offset
2025-07-11 15:14:36 +02:00
wmv2dec.h
avcodec/h263dec: Use function ptr for decode_picture_header
2025-07-03 20:35:31 +02:00
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
avcodec/mpegvideo: Move loop_filter to {H263Dec,MPVEnc,VC1}Context
2025-07-03 20:35:32 +02:00
wnv1.c
wrapped_avframe.c
ws-snd1.c
xan.c
xbm_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
xbmdec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c
xiph.c
xiph.h
xl.c
xma_parser.c
avcodec: Constify all the AVCodecParsers
2021-04-27 10:43:16 -03:00
xpmdec.c
xsubdec.c
avcodec/xsubdec: Check parse_timecode()
2024-07-12 22:42:14 +02:00
xsubenc.c
xvididct.c
avcodec/idctdsp: Only try to initialize xvid idct if it is used
2025-05-26 04:50:34 +02:00
xvididct.h
avcodec/idctdsp: Only try to initialize xvid idct if it is used
2025-05-26 04:50:34 +02:00
xwd.h
xwd_parser.c
xwddec.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
xwdenc.c
xxan.c
avcodec/codec_internal: Add macro to set AVCodec.long_name
2022-09-03 15:42:57 +02:00
y41pdec.c
y41penc.c
ylc.c
avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
2024-05-19 11:40:07 +02:00
yop.c
avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
2025-03-28 14:33:08 -03:00
yuv4dec.c
yuv4enc.c
zerocodec.c
all: Use av_frame_replace() where appropriate
2023-09-10 21:22:30 +02:00
zlib_wrapper.c
zlib_wrapper.h
zmbv.c
zmbvenc.c