FFmpeg/libavcodec
Janne Grunau 6cd0bdf3b0 vp9: recon: Use emulated edge to prevent buffer overflows
The arm/aarch64 horizontal filter reads one additional pixel beyond what
the filter uses. This can become an issue if the application does not
allocate larger buffers than what's required for the pixel data. If the
motion vector points to the bottom right edge of the picture this
becomes a read buffer overflow. This triggers segfaults in Firefox for
video resolutions which result in a page aligned picture size like
1280x640.
Prevent this by using emulated edge in this case.

Fixes: https://bugzilla.mozilla.org/show_bug.cgi?id=1881185
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 060464105b)
2025-01-04 07:31:08 -05:00
..
aarch64 aarch64: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter 2025-01-04 07:31:08 -05:00
alpha
arm arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter 2025-01-04 07:31:08 -05:00
avr32
bfin
mips avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe 2021-02-27 07:20:59 +01:00
neon
ppc
sh4
sparc
tests avcodec/tests/dct: Use 64bit in intermediate for error computation 2024-06-14 11:11:52 +02:00
x86 avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash 2024-05-22 17:34:48 +02:00
.gitignore
4xm.c avcodec/4xm: Check for cfrm exhaustion 2024-04-14 21:19:41 +02:00
8bps.c libavcodec/8bps: Check that line lengths fit within the buffer 2022-09-26 16:50:54 +02:00
8svx.c avcodec/8svx: Use av_assert1(0) instead of error message in unreachable code 2020-02-03 00:11:18 +01:00
012v.c avcodec/012v: Order operations for odd size handling 2023-04-15 22:38:03 +02:00
a64colors.h
a64multienc.c avcodec/a64multienc: Fix memleak upon init failure 2021-02-27 07:20:59 +01:00
a64tables.h
aac.h lavc/aacdec_template: Only warn once about unusual 7.1 encoding. 2020-04-04 23:56:51 +02:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
aac_defines.h
aac_parser.c
aaccoder.c avcodec/aaccoder: Add minimal bias in search_for_ms() 2021-10-06 14:41:41 +02:00
aaccoder_trellis.h
aaccoder_twoloop.h
aacdec.c
aacdec_fixed.c avcodec/aacdec_fixed: Limit index in vector_pow43() 2021-02-02 14:18:21 +01:00
aacdec_template.c avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_specific_config_gb() 2021-10-06 14:41:41 +02:00
aacdectab.h
aacenc.c avcodec/aacenc: Do not divide by lambda_count if it is 0 2021-10-06 14:41:41 +02:00
aacenc.h
aacenc_is.c
aacenc_is.h
aacenc_ltp.c
aacenc_ltp.h
aacenc_pred.c
aacenc_pred.h
aacenc_quantization.h
aacenc_quantization_misc.h
aacenc_tns.c
aacenc_tns.h
aacenc_utils.h
aacenctab.c
aacenctab.h
aacps.c
aacps.h
aacps_fixed.c
aacps_fixed_tablegen.c
aacps_fixed_tablegen.h
aacps_float.c
aacps_tablegen.c
aacps_tablegen.h
aacps_tablegen_template.c
aacpsdata.c
aacpsdsp.h
aacpsdsp_fixed.c
aacpsdsp_float.c
aacpsdsp_template.c
aacpsy.c avcodec/aacpsy: Check bandwidth 2021-10-06 14:41:41 +02:00
aacsbr.c
aacsbr.h
aacsbr_fixed.c
aacsbr_fixed_tablegen.h
aacsbr_tablegen.h
aacsbr_tablegen_common.h
aacsbr_template.c
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c avcodec/aasc: Fix indention 2022-09-26 16:50:45 +02:00
ac3.c
ac3.h avcodec/eac3dec: avoid float noise in fixed mode addition to overflow 2023-04-15 22:38:04 +02:00
ac3_parser.c avcodec/ac3_parser: Check init_get_bits8() for failure 2024-06-14 11:11:41 +02:00
ac3_parser.h
ac3_parser_internal.h Merge commit '50a1c66cf6' 2017-10-27 18:15:37 -03:00
ac3dec.c
ac3dec.h
ac3dec_data.c
ac3dec_data.h
ac3dec_fixed.c avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs() 2020-06-08 00:21:15 +02:00
ac3dec_float.c
ac3dsp.c
ac3dsp.h
ac3enc.c ac3enc: fix AC3 downmix metadata issue 2020-05-01 23:30:35 +02:00
ac3enc.h ac3enc: drop a global variable 2020-02-07 13:36:57 -03:00
ac3enc_fixed.c lavc: Use supported_samplerates for Dolby Digital encoders. 2020-04-04 23:12:27 +02:00
ac3enc_float.c lavc: Use supported_samplerates for Dolby Digital encoders. 2020-04-04 23:12:27 +02:00
ac3enc_opts_template.c
ac3enc_template.c avcodec/ac3enc_template: Don't free uninitialized pointers on error 2021-02-27 07:20:57 +01:00
ac3tab.c avcodec/ac3_tab: Zero-terminate ff_ac3_sample_rate_tab 2020-04-11 17:13:36 +02:00
ac3tab.h avcodec/ac3_tab: Zero-terminate ff_ac3_sample_rate_tab 2020-04-11 17:13:36 +02:00
acelp_filters.c lavc: typo fix cliping -> clipping, saftey -> safety 2015-12-11 19:10:00 -05:00
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vector() 2015-05-15 12:17:40 +02:00
acelp_vectors.h
adpcm.c avcodec/adpcm: XA: Check shift similar to filter 2020-06-07 22:01:12 +02:00
adpcm.h
adpcm_data.c avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_table 2020-05-29 19:40:36 +02:00
adpcm_data.h avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_table 2020-05-29 19:40:36 +02:00
adpcmenc.c avcodec/adpcmenc: fix formatting 2020-05-27 22:13:39 +02:00
adts_header.c
adts_header.h
adts_parser.c
adts_parser.h
adx.c
adx.h
adx_parser.c
adxdec.c avcodec/adxdec: Remove unnecessary left-shift 2020-01-21 10:01:46 +01:00
adxenc.c avcodec/adxenc: Avoid undefined left shift of negative numbers 2020-01-21 10:01:46 +01:00
agm.c avcodec/agm: Fix off by 1 error in decode_inter_plane() 2021-02-02 14:18:20 +01:00
aic.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
alac.c avcodec/alac: Check decorr_shift to avoid invalid shift 2021-02-02 14:18:20 +01:00
alac_data.c
alac_data.h
alacdsp.c avcodec/alacdsp: Make intermediates unsigned 2022-09-26 16:50:44 +02:00
alacdsp.h x86/alacdsp: add simd optimized functions 2015-10-06 20:22:00 -03:00
alacenc.c
aliaspixdec.c avcodec/aliaspixdec: Check input size against minimal picture size 2019-10-20 19:57:51 +02:00
aliaspixenc.c
allcodecs.c lavc: Lower MediaFoundation audio encoder priority. 2020-08-25 18:58:59 +02:00
alsdec.c avcodec/alsdec: The minimal block is at least 7 bits 2023-04-15 22:37:59 +02:00
amfenc.c avcodec/amfnec: allocate packets using av_new_packet() 2019-11-19 19:42:48 -03:00
amfenc.h
amfenc_h264.c
amfenc_hevc.c libavcodec/amfenc_hevc.c: Fix Maximum Reference Frames option on AMF HEVC. 2020-02-09 15:42:45 +00:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h lavc/amrwbdec: Do not ignore NO_DATA frames. 2020-04-05 01:55:34 +02:00
amrwbdec.c lavc/amrwbdec: Add a comment about the missing muting technique. 2020-04-11 14:23:51 +02:00
anm.c avcodec/anm: Don't unnecessarily use context variables 2020-05-31 13:13:52 +02:00
ansi.c avcodec/ansi: Check initial dimensions 2021-02-02 14:18:21 +01:00
apedec.c avcodec/apedec: Fix CRC for 24bps and bigendian 2024-04-14 21:19:27 +02:00
apng.h
aptx.c avcodec/aptx: split decoder and encoder into separate files 2020-02-05 22:47:27 -03:00
aptx.h avcodec/aptx: split decoder and encoder into separate files 2020-02-05 22:47:27 -03:00
aptxdec.c avcodec/aptx: split decoder and encoder into separate files 2020-02-05 22:47:27 -03:00
aptxenc.c avcodec/aptx: split decoder and encoder into separate files 2020-02-05 22:47:27 -03:00
arbc.c
ass.c avcodec/ass: explicitly set ScaledBorderAndShadow 2020-05-23 00:26:38 +02:00
ass.h lavc/movtextdec: allow setting subtitle frame dimensions 2020-04-10 09:32:13 -07:00
ass_split.c lavc/ass_split: fix parsing utf8 scripts 2020-04-10 09:32:13 -07:00
ass_split.h
assdec.c
assenc.c lavc/assenc: return more meaningful error code 2020-04-10 15:58:04 -07:00
asv.c
asv.h
asvdec.c
asvenc.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
atrac.c Merge remote-tracking branch 'qatar/master' 2013-10-03 21:46:42 +02:00
atrac.h
atrac1.c avcodec/atrac1: Check allocation of AVFloatDSPContext 2021-02-27 07:20:57 +01:00
atrac1data.h
atrac3.c avcodec/atrac3: Check for huge block aligns 2019-11-20 15:50:15 +01:00
atrac3data.h
atrac3plus.c avcodec/atrac3plus: Check split point in fill mode 3 2019-11-09 17:54:59 +01:00
atrac3plus.h
atrac3plus_data.h
atrac3plusdec.c avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP 2019-11-09 17:21:36 +01:00
atrac3plusdsp.c
atrac9dec.c avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped. 2019-12-28 11:20:48 +01:00
atrac9tab.h avcodec/atrac9tab: use explicit ATRAC9BlockConfig struct initializers 2019-10-22 10:49:30 -03:00
audio_frame_queue.c
audio_frame_queue.h
audiodsp.c avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c() 2020-04-16 00:56:49 +02:00
audiodsp.h
audiotoolboxdec.c
audiotoolboxenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
aura.c
av1.h
av1_frame_merge_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
av1_frame_split_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
av1_metadata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
av1_parse.c avcodec/av1_parse: Use av_fast_realloc() for OBU array 2019-10-15 00:00:38 -03:00
av1_parse.h avcodec/av1_parse: don't look for trailing bits in Tile List OBUs 2020-02-05 11:54:00 -03:00
av1_parser.c avcodec/av1_parser: initialize avctx->pix_fmt 2020-07-02 22:26:39 -03:00
avcodec.h avcodec: add constants for KLV pseudo-profile. 2020-05-31 18:31:54 +02:00
avcodecres.rc
avdct.c pixblockdsp, avdct: Add get_pixels_unaligned 2020-05-13 13:20:08 +03:00
avdct.h pixblockdsp, avdct: Add get_pixels_unaligned 2020-05-13 13:20:08 +03:00
avfft.c
avfft.h
avpacket.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
avpicture.c
avrndec.c avcodec/avrndec: Fix memleak on error 2021-02-27 07:20:57 +01:00
avs.c
avs2_parser.c
avuidec.c
avuienc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c avcodec: Replace get_bits_long() by get_bits() where possible 2019-12-31 18:43:50 +01:00
bgmc.h
bink.c avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane() 2023-04-15 22:38:07 +02:00
binkaudio.c avcodec/binkaudio: Don't use static storage for context-dependent data 2021-02-27 07:20:57 +01:00
binkdata.h
binkdsp.c
binkdsp.h
bintext.c
bintext.h
bit_depth_template.c
bitpacked.c avcodec/bitpacked: add missing comma to codec tags 2020-06-04 19:22:29 +02:00
bitstream.c avcodec/bitstream: Consistently treat symbol as VLC_TYPE 2021-02-27 07:20:58 +01:00
bitstream_filter.c lavc/bsf: make BSF iteration the same as other iterators 2018-02-06 18:57:43 +00:00
bitstream_filters.c lavc: rename bsf.h to bsf_internal.h 2020-05-22 14:38:57 +02:00
blockdsp.c
blockdsp.h
bmp.c
bmp.h
bmp_parser.c libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 2020-06-06 00:25:00 +02:00
bmpenc.c
bmvaudio.c Merge commit 'def97856de' 2015-07-27 22:50:18 +02:00
bmvvideo.c
brenderpix.c
bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
bsf.h avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an error 2020-05-22 11:16:40 -03:00
bsf_internal.h avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
bswapdsp.c
bswapdsp.h
bytestream.h bytestream: Make get_bytes_left compatible with overread 2020-03-06 00:58:31 +01:00
c93.c
cabac.c libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 2020-03-14 18:24:04 +01:00
cabac.h
cabac_functions.h
canopus.c
canopus.h Merge commit 'e6fb844f7b' 2015-04-20 05:19:46 +02:00
cavs.c
cavs.h
cavs_parser.c
cavsdata.c
cavsdec.c avcodec/cavsdec: Set ret on errors in decode_pic() 2019-10-17 13:17:18 +02:00
cavsdsp.c avcodec/cavsdsp: Fix undefined left shifts of negative numbers 2020-02-07 12:35:48 +01:00
cavsdsp.h
cbrt_data.c
cbrt_data.h
cbrt_data_fixed.c
cbrt_fixed_tablegen.c
cbrt_tablegen.c
cbrt_tablegen.h
cbrt_tablegen_template.c
cbs.c avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit() 2020-06-14 22:02:34 +02:00
cbs.h avcodec/cbs: Fix potential double-free when adding unit fails 2020-02-09 22:23:29 +00:00
cbs_av1.c cbs_av1: Reject thirty-two zero bits in uvlc code 2024-07-21 20:05:31 +02:00
cbs_av1.h avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context 2020-09-05 22:30:12 -03:00
cbs_av1_syntax_template.c avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs() 2020-09-05 22:30:38 -03:00
cbs_h264.h
cbs_h264_syntax_template.c avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_cycle 2020-04-05 23:18:55 +02:00
cbs_h265.h avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI bits 2020-05-03 19:53:01 -03:00
cbs_h265_syntax_template.c avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 2021-10-06 14:41:42 +02:00
cbs_h2645.c avcodec/cbs_h2645: abort when written inferred values don't match 2020-06-14 16:44:57 -03:00
cbs_h2645.h avcodec/cbs: Factor out common code for writing units 2019-11-17 23:31:44 +00:00
cbs_internal.h avcodec/cbs: Factor out common code for writing units 2019-11-17 23:31:44 +00:00
cbs_jpeg.c avcodec/cbs_jpeg: Try to move the read entity to one side in a test 2024-07-21 19:55:14 +02:00
cbs_jpeg.h avcodec/cbs: Factor out common code for writing units 2019-11-17 23:31:44 +00:00
cbs_jpeg_syntax_template.c avcodec/cbs_jpeg_syntax_template: Check array index in huffman_table() 2020-04-15 18:48:23 +02:00
cbs_mpeg2.c avcodec/cbs: Avoid leaving the ... out in calls to variadic macros 2020-04-12 23:23:49 +02:00
cbs_mpeg2.h avcodec/cbs: Factor out common code for writing units 2019-11-17 23:31:44 +00:00
cbs_mpeg2_syntax_template.c
cbs_vp9.c avcodec/cbs: Avoid leaving the ... out in calls to variadic macros 2020-04-12 23:23:49 +02:00
cbs_vp9.h avcodec/cbs: Factor out common code for writing units 2019-11-17 23:31:44 +00:00
cbs_vp9_syntax_template.c avcodec/cbs: Avoid leaving the ... out in calls to variadic macros 2020-04-12 23:23:49 +02:00
ccaption_dec.c
cdgraphics.c avcodec/cdgraphics: limit scrolling to the line 2022-09-26 16:50:43 +02:00
cdtoons.c avcodec/cdtoons: Check sprite_offset is within the packet 2020-05-12 21:39:13 +02:00
cdxl.c avcodec/cdxl: Check format for BGR24 2017-05-08 12:30:09 +02:00
celp_filters.c avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter() 2021-02-02 14:18:20 +01:00
celp_filters.h
celp_math.c
celp_math.h avcodec/celp_math: avoid overflow in shift 2024-04-14 21:19:30 +02:00
cfhd.c avcodec/cfhd: check peak.offset 2021-02-02 14:18:21 +01:00
cfhd.h
cfhddata.c
cga_data.c
cga_data.h
chomp_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
cinepak.c
cinepakenc.c
clearvideo.c avcodec/clearvideo: Check tile_size to be not too large 2021-10-06 14:41:41 +02:00
clearvideodata.h
cljrdec.c
cljrenc.c
cllc.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
cngdec.c avcodec/cngdec: Remove AV_CODEC_CAP_DELAY 2019-11-24 22:57:02 +01:00
cngenc.c
codec.h avcodec.h: split AVCodec API into its own header 2020-05-27 10:22:17 +02:00
codec2utils.c
codec2utils.h
codec_desc.c avcodec: add PFM image decoder 2020-05-30 18:02:55 +02:00
codec_desc.h avcodec.h: split AVCodecDescriptor API into its own header 2020-04-10 14:15:14 +02:00
codec_id.h avcodec: add PFM image decoder 2020-05-30 18:02:55 +02:00
codec_par.h avcodec.h: split AVCodecParameters API into its own header 2020-05-22 14:38:57 +02:00
cook.c avcodec/cook: Check subpacket index against max 2021-02-02 14:18:21 +01:00
cook_parser.c
cookdata.h
copy_block.h
cos_tablegen.c
cpia.c avcodec/cpia: Fix missing src_size update 2021-10-06 14:41:41 +02:00
crystalhd.c
cscd.c avcodec/cscd: Fix "CamStudio Lossless Codec 1.0" gzip files 2024-04-14 21:19:28 +02:00
cuviddec.c avcodec/cuviddec: backport extradata fixes 2020-10-01 21:44:54 +02:00
cyuv.c
d3d11va.c
d3d11va.h
dca.c
dca.h
dca_core.c
dca_core.h
dca_core_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
dca_exss.c
dca_exss.h
dca_lbr.c avcodec/dca_lbr: Fix some error codes and error passing 2020-02-03 00:11:18 +01:00
dca_lbr.h
dca_parser.c
dca_syncwords.h
dca_xll.c
dca_xll.h
dcaadpcm.c
dcaadpcm.h
dcadata.c
dcadata.h
dcadct.c
dcadct.h
dcadec.c
dcadec.h
dcadsp.c avcodec/dcadsp: Fix integer overflow in dmix_add_c() 2021-10-06 14:41:40 +02:00
dcadsp.h
dcaenc.c
dcaenc.h
dcahuff.c
dcahuff.h
dcamath.h
dct.c
dct.h
dct32.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dctref.c
dctref.h
dds.c
decode.c avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() 2021-02-02 14:18:21 +01:00
decode.h avcodec/decode: remove ff_decode_bsfs_uninit() 2020-05-21 12:32:15 -03:00
dfa.c avcodec/dfa: Use array of fixed-sized strings for fixed-sized strings 2020-03-24 22:02:13 +01:00
dirac.c
dirac.h
dirac_arith.c
dirac_arith.h
dirac_dwt.c
dirac_dwt.h
dirac_dwt_template.c
dirac_parser.c avcodec/dirac_parser: do not offset AV_NOPTS_OFFSET 2021-02-02 14:18:21 +01:00
dirac_vlc.c avcodec/dirac_vlc: Fix integer overflow in ff_dirac_golomb_read_32/16bit() 2020-04-25 22:32:16 +02:00
dirac_vlc.h diracdec: rewrite golomb reader 2020-03-12 20:26:48 +00:00
diracdec.c avcodec/diracdec: avoid signed integer overflow in global mv 2022-04-06 20:38:06 +02:00
diracdsp.c avcodec/diracdsp: Remove unused variable 2024-07-24 15:57:28 +02:00
diracdsp.h
diractab.c
diractab.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c avcodec/dnxhddec: check and propagate function return value 2021-10-06 14:41:41 +02:00
dnxhdenc.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
dnxhdenc.h
dolby_e.c
dolby_e.h
dpcm.c avcodec/dpcm: clip exponent into supported range in XAN DPCM 2020-04-11 18:15:58 +02:00
dpx.c avcodec/dpx: Check bits_per_color earlier 2021-10-06 14:41:41 +02:00
dpx_parser.c
dpxenc.c
dsd.c
dsd.h
dsd_tablegen.h
dsddec.c avcodec/dsddec: Check channels 2020-05-21 09:31:08 +02:00
dsicinaudio.c
dsicinvideo.c
dss_sp.c
dstdec.c avcodec/dstdec: Check for overflow in build_filter() 2022-09-26 16:51:04 +02:00
dump_extradata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
dv.c Merge commit 'b7f98659f2' 2016-06-29 11:16:01 +02:00
dv.h avcodec/dvenc: support encoding dvcprohd 2019-11-13 09:08:43 -08:00
dv_profile.c avcodec: remove FF_API_DV_FRAME_PROFILE cruft 2015-09-05 14:16:16 -03:00
dv_profile.h
dv_profile_internal.h
dv_tablegen.c
dv_tablegen.h
dvaudio.h
dvaudio_parser.c
dvaudiodec.c
dvbsub.c lavc/dvbsub: return meaningful error codes 2020-04-10 15:58:04 -07:00
dvbsub_parser.c
dvbsubdec.c avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readability 2020-03-25 18:41:21 +01:00
dvbtxt.h avformat/dvbtxt: add raw demuxer for dvb teletext probing 2016-02-19 21:50:16 +01:00
dvd_nav_parser.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
dvdata.c
dvdata.h
dvdec.c avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tab 2019-11-20 00:14:03 +01:00
dvdsub.c avcodec/dvdsub: Fix warning about incompatible pointer type 2020-02-14 10:20:36 -03:00
dvdsub_parser.c
dvdsubdec.c lavc/dvdsubdec: Move palette parsing to new function 2020-02-04 23:34:22 +01:00
dvdsubenc.c lavc/dvdsubenc: accept palette from options 2020-02-04 23:34:22 +01:00
dvenc.c avcodec/dvenc: Fix undefined left shift of negative numbers 2021-02-27 07:20:58 +01:00
dxa.c
dxtory.c avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420() 2021-02-02 14:18:20 +01:00
dxv.c avcodec/dxv: Fix type in get_opcodes() 2024-07-21 21:45:39 +02:00
dxva2.c
dxva2.h
dxva2_h264.c
dxva2_hevc.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
dxva2_vp9.c
eac3_core_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
eac3_data.c
eac3_data.h
eac3dec.c avcodec/eac3dec: avoid float noise in fixed mode addition to overflow 2023-04-15 22:38:04 +02:00
eac3enc.c lavc: Use supported_samplerates for Dolby Digital encoders. 2020-04-04 23:12:27 +02:00
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c
eatgq.c avcodec/eatgq: : Check index increments in tgq_decode_block() 2023-04-15 22:38:03 +02:00
eatgv.c
eatqi.c
elbg.c
elbg.h
elsdec.c
elsdec.h
encode.c avcodec/encode: Remove ff_alloc_packet 2020-06-01 14:52:26 +02:00
error_resilience.c
error_resilience.h
escape124.c avcodec/escape124: Do not return random numbers 2024-04-14 21:19:32 +02:00
escape130.c
evrcdata.h
evrcdec.c
exif.c
exif.h
exr.c avcodec/exr: x/ymax cannot be INT_MAX 2021-10-06 14:41:41 +02:00
exrdsp.c
exrdsp.h
extract_extradata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
faandct.c Merge commit '34c22a9ca6' 2017-03-19 16:00:21 +01:00
faandct.h
faanidct.c Merge commit '2ec9fa5ec6' 2017-03-21 14:29:52 -03:00
faanidct.h
faxcompr.c avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() 2021-10-06 14:41:41 +02:00
faxcompr.h
fdctdsp.c
fdctdsp.h
ffjni.c
ffjni.h
fft-internal.h
fft.h
fft_fixed.c
fft_fixed_32.c
fft_float.c
fft_init_table.c avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe 2021-02-27 07:20:59 +01:00
fft_table.h avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe 2021-02-27 07:20:59 +01:00
fft_template.c avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe 2021-02-27 07:20:59 +01:00
ffv1.c avcodec/ffv1: Fix segfaults on allocation error 2021-02-27 07:20:57 +01:00
ffv1.h libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 2020-03-14 18:24:04 +01:00
ffv1_template.c lavc/ffv1: Properly check that the 4th and 5th quant tables are zeroes 2020-01-06 00:06:03 +00:00
ffv1dec.c avcodec/ffv1dec: Check that num h/v slices is supported 2023-04-15 22:38:05 +02:00
ffv1dec_template.c avcodec/ffv1dec_template: fix indention 2022-09-26 16:50:46 +02:00
ffv1enc.c avcodec/ffv1enc: Fix memleaks on init failure 2021-02-27 07:20:57 +01:00
ffv1enc_template.c
ffwavesynth.c avcodec/ffwavesynth: Avoid signed integer overflow in phi_at() 2021-10-06 14:41:41 +02:00
fic.c
file_open.c
filter_units_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
fits.c avcodec/fits: Check gcount and pcount being non negative 2021-02-20 14:21:24 +01:00
fits.h
fitsdec.c avcodec/fitsdec: Use lrint() 2019-12-05 20:20:05 +01:00
fitsenc.c
flac.c avcodec: Replace get_bits_long() by get_bits() where possible 2019-12-31 18:43:50 +01:00
flac.h
flac_parser.c avcodec/flac_parser: Assert that we do not overrun the link_penalty array 2024-07-21 22:20:28 +02:00
flacdata.c Fix type of shared flac table ff_flac_blocksize_table[]. 2013-05-05 19:29:00 +02:00
flacdata.h
flacdec.c avcodec/flacdec: Avoid undefined shift in error case 2021-10-06 14:41:41 +02:00
flacdsp.c
flacdsp.h
flacdsp_lpc_template.c
flacdsp_template.c avcodec/flacdsp_template: Fix invalid shifts in decorrelate 2020-04-07 18:29:20 +02:00
flacenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
flashsv.c
flashsv2enc.c avcodec/flashsv2enc: Check allocations for success before usage 2021-02-27 07:20:57 +01:00
flashsvenc.c avcodec/flashsvenc: Avoid allocation of buffer, fix memleak 2021-02-27 07:20:57 +01:00
flicvideo.c avcodec/flicvideo: Check remaining bytes in FLI*COPY 2021-10-06 14:41:42 +02:00
flv.h
flvdec.c avcodec: Replace get_bits_long() by get_bits() where possible 2019-12-31 18:43:50 +01:00
flvenc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
fmtconvert.c
fmtconvert.h
fmvc.c avcodec/fmvc: remove dead assignment 2024-06-14 11:11:45 +02:00
frame_thread_encoder.c avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init 2021-10-06 14:41:41 +02:00
frame_thread_encoder.h avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init 2021-10-06 14:41:41 +02:00
fraps.c
frwu.c
g2meet.c avcodec/g2meet: Replace fake allocation avoidance for framebuf 2024-04-14 21:19:21 +02:00
g722.c
g722.h
g722dec.c
g722dsp.c
g722dsp.h
g722enc.c avcodec/g722enc: Validate parameters before using them 2021-02-27 07:20:59 +01:00
g723_1.c
g723_1.h
g723_1_parser.c
g723_1dec.c avcodec/g723_1dec: fix invalid shift with negative sid_gain 2019-10-29 16:20:33 +01:00
g723_1enc.c
g726.c
g729.h
g729_parser.c avcodec/g729_parser: Check channels 2022-04-06 20:38:06 +02:00
g729data.h
g729dec.c avcodec/g729dec: Avoid one multiply by using init_get_bits8() 2019-12-01 17:17:04 +01:00
g729postfilter.c avcodec/celp_math: avoid overflow in shift 2024-04-14 21:19:30 +02:00
g729postfilter.h
gdv.c
get_bits.h avcodec/get_bits: cosmetics 2020-03-22 11:55:44 -03:00
gif.c avcodec/gif: Fix leaks upon allocation error 2021-02-27 07:20:57 +01:00
gif.h
gif_parser.c
gifdec.c
golomb.c
golomb.h avcodec/golomb: Assert that k is in the supported range for get_ur/sr_golomb() 2024-07-21 22:11:22 +02:00
gsm.h
gsm_parser.c
gsmdec.c Merge commit 'def97856de' 2015-07-27 22:50:18 +02:00
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
h261data.c
h261dec.c
h261enc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
h263.c
h263.h
h263_parser.c
h263_parser.h
h263data.c
h263data.h Merge commit '41ed7ab45f' 2016-06-21 21:55:34 +02:00
h263dec.c avcodec: Ignoring errors is only possible before the input end 2024-04-14 21:19:24 +02:00
h263dsp.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions 2015-06-17 13:50:14 +02:00
h263dsp.h
h264.h
h264_cabac.c libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 2020-03-14 18:24:04 +01:00
h264_cavlc.c
h264_direct.c
h264_levels.c
h264_levels.h
h264_loopfilter.c
h264_mb.c
h264_mb_template.c Merge commit '56087ec0a2' 2016-06-20 12:31:29 +02:00
h264_mc_template.c
h264_metadata_bsf.c avcodec/h264_metadata_bsf: Fix invalid av_freep 2020-07-04 22:33:21 +02:00
h264_mp4toannexb_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
h264_mvpred.h
h264_parse.c
h264_parse.h avcodec/h264_parse: Check picture structure when initializing weight table 2017-06-10 00:48:23 +02:00
h264_parser.c avcodec/h264_parser: saturate dts a bit 2024-04-14 21:19:36 +02:00
h264_picture.c h264dec: support exporting QP tables through the AVVideoEncParams API 2020-05-25 11:59:42 +02:00
h264_ps.c h264_ps: make the PPS hold a reference to its SPS 2020-04-10 15:52:41 +02:00
h264_ps.h h264_ps: make the PPS hold a reference to its SPS 2020-04-10 15:52:41 +02:00
h264_redundant_pps_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
h264_refs.c
h264_sei.c h264_sei: parse the picture timing SEIs correctly 2020-04-10 15:52:22 +02:00
h264_sei.h h264_sei: parse the picture timing SEIs correctly 2020-04-10 15:52:22 +02:00
h264_slice.c avcodec/h264_slice: Remove dead sps check 2024-06-14 11:11:44 +02:00
h264addpx_template.c
h264chroma.c
h264chroma.h
h264chroma_template.c
h264data.c
h264data.h
h264dec.c avcodec/h264dec: Skip late SEI 2022-09-26 16:50:49 +02:00
h264dec.h h264dec: support exporting QP tables through the AVVideoEncParams API 2020-05-25 11:59:42 +02:00
h264dsp.c
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct.h
h264idct_template.c avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct() 2021-02-02 14:18:21 +01:00
h264pred.c
h264pred.h
h264pred_template.c
h264qpel.c
h264qpel.h
h264qpel_template.c
h265_metadata_bsf.c avcodec/h265_metadata_bsf: Check nb_units before accessing the first in h265_metadata_update_fragment() 2021-10-06 14:41:41 +02:00
h265_profile_level.c lavc/h265_profile_level: Fix the default profile in ff_h265_guess_level 2020-02-01 13:38:34 +00:00
h265_profile_level.h
h2645_parse.c avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constants 2020-03-24 23:33:24 +01:00
h2645_parse.h avcodec/h2645_parse: Avoid EAGAIN 2024-04-14 21:19:37 +02:00
hap.c
hap.h avcodec/hapdec: Change compressed_offset to unsigned 32bit 2021-02-20 14:21:24 +01:00
hapdec.c avcodec/hapdec: Change compressed_offset to unsigned 32bit 2021-02-20 14:21:24 +01:00
hapenc.c
hapqa_extract_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
hca_data.h avcodec: add CRI HCA decoder 2020-03-17 16:07:25 +01:00
hcadec.c avcodec/hcadec: do not set hfr_group_count to invalid values 2024-04-14 21:19:53 +02:00
hcom.c avcodec/hcom: Check the root entry and the right entries 2019-10-25 00:22:33 +02:00
hevc.h avcodec/hevc: Cosmetics: Realign after last commit 2020-03-24 23:47:00 +01:00
hevc_cabac.c avcodec/hevc_cabac: Limit value in coeff_abs_level_remaining_decode() tighter 2021-02-02 14:18:21 +01:00
hevc_data.c
hevc_data.h Merge commit '150c896a9e' 2017-03-23 15:14:06 -03:00
hevc_filter.c avcodec/hevc_filter: copy_CTB() only within width&height 2022-09-26 16:50:51 +02:00
hevc_mp4toannexb_bsf.c avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input 2020-06-15 04:18:16 +02:00
hevc_mvs.c
hevc_parse.c lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 2020-01-17 17:43:52 -03:00
hevc_parse.h
hevc_parser.c hevc_parser: drop the use of SliceHeader 2020-06-08 10:51:56 +02:00
hevc_ps.c avcodec/hevc_ps: check scaling_list_dc_coef 2021-02-02 14:18:21 +01:00
hevc_ps.h hevc: move SliceHeader and LongTermRPS back to hevcdec.h 2020-06-08 10:51:56 +02:00
hevc_ps_enc.c
hevc_refs.c hevc_refs: reduce code duplication in find_ref_idx() 2020-06-08 10:51:56 +02:00
hevc_sei.c avcodec/hevc_sei: Check payload size in decode_nal_sei_message() 2021-02-20 14:21:24 +01:00
hevc_sei.h avcodec/hevc: add support for Frame Duplication (Doubling/Tripling) 2020-02-06 17:04:41 +01:00
hevcdec.c avcodec/hevc/hevcdec: Do not allow slices to depend on failed slices 2024-07-24 01:03:10 +02:00
hevcdec.h hevc: move SliceHeader and LongTermRPS back to hevcdec.h 2020-06-08 10:51:56 +02:00
hevcdsp.c
hevcdsp.h
hevcdsp_template.c avcodec/hevcdsp_template: stay within tables in sao_band_filter() 2022-09-26 16:50:48 +02:00
hevcpred.c
hevcpred.h
hevcpred_template.c avcodec/hevcpred_template: Fix diagonal chroma availability in 4:2:2 edge case in intra_pred 2021-02-02 14:18:21 +01:00
hnm4video.c
hpel_template.c
hpeldsp.c
hpeldsp.h Merge commit '48b80f8393' 2017-03-15 12:34:51 +01:00
hq_hqa.c avcodec/hq_hqa: Check info size 2020-06-05 18:14:17 +02:00
hq_hqa.h
hq_hqadata.c Merge commit 'a4edaeb50f' 2015-04-24 21:27:15 +02:00
hq_hqadsp.c
hq_hqadsp.h
hqx.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c
htmlsubtitles.c
htmlsubtitles.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c avcodec/huffyuvdec: avoid undefined behavior with get_vlc2() failure 2024-04-14 21:19:29 +02:00
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
huffyuvencdsp.c
huffyuvencdsp.h
hwaccels.h Add support for VP9 VDPAU hwaccel decode 2019-10-26 09:57:01 -07:00
hwconfig.h lavc: Extend hardware config metadata to encoders 2020-04-26 18:38:25 +01:00
idcinvideo.c
idctdsp.c
idctdsp.h avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext profile 2018-05-30 17:58:08 +02:00
iff.c avcodec/iff: Use signed count 2024-07-21 22:12:47 +02:00
iirfilter.c
iirfilter.h
ilbcdata.h
ilbcdec.c avcodec/ilbcdec: Remove dead code 2024-06-14 11:11:53 +02:00
imc.c
imcdata.h
imgconvert.c avcodec/imgconvert: fix possible null pointer dereference 2018-04-03 16:20:31 +02:00
imm4.c avcodec/imm4: check cbphi for error 2024-07-21 22:14:14 +02:00
imm5.c
imx_dump_header_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
indeo2.c
indeo2data.h
indeo3.c avcodec/indeo3: Round dimensions up in allocate_frame_buffers() 2024-04-14 21:19:48 +02:00
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c avcodec/indeo5: Fix memleaks upon allocation error 2021-02-27 07:20:57 +01:00
indeo5data.h
intelh263dec.c avcodec: Replace get_bits_long() by get_bits() where possible 2019-12-31 18:43:50 +01:00
internal.h avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
interplayacm.c avcodec/interplayacm: Fix overflow of last unused value 2019-11-09 18:03:38 +01:00
interplayvideo.c avcodec/interplayvideo: properly decode motion vectors 2019-10-25 18:29:13 +02:00
intrax8.c avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture() 2020-04-26 18:23:16 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
ituh263enc.c
ivi.c avcodec/ivi: Fix segfault on allocation error 2021-02-27 07:20:57 +01:00
ivi.h
ivi_dsp.c avcodec/ivi_dsp: Fix runtime error: left shift of negative value -2 2017-05-28 03:04:21 +02:00
ivi_dsp.h
j2kenc.c avcodec/j2kenc: Replace RGB24 special case by generic test 2023-04-15 22:38:12 +02:00
jacosub.h
jacosubdec.c
jfdctfst.c
jfdctint.c
jfdctint_template.c avcodec/jfdctint_template: Fewer integer anomalies 2024-07-21 17:25:14 +02:00
jni.c
jni.h
jpeg2000.c libavcodec/jpeg2000: fix precinct coordinate calculation 2020-04-11 18:15:58 +02:00
jpeg2000.h libavcodec/jpeg2000dec.c: ROI marker support 2020-04-23 19:30:07 +02:00
jpeg2000_parser.c libavcodec/jpeg2000_parser: Add jpeg2000 parser 2020-06-07 01:23:40 +02:00
jpeg2000dec.c avcodec/jpeg2000dec: remove ST=3 case 2024-06-14 11:11:45 +02:00
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c
jpegls.h avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular() 2021-10-06 14:41:41 +02:00
jpeglsdec.c avcodec/jpeglsdec: Check Jpeg-LS LSE 2024-04-14 21:19:42 +02:00
jpeglsdec.h
jpeglsenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
jpegtables.c lavc/jpegtables: Handle multiple mappings to the same value 2019-09-02 09:26:52 +02:00
jpegtables.h
jrevdct.c
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c avcodec/lagarith: Check dst/src in zero run code 2022-09-26 16:50:49 +02:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c avcodec/lcldec: Make PNG filter addressing match the code afterwards 2024-04-14 21:19:32 +02:00
lclenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
libaomdec.c
libaomenc.c avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newer 2020-06-06 01:04:39 -03:00
libaribb24.c
libavcodec.v
libcelt_dec.c
libcodec2.c
libdav1d.c avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failure 2022-02-01 13:11:11 -03:00
libdavs2.c
libfdk-aacdec.c libfdk-aacdec: Allow explicitly disabling the DRC reference level option 2020-02-11 11:40:13 +02:00
libfdk-aacenc.c avcodec: move aacenc profiles to profiles.h 2020-05-22 22:16:53 +02:00
libgsmdec.c
libgsmenc.c
libilbc.c
libkvazaar.c lavc/libkvazaar: fix memory leak after av_dict_parse_string fail 2020-01-04 09:04:58 +08:00
libmp3lame.c libavcodec/libmp3lame: Don't free user-provided AVPacket 2020-05-23 20:25:08 +02:00
libopencore-amr.c lavc/libopencore-amr: Silence a warning about an unused function. 2019-11-17 00:35:14 +01:00
libopenh264.c
libopenh264.h
libopenh264dec.c
libopenh264enc.c lavc/libopenh264enc: Add coder option to replace cabac 2020-05-13 09:55:54 +08:00
libopenjpegdec.c
libopenjpegenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
libopus.c
libopus.h
libopusdec.c
libopusenc.c avcodec/libopusenc: Don't free user-provided AVPacket 2020-05-23 20:24:37 +02:00
librav1e.c avcodec/librav1e: Require a bitrate to be set when using 2-pass mode 2020-05-03 17:04:07 +01:00
librsvgdec.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
libshine.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libtwolame.c avcodec/libtwolame: fix mono default bitrate 2019-11-01 13:38:36 +01:00
libvo-amrwbenc.c
libvorbisdec.c avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads 2019-10-29 16:20:33 +01:00
libvorbisenc.c
libvpx.c
libvpx.h
libvpxdec.c avcodec/libvpxdec.c,cosmetics: bpp -> bpc 2019-11-08 17:42:42 -08:00
libvpxenc.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
libwavpackenc.c
libwebpenc.c
libwebpenc_animencoder.c
libwebpenc_common.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
libwebpenc_common.h
libx264.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
libx265.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
libxavs.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
libxavs2.c avcodec/libxavs2: Improve r redundancy in occured 2022-09-26 16:50:41 +02:00
libxvid.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
libxvid.h
libzvbi-teletextdec.c avcodec/libzvbi-teletextdec: fix txt_default_region limits 2020-06-14 21:10:41 +02:00
ljpegenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
loco.c avcodec/loco: Check loco_get_rice() for failure 2024-07-21 22:16:37 +02:00
log2_tab.c
lossless_audiodsp.c avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_int16_c() 2020-06-14 22:02:34 +02:00
lossless_audiodsp.h
lossless_videodsp.c
lossless_videodsp.h
lossless_videoencdsp.c
lossless_videoencdsp.h
lpc.c avcodec/lpc: copy levenson coeffs only when they have been computed 2024-06-14 11:11:44 +02:00
lpc.h avcodec/lpc: check for zero err in normalization in compute_lpc_coefs() 2021-10-06 14:41:41 +02:00
lsp.c avcodec/lsp: Fix undefined shifts in lsp2poly() 2019-10-16 19:17:57 +02:00
lsp.h
lzf.c avcodec/lzf: Consider the needed size in reallocation 2020-06-08 00:21:15 +02:00
lzf.h
lzw.c
lzw.h
lzwenc.c
m101.c
mace.c
magicyuv.c avcodec/magicyuv: Check slice size before reading flags and pred 2021-02-02 14:18:21 +01:00
magicyuvenc.c avcodec/magicyuvenc: Fix memleak upon init failure 2021-02-27 07:20:57 +01:00
Makefile libavcodec/jpeg2000_parser: Add jpeg2000 parser 2020-06-07 01:23:40 +02:00
mathops.h
mathtables.c
mdct15.c
mdct15.h
mdct_fixed.c
mdct_fixed_32.c
mdct_float.c
mdct_template.c
mdec.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
me_cmp.c
me_cmp.h
mediacodec.c avcodec/mediacodec: add av_mediacodec_render_buffer_at_time() 2018-10-11 20:51:14 -07:00
mediacodec.h
mediacodec_surface.c
mediacodec_surface.h
mediacodec_sw_buffer.c
mediacodec_sw_buffer.h
mediacodec_wrapper.c avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leak 2020-04-15 09:43:16 +02:00
mediacodec_wrapper.h
mediacodecdec.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
mediacodecdec_common.c avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristics 2020-05-25 18:07:45 +02:00
mediacodecdec_common.h
metasound.c
metasound_data.c
metasound_data.h
mf_utils.c avcodec: Add MediaFoundation encoder wrapper 2020-05-19 21:34:04 +03:00
mf_utils.h mfenc: Avoid including codecapi.h, fix building in UWP mode with clang 2020-05-27 00:19:32 +03:00
mfenc.c avcodec/mfenc: check IMFSample_ConvertToContiguousBuffer() for failure 2024-07-21 19:57:04 +02:00
microdvddec.c
midivid.c avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer() 2022-09-26 16:50:54 +02:00
mimic.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
mjpeg.h
mjpeg2jpeg_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
mjpeg_parser.c avcodec/mjpeg_parser: Adjust size rejection threshold 2020-07-11 00:25:33 +02:00
mjpega_dump_header_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
mjpegbdec.c avcodec/mjpegbdec: Set buf_size 2022-04-06 20:38:06 +02:00
mjpegdec.c avcodec/mjpegdec: Check for unsupported bayer case 2022-09-26 16:50:58 +02:00
mjpegdec.h
mjpegenc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
mjpegenc.h
mjpegenc_common.c avcodec/mjpegenc: take into account component count when writing the SOF header size 2022-11-28 08:46:53 -03:00
mjpegenc_common.h
mjpegenc_huffman.c
mjpegenc_huffman.h
mlp.c
mlp.h
mlp_parse.c avcodec: Replace get_bits_long() by get_bits() where possible 2019-12-31 18:43:50 +01:00
mlp_parse.h
mlp_parser.c libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 2020-06-06 00:25:00 +02:00
mlpdec.c avcodec/mlpdec: Check max matrix instead of max channel in noise check 2023-04-15 22:38:00 +02:00
mlpdsp.c avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel() 2020-02-02 17:09:14 +01:00
mlpdsp.h
mlpenc.c avcodec/mlpenc: Fix memleak upon init failure 2021-02-27 07:20:57 +01:00
mlz.c
mlz.h
mmaldec.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
mmvideo.c
motion_est.c avcodec/motion_est: Fix score squaring overflow 2024-07-21 22:18:32 +02:00
motion_est.h mpegvideo_enc: add intra_penalty option for p frames 2019-10-24 19:45:17 +02:00
motion_est_template.c avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search() 2020-02-27 18:26:26 +01:00
motionpixels.c avcodec/motionpixels: Mask pixels to valid values 2023-04-15 22:38:08 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
movtextdec.c avcodec/movtextdec: Fix leaks on (re)allocation failure 2021-02-27 07:20:58 +01:00
movtextenc.c avcodec/movtextenc: Fix undefined left shifts outside the range of int 2021-02-27 07:20:58 +01:00
mp3_header_decompress_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
mpc.c avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth() 2021-02-02 14:18:20 +01:00
mpc.h
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg2_metadata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
mpeg4_unpack_bframes_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
mpeg4audio.c avcodec: Replace skip_bits_long() by skip_bits() where possible 2019-12-31 18:43:50 +01:00
mpeg4audio.h
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c avcodec/mpeg4videodec: assert impossible wrap points 2024-06-14 11:11:46 +02:00
mpeg4videoenc.c avcodec/mpeg4videoenc: Check extradata malloc() 2021-10-06 14:41:41 +02:00
mpeg12.c
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return 2021-10-06 14:41:42 +02:00
mpeg12enc.c avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths 2021-02-27 07:20:59 +01:00
mpeg12framerate.c
mpeg12vlc.h
mpeg_er.c
mpeg_er.h
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c
mpegaudio_tablegen.c avcodec: include tablegen compat header before the tablegen functionality 2015-12-04 14:49:38 +01:00
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c
mpegaudiodec_float.c
mpegaudiodec_template.c avcodec/mpegaudiodec_template: Check return value of subdecoder 2021-02-27 07:20:58 +01:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc_fixed.c
mpegaudioenc_float.c
mpegaudioenc_template.c avcodec/mpegaudioenc_template: fix invalid shift of sample 2020-02-27 18:26:26 +01:00
mpegaudiotab.h
mpegpicture.c avcodec: add an AVCodecContext field to signal types of packet, frame, and coded stream side data to export 2020-02-22 23:19:07 -03:00
mpegpicture.h
mpegutils.c avcodec: add an AVCodecContext field to signal types of packet, frame, and coded stream side data to export 2020-02-22 23:19:07 -03:00
mpegutils.h
mpegvideo.c avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() 2021-10-06 14:41:41 +02:00
mpegvideo.h mpegvideo_enc: add intra_penalty option for p frames 2019-10-24 19:45:17 +02:00
mpegvideo_enc.c avcodec/mpegvideo_enc: Do not duplicate pictures on shifting 2024-07-22 01:07:05 +02:00
mpegvideo_motion.c
mpegvideo_parser.c Remove redundant ; 2019-12-10 16:09:14 +01:00
mpegvideo_xvmc.c
mpegvideodata.c mpegvideodata: drop useless comments 2020-03-16 09:20:57 +01:00
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mpl2dec.c
mqc.c
mqc.h
mqcdec.c
mqcenc.c
mscc.c avcodec/mscc & mwsc: Check loop counts before use 2024-06-14 11:11:47 +02:00
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c
msrle.c
msrledec.c
msrledec.h Merge commit '3496cec433' 2015-10-22 19:43:44 +02:00
mss1.c
mss2.c libavcodec/vc1: Remove bits variable 2020-01-11 23:31:18 +01:00
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c avcodec/mss4: Fix memleaks upon allocation error 2021-02-27 07:20:59 +01:00
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
msvideo1enc.c
mv30.c avcodec/mv30: Use unsigned in idct_1d() 2021-02-02 14:18:21 +01:00
mvcdec.c
mvha.c avcodec/mvha: Check remaining bits in VLC decode loop 2020-02-09 23:33:18 +01:00
mwsc.c avcodec/mscc & mwsc: Check loop counts before use 2024-06-14 11:11:47 +02:00
mxpegdec.c avcodec/mxpegdec: Check for AVDISCARD_ALL 2021-10-06 14:41:42 +02:00
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c avcodec/noise_bsf: Check for wrapped frames 2024-04-14 21:19:23 +02:00
notchlc.c avcodec/notchlc: Check init_get_bits8() for failure 2024-06-14 11:11:52 +02:00
null_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
nuv.c avcodec/nuv: widen buf_size type 2020-05-12 01:00:28 +02:00
nvdec.c avcodec/nvdec: reset bitstream_len/nb_slices when resetting bitstream pointer 2024-03-30 00:26:32 +01:00
nvdec.h
nvdec_h264.c
nvdec_hevc.c
nvdec_mjpeg.c
nvdec_mpeg4.c avcodec/nvdec_mpeg4: fix order of quant matrix coefficients 2023-05-15 18:48:57 +02:00
nvdec_mpeg12.c avcodec/nvdec_mpeg2: fix order of quant matrix coefficients 2023-05-15 18:48:57 +02:00
nvdec_vc1.c
nvdec_vp8.c
nvdec_vp9.c
nvenc.c avcodec/nvenc: fix vbv buffer size in cq mode 2022-12-08 12:40:24 +01:00
nvenc.h avcodec/nvenc: refactor dts calculation logic 2020-05-02 01:33:49 +02:00
nvenc_h264.c avcodec/nvenc_h264: add spatial_aq and temporal_aq option to consistent with nvenc_hevc 2020-05-03 05:28:33 +08:00
nvenc_hevc.c avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with nvenc_h264 2020-05-03 05:28:33 +08:00
omx.c
on2avc.c
on2avcdata.c
on2avcdata.h
options.c lavc: stop using deprecated av_codec_next() 2020-04-20 15:08:20 +00:00
options_table.h avcodec: move mpeg4 profiles to profiles.h 2020-05-22 22:23:18 +02:00
opus.c lavc/opus: Reset alloc_trim when doing decoder bit-allocation. 2020-05-02 10:51:55 +02:00
opus.h
opus_celt.c
opus_celt.h
opus_metadata_bsf.c lavc: rename bsf.h to bsf_internal.h 2020-05-22 14:38:57 +02:00
opus_parser.c
opus_pvq.c opusenc: add apply_phase_inv option 2020-05-26 10:52:12 +01:00
opus_pvq.h
opus_rc.c
opus_rc.h
opus_silk.c opusdec: do not fail when LBRR frames are present 2021-01-26 16:28:23 +01:00
opusdec.c avcodec/opusdec: Return error upon error 2021-02-27 07:20:59 +01:00
opusdsp.c
opusdsp.h
opusenc.c opusenc: add apply_phase_inv option 2020-05-26 10:52:12 +01:00
opusenc.h opusenc: add apply_phase_inv option 2020-05-26 10:52:12 +01:00
opusenc_psy.c
opusenc_psy.h
opusenc_utils.h
opustab.c opusdec: do not fail when LBRR frames are present 2021-01-26 16:28:23 +01:00
opustab.h opusdec: do not fail when LBRR frames are present 2021-01-26 16:28:23 +01:00
packet.h lavc: add a new sidedata type for DOVI 2020-04-23 08:05:06 +08:00
packet_internal.h avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
paf.h
pafaudio.c
pafvideo.c avcodec/pafvideo: Only clear frame when it was written to 2019-11-09 14:13:34 +01:00
pamenc.c
parser.c avcodec/parser: ensure input padding is zeroed 2024-08-05 23:40:16 +02:00
parser.h
parsers.c libavcodec/jpeg2000_parser: Add jpeg2000 parser 2020-06-07 01:23:40 +02:00
pcm-bluray.c
pcm-dvd.c
pcm-dvdenc.c
pcm.c avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF 2020-02-21 21:42:11 +01:00
pcm_rechunk_bsf.c lavc: rename bsf.h to bsf_internal.h 2020-05-22 14:38:57 +02:00
pcm_tablegen.c
pcm_tablegen.h avcodec/pcm_tablegen: nits, reindent 2020-02-14 21:23:37 +01:00
pcx.c
pcxenc.c
pel_template.c
pgssubdec.c avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability 2020-03-25 18:41:21 +01:00
pictordec.c avcodec/pictordec: Remove mid exit branch 2023-04-15 22:38:04 +02:00
pixblockdsp.c libavcodec: aarch64: Add a NEON implementation of pixblockdsp 2020-05-15 23:37:55 +03:00
pixblockdsp.h libavcodec: aarch64: Add a NEON implementation of pixblockdsp 2020-05-15 23:37:55 +03:00
pixels.h
pixlet.c avcodec/pixlet: Simplify pfx computation 2024-07-21 22:19:17 +02:00
png.c
png.h
png_parser.c libavcodec/png_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 2020-06-06 00:25:00 +02:00
pngdec.c avcodec/pngdec: Do not pass AVFrame into global header decode 2024-04-14 21:19:21 +02:00
pngdsp.c
pngdsp.h
pngenc.c avcodec/pngenc: remove monowhite from apng formats 2022-09-26 16:50:39 +02:00
pnm.c avcodec/pnm: Check scale 2020-06-08 20:45:56 +02:00
pnm.h avcodec: add PFM image decoder 2020-05-30 18:02:55 +02:00
pnm_parser.c avcodec/pnm_parser: Check image size addition for overflow 2021-10-06 14:41:41 +02:00
pnmdec.c avcodec/pnmdec: Use 64bit for input size check 2024-07-22 01:15:33 +02:00
pnmenc.c
profiles.c avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry 2020-05-07 21:10:34 +08:00
profiles.h avcodec/mpeg12enc: support mpeg2 encoder const profile 2020-06-01 07:05:32 +08:00
prores_metadata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
proresdata.c
proresdata.h
proresdec.h
proresdec2.c avcodec/proresdec: Consider negative bits left 2024-07-24 14:19:36 +02:00
proresdsp.c
proresdsp.h
proresenc_anatoliy.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
proresenc_kostya.c avcodec/proresenc_kostya: use unsigned alpha for rotation 2024-07-21 21:42:59 +02:00
prosumer.c
psd.c avcodec/psd: remove unneeded code 2019-10-22 10:51:42 +08:00
psymodel.c
psymodel.h
pthread.c
pthread_frame.c lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads 2024-04-03 18:50:26 -03:00
pthread_internal.h
pthread_slice.c avcodec/pthread_slice: Don't use static variable, fix race 2021-02-27 07:20:59 +01:00
ptx.c avcodec/ptx: Check that the input contains at least one line 2019-10-20 19:57:51 +02:00
put_bits.h avcodec/put_bits: Relax requirements to rebase PutBitContext 2019-11-16 20:57:45 +01:00
qcelpdata.h
qcelpdec.c
qdm2.c avcodec/qdm2: Check fft_coefs_index 2020-02-19 22:37:30 +01:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdmc.c
qdrw.c avcodec/qdrw: adjust max colors to array size 2022-09-26 16:50:45 +02:00
qpeg.c avcodec/qpeg: mark the init function as thread-safe and init cleanup capable 2020-04-20 13:46:37 -03:00
qpel_template.c
qpeldsp.c avcodec/qpeldsp: copy less for the mc0x cases 2022-09-26 16:50:47 +02:00
qpeldsp.h
qsv.c lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bit 2020-05-18 13:33:29 +08:00
qsv.h
qsv_api.c
qsv_internal.h lavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx() 2019-12-29 20:23:07 +08:00
qsvdec.c avcodec/qsvdec: Check av_image_get_buffer_size() for failure 2024-06-14 11:11:45 +02:00
qsvdec.h lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
qsvdec_h2645.c ffplay, avcodec, avformat: Don't initialize before av_packet_ref() 2020-03-28 04:17:20 +01:00
qsvdec_other.c ffplay, avcodec, avformat: Don't initialize before av_packet_ref() 2020-03-28 04:17:20 +01:00
qsvenc.c avcodec/internal: move packet related functions to their own header 2020-06-02 19:02:12 -03:00
qsvenc.h lavc/qsvenc: Add hardware config metadata 2020-04-26 18:38:25 +01:00
qsvenc_h264.c lavc/qsvenc: Add hardware config metadata 2020-04-26 18:38:25 +01:00
qsvenc_hevc.c lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bit 2020-05-18 13:33:29 +08:00
qsvenc_jpeg.c lavc/qsvenc: Add hardware config metadata 2020-04-26 18:38:25 +01:00
qsvenc_mpeg2.c lavc/qsvenc: Add hardware config metadata 2020-04-26 18:38:25 +01:00
qsvenc_vp9.c lavc/qsvenc: Add hardware config metadata 2020-04-26 18:38:25 +01:00
qtrle.c
qtrleenc.c avcodec/qtrleenc: Fix memleak upon allocation failure 2021-02-27 07:20:57 +01:00
r210dec.c
r210enc.c avcodec/r210enc: Use av_rescale for bitrate 2024-07-21 17:25:34 +02:00
ra144.c
ra144.h
ra144dec.c
ra144enc.c avcodec/ra144enc: Fix invalid left shift of negative number 2020-01-23 12:19:07 +01:00
ra288.c avcodec/ra288: Check block_align for the assumed value 2019-11-20 15:50:15 +01:00
ra288.h
ralf.c avcodec/ralf: Check num_blocks before use 2020-05-12 21:39:13 +02:00
ralfdata.h
rangecoder.c
rangecoder.h
rasc.c avcodec/rasc: Check frame before clearing 2021-02-02 14:18:21 +01:00
ratecontrol.c avcodec/ratecontrol: fix the integer overflow after long time run 2020-06-03 06:57:50 +08:00
ratecontrol.h
raw.c
raw.h
rawdec.c avcodec/rawdec: Use linesize in b64a 2020-01-30 19:57:25 +01:00
rawenc.c
rdft.c
rdft.h
realtextdec.c
rectangle.h
remove_extradata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
reverse.c
rkmppdec.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
rl.c
rl.h
rl2.c
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
rpza.c avcodec/decode: add a flags parameter to ff_reget_buffer() 2019-09-04 10:07:12 -03:00
rscc.c avcodec/rscc: Check inflated_buf size whan it is used 2021-02-20 14:21:24 +01:00
rtjpeg.c
rtjpeg.h
rv10.c avcodec/rv10: Execute whole size check earlier for rv20 2021-10-06 14:41:41 +02:00
rv10.h
rv10enc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
rv20enc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
rv30.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
rv30data.h
rv30dsp.c
rv34.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
rv34.h pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
rv34_parser.c
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
rv40data.h
rv40dsp.c avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*() 2020-04-19 17:08:08 +02:00
rv40vlc2.h
s302m.c
s302menc.c
samidec.c
sanm.c
sbc.c
sbc.h
sbc_parser.c
sbcdec.c lavc/sbc: Remove bool usage. 2020-04-04 23:26:15 +02:00
sbcdec_data.c
sbcdec_data.h sbc: implement SBC decoder (low-complexity subband codec) 2018-03-07 22:26:53 +01:00
sbcdsp.c
sbcdsp.h
sbcdsp_data.c
sbcdsp_data.h
sbcenc.c avcodec: move msbc profile to encoder 2020-05-22 22:23:18 +02:00
sbr.h
sbrdsp.c
sbrdsp.h
sbrdsp_fixed.c avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c() 2022-09-26 16:50:49 +02:00
sbrdsp_template.c
scpr.c avcodec/scpr: Test bx before use 2023-04-15 22:38:02 +02:00
scpr.h
scpr3.c avcodec/scpr3: Check add_dec() for failure 2024-06-14 11:11:51 +02:00
scpr3.h
screenpresso.c avcodec/screenpresso: Optimize sum_delta_flipped() 2020-01-30 18:47:21 +01:00
sgi.h
sgidec.c
sgienc.c
sgirledec.c
sheervideo.c avcodec/sheervideo: Don't leave context in inconsistent state upon error 2021-02-27 07:20:58 +01:00
sheervideodata.h
shorten.c
simple_idct.c avcodec/simple_idct: Fix undefined integer overflow in idct4row() 2021-02-02 14:18:22 +01:00
simple_idct.h
simple_idct_template.c avcodec/simple_idct_template: fix integer overflow 2019-12-14 00:20:52 +01:00
sinewin.c
sinewin.h
sinewin_fixed.c
sinewin_fixed_tablegen.c
sinewin_tablegen.c
sinewin_tablegen.h
sinewin_tablegen_template.c
sipr.c
sipr.h
sipr16k.c
sipr16kdata.h
sipr_parser.c
siprdata.h
siren.c avcodec/siren: Increase noise category 5 and 6 2021-02-02 14:18:21 +01:00
smacker.c avcodec/smacker: Check remaining bits in SMK_BLK_FULL 2021-02-02 14:18:21 +01:00
smc.c
smvjpegdec.c
snappy.c avcodec/snappy: Sanity check bytestream2_get_levarint() 2020-02-03 00:11:18 +01:00
snappy.h
snow.c avcodec/snow: Fix off by 1 error in run_buffer 2024-08-01 00:30:04 +02:00
snow.h avcodec/snowdec: Maintain avmv buffer 2021-10-06 14:41:42 +02:00
snow_dwt.c
snow_dwt.h
snowdata.h
snowdec.c avcodec/snowdec: Maintain avmv buffer 2021-10-06 14:41:42 +02:00
snowenc.c avcodec/snowenc: MV limits due to mv_penalty table size 2024-07-21 17:24:41 +02:00
sonic.c avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior 2022-04-06 20:38:06 +02:00
sp5x.h
sp5xdec.c avcodec/mjpegdec: Fix memleak upon init failure 2021-02-27 07:21:00 +01:00
speedhq.c avcodec/speedhq: Check buf_size to be big enough for DC 2023-04-15 22:37:58 +02:00
srtdec.c avcodec/srtdec: Check ff_htmlmarkup_to_ass() return code 2017-05-08 17:02:02 +02:00
srtenc.c lavc/srtenc: return more meaninful error codes 2020-04-10 15:58:04 -07:00
startcode.c
startcode.h
subviewerdec.c
sunrast.c avcodec/sunrast: Fix maplength check 2023-04-15 22:38:02 +02:00
sunrast.h
sunrastenc.c
svq1.c
svq1.h libavcodec/svq: Remove ff_svq1_packet_checksum() 2020-02-19 22:37:30 +01:00
svq1_cb.h Merge commit '41ed7ab45f' 2016-06-21 21:55:34 +02:00
svq1_vlc.h
svq1dec.c avcodec/svq1dec: Check that there is data left after the header 2020-04-29 23:31:02 +02:00
svq1enc.c avcodec/svq1enc: Do not print debug RD value before it has been computed 2021-10-06 14:41:41 +02:00
svq1enc.h
svq1enc_cb.h
svq3.c avcodec/svq3: Fix segfault on allocation error, avoid allocations 2021-02-27 07:20:57 +01:00
synth_filter.c
synth_filter.h
tableprint.h
tableprint_vlc.h
tak.c avcodec/tak: Check remaining bits in ff_tak_decode_frame_header() 2024-04-14 21:19:22 +02:00
tak.h
tak_parser.c
takdec.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
takdsp.c avcodec/takdsp: Fix integer overflows 2024-04-14 21:19:24 +02:00
takdsp.h
targa.c avcodec/targa: Check colors vs. available space 2019-12-15 01:01:22 +01:00
targa.h
targa_y216dec.c
targaenc.c avcodec/targaenc: Allocate space for the palette 2024-07-21 17:27:43 +02:00
tdsc.c avcodec/tdsc: Fix tile checks 2021-02-02 14:18:20 +01:00
textdec.c
texturedsp.c
texturedsp.h
texturedspenc.c avcodec/texturedspenc: Fix indexing in color distribution determination 2022-09-26 16:50:42 +02:00
thread.h
tiertexseqv.c
tiff.c avcodec/tiff: Check value on positive signed targets 2024-07-22 01:05:07 +02:00
tiff.h tiffdec: support embedded ICC profiles 2020-01-13 23:26:25 +00:00
tiff_common.c
tiff_common.h
tiff_data.c
tiff_data.h
tiffenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
tmv.c
tpeldsp.c
tpeldsp.h
trace_headers_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
truehd_core_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
truemotion1.c avcodec/truemotion1: Height not being a multiple of 4 is unsupported 2024-04-14 21:19:53 +02:00
truemotion1data.h
truemotion2.c avcodec/truemotion2: Avoid duplicating array, fix memleak 2021-02-27 07:20:57 +01:00
truemotion2rt.c
truespeech.c avcodec/truespeech: Fix an integer overflow in truespeech_synth() 2019-12-10 16:09:14 +01:00
truespeech_data.h
tscc.c
tscc2.c
tscc2data.h
tta.c avcodec/tta: fix signed overflow in decorrelate 2024-04-14 21:19:27 +02:00
ttadata.c avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1 2021-10-06 14:41:41 +02:00
ttadata.h
ttadsp.c avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() 2021-10-21 15:26:15 +02:00
ttadsp.h
ttaenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
ttaencdsp.c
ttaencdsp.h
twinvq.c avcodec/twinvq: Check block_align 2019-11-09 17:59:03 +01:00
twinvq.h
twinvq_data.h
twinvqdec.c avcodec/twinvqdec: Correct overflow in block align check 2019-12-31 18:43:50 +01:00
txd.c avcodec/txd: Check for input size against the header size. 2020-04-29 23:33:33 +02:00
ulti.c
ulti_cb.h
unary.h
utils.c avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow 2024-08-01 00:27:24 +02:00
utvideo.c
utvideo.h
utvideodec.c avcodec/utvideodec: Fix integer overflow in decode_plane() 2020-05-12 01:00:28 +02:00
utvideodsp.c
utvideodsp.h avcodec/utvideodec: add SIMD for restore_rgb_planes 2017-06-27 09:54:10 +02:00
utvideoenc.c avcodec/utvideoenc: Use unsigned shift to build flags 2024-07-22 01:09:44 +02:00
v4l2_buffers.c avcodec/v4l2_buffers: don't prevent enqueue capture buffer to driver 2020-04-29 21:55:35 -04:00
v4l2_buffers.h
v4l2_context.c avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is set 2020-05-09 19:35:05 -04:00
v4l2_context.h
v4l2_fmt.c
v4l2_fmt.h
v4l2_m2m.c avcodec/v4l2_m2m: Avoid using intermediate buffer 2020-03-10 15:17:16 -03:00
v4l2_m2m.h
v4l2_m2m_dec.c avcodec/v4l2_m2m: handle v4l2 end of stream event 2020-04-14 23:42:05 -04:00
v4l2_m2m_enc.c avcodec/v4l2_m2m_enc: Avoid ;; 2020-06-08 01:22:34 +02:00
v210_template.c
v210dec.c avcodec/v210dec: move the stride read after its fully initialized 2019-12-12 19:25:33 +01:00
v210dec.h avcodec/v210dec: add support for frame and slice threading 2019-11-25 09:54:27 +01:00
v210enc.c
v210enc.h
v210x.c
v308dec.c
v308enc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
v408dec.c avcodec: Mark some codecs with threadsafe init as such 2017-02-07 23:31:25 +01:00
v408enc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
v410dec.c avcodec/v410dec: add support for frame and slice threading 2019-11-25 09:54:27 +01:00
v410enc.c
vaapi.h
vaapi_decode.c lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabled 2020-04-13 14:14:52 +01:00
vaapi_decode.h
vaapi_encode.c avcodec/vaapi_encode: Check hwctx 2024-07-24 14:21:47 +02:00
vaapi_encode.h lavc/vaapi_encode: Add hardware config metadata 2020-04-26 18:38:25 +01:00
vaapi_encode_h264.c lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders 2020-05-04 12:33:30 -03:00
vaapi_encode_h265.c lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders 2020-05-04 12:33:30 -03:00
vaapi_encode_mjpeg.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
vaapi_encode_mpeg2.c lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders 2020-05-04 12:33:30 -03:00
vaapi_encode_vp8.c lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders 2020-05-04 12:33:30 -03:00
vaapi_encode_vp9.c lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders 2020-05-04 12:33:30 -03:00
vaapi_h264.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_hevc.c lavc/vaapi_hevc: add missing max_8bit_constraint_flag 2020-05-27 15:34:16 +08:00
vaapi_hevc.h lavc/vaapi_hevc: add function to find exact va_profile for REXT 2020-02-24 00:09:51 +00:00
vaapi_mjpeg.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_mpeg2.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_mpeg4.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_vc1.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_vp8.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vaapi_vp9.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vb.c
vble.c avcodec/vble: Check av_image_get_buffer_size() for failure 2024-06-14 11:11:46 +02:00
vc1.c avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header() 2021-10-06 14:41:41 +02:00
vc1.h libavcodec/vc1: Remove bits variable 2020-01-11 23:31:18 +01:00
vc1_block.c avcodec/vc1_block: Fix integer overflow in ac value 2021-02-02 14:18:20 +01:00
vc1_common.h
vc1_loopfilter.c avcodec/vc1_loopfilter: Factor duplicate code in vc1_b_h_intfi_loop_filter() 2024-07-21 19:56:45 +02:00
vc1_mc.c
vc1_parser.c
vc1_pred.c
vc1_pred.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode 2021-10-06 14:41:41 +02:00
vc1dsp.c
vc1dsp.h
vc2enc.c avcodec/vc2enc: Fix overflows with storing large values 2024-07-22 01:07:45 +02:00
vc2enc_dwt.c
vc2enc_dwt.h
vcr1.c
vdpau.c
vdpau.h
vdpau_h264.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vdpau_hevc.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vdpau_internal.h Add support for VP9 VDPAU hwaccel decode 2019-10-26 09:57:01 -07:00
vdpau_mpeg4.c avcodec/vdpau_mpeg4: fix order of quant matrix coefficients 2023-05-15 18:48:57 +02:00
vdpau_mpeg12.c avcodec/vdpau_mpeg12: fix order of quant matrix coefficients 2023-05-15 18:48:57 +02:00
vdpau_vc1.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
vdpau_vp9.c lavc: Rename hwaccel.h to hwconfig.h 2020-04-26 18:38:25 +01:00
version.h Bump minor versions to separate 4.3 from master 2020-06-08 22:49:04 +02:00
videodsp.c
videodsp.h
videodsp_template.c avcodec/videodsp_template: Adjust pointers to avoid undefined pointer things 2023-04-15 22:38:06 +02:00
videotoolbox.c
videotoolbox.h
videotoolboxenc.c avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxenc 2019-11-17 16:30:15 -05:00
vima.c
vlc.h
vmdaudio.c avcodec/vmdaudio: Check block_align more 2020-01-07 02:49:54 +01:00
vmdvideo.c avcodec/vmdvideo: fix log error message 2019-10-27 12:21:23 +01:00
vmnc.c
vorbis.c
vorbis.h
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbis_parser_internal.h
vorbisdec.c avcodec/vorbisdec: Check remaining data in vorbis_residue_decode_internal() 2024-04-14 21:19:50 +02:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c
vp3.c avcodec/vp3: Replace check by assert 2024-06-14 11:11:46 +02:00
vp3_parser.c
vp3data.h
vp3dsp.c avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ff_vp3dsp_set_bounding_values() 2021-02-02 14:18:21 +01:00
vp3dsp.h vp4: prevent unaligned memory access in loop filter 2019-10-30 10:06:38 +01:00
vp4data.h
vp5.c avcodec/vp5: Check render_x/y 2019-10-25 00:22:33 +02:00
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8.c avcodec/vp8: Check cond init 2024-06-14 11:11:53 +02:00
vp8.h
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c vp9dec: support exporting QP tables through the AVVideoEncParams API 2020-05-12 09:37:47 +02:00
vp9.h
vp9_mc_template.c
vp9_metadata_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
vp9_parser.c
vp9_raw_reorder_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
vp9_superframe_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
vp9_superframe_split_bsf.c avcodec.h: split bitstream filters API into its own header 2020-05-22 14:38:57 +02:00
vp9block.c vp9dec: support exporting QP tables through the AVVideoEncParams API 2020-05-12 09:37:47 +02:00
vp9data.c
vp9data.h
vp9dec.h vp9dec: support exporting QP tables through the AVVideoEncParams API 2020-05-12 09:37:47 +02:00
vp9dsp.c
vp9dsp.h
vp9dsp_8bpp.c
vp9dsp_10bpp.c
vp9dsp_12bpp.c
vp9dsp_template.c avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper 2021-02-20 14:21:24 +01:00
vp9lpf.c
vp9mvs.c
vp9prob.c
vp9recon.c vp9: recon: Use emulated edge to prevent buffer overflows 2025-01-04 07:31:08 -05:00
vp9shared.h
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c avcodec/vqavideo: reset accounting on error 2022-04-06 20:38:05 +02:00
vt_internal.h
wavpack.c avcodec/wavpack: Avoid undefined shift in get_tail() 2023-04-15 22:38:01 +02:00
wavpack.h avcodec/wavpack: add support for DSD files 2020-03-11 21:11:36 +01:00
wavpackenc.c avcodec/wavpackenc: Use unsigned for potential 31bit shift 2024-06-14 11:11:51 +02:00
wavpackenc.h
wcmv.c
webp.c avcodec/webp: Check available space in loop in decode_entropy_coded_image() 2021-10-06 14:41:41 +02:00
webp_parser.c avcodec: add a WebP parser 2020-04-16 15:05:07 -03:00
webvttdec.c
webvttenc.c lavc/webvttenc: return more meaningful error codes 2020-04-10 15:58:04 -07:00
wma.c
wma.h avcodec/wmadec: Keep track of exponent initialization per channel 2019-12-28 11:20:48 +01:00
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wmadata.h
wmadec.c avcodec/wmadec: cosmetics 2020-03-22 11:55:44 -03:00
wmaenc.c
wmalosslessdec.c avcodec/wmalosslessdec: Check remaining space before padding and channel residue 2021-02-02 14:18:20 +01:00
wmaprodata.h
wmaprodec.c avcodec/wmaprodec: Check packet size 2021-02-02 14:18:21 +01:00
wmavoice.c avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response() 2020-02-03 00:11:18 +01:00
wmavoice_data.h
wmv2.c
wmv2.h
wmv2data.c
wmv2data.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c Revert "avcodec: Add FF_CODEC_CAP_INIT_CLEANUP" 2021-04-03 21:35:48 +02:00
wnv1.c avcodec/wnv1: Check for width =1 2022-09-26 16:50:46 +02:00
wrapped_avframe.c
ws-snd1.c
xan.c
xbmdec.c
xbmenc.c
xface.c
xface.h
xfacedec.c
xfaceenc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
xiph.c avcodec/xiph: Return better error codes 2020-05-23 07:07:36 +02:00
xiph.h
xl.c
xma_parser.c
xpmdec.c avcodec/xpmdec: Check size before allocation to avoid truncation 2023-04-15 22:38:07 +02:00
xsubdec.c avcodec/xsubdec: Check parse_timecode() 2024-07-21 21:44:55 +02:00
xsubenc.c lavc/xsubenc: return meaningfull error codes 2020-04-10 15:58:04 -07:00
xvididct.c avcodec/xvididct: Make c* unsigned to avoid undefined overflows 2024-04-14 21:19:37 +02:00
xvididct.h
xvmc.h
xvmc_internal.h Convert XvMC to hwaccel v3 2013-12-22 22:03:47 +01:00
xwd.h
xwddec.c
xwdenc.c
xxan.c
y41pdec.c
y41penc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
ylc.c pthread_frame: merge the functionality for normal decoder init and init_thread_copy 2020-04-10 15:24:54 +02:00
yop.c avcodec/decode: add a flags parameter to ff_reget_buffer() 2019-09-04 10:07:12 -03:00
yuv4dec.c
yuv4enc.c avcodec: deprecate Lossless and Intra Only encoder capabilites 2020-05-21 12:32:15 -03:00
zerocodec.c avcodec/zerocodec: use init cleanup internal cap 2020-04-10 12:22:09 +02:00
zmbv.c avcodec/zmbv: remove the unnecessary type conversion 2020-05-08 09:11:56 +08:00
zmbvenc.c avcodec/zmbvenc: Correct offset in buffer 2019-10-12 13:39:45 +02:00