ffmpeg/libavcodec
Janne Grunau adef01c370 h264: check ref_count validity for num_ref_idx_active_override_flag
Fixes segfault in the fuzzed sample bipbop234.ts_s226407.
CC: libav-stable@libav.org
(cherry-picked from commit 6e5cdf2628)
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2013-01-12 17:59:41 +01:00
..
alpha
arm
avr32
bfin
mips
mlib
ppc
ps2
sh4
sparc
x86 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 2012-03-06 13:55:35 +01:00
4xm.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
8bps.c
8svx.c
a64colors.h
a64enc.h
a64multienc.c
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h
aac.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN. 2013-01-12 17:59:39 +01:00
aacdectab.h
aacenc.c
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c aac: Reset PS parameters on header decode failure. 2012-04-29 22:07:02 +02:00
aacps.h
aacpsdata.c
aacpsy.c
aacpsy.h
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec.c ac3dec: ensure get_buffer() gets a buffer for the correct number of channels 2012-10-14 15:27:39 -04:00
ac3dec.h
ac3dsp.c ac3: Do not read past the end of ff_ac3_band_start_tab. 2012-03-06 15:28:01 -08:00
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c
ac3enc.c
ac3enc.h
ac3tab.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
ac3tab.h mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm_data.c
adpcm_data.h
adpcm.c xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. 2012-03-14 21:34:36 +01:00
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c
alac.c alacdec: do not be too strict about the extradata size 2013-01-12 17:59:40 +01:00
alacenc.c
allcodecs.c
alsdec.c alsdec: fix number of decoded samples in first sub-block in BGMC mode. 2012-10-17 21:31:21 +02:00
amr.h
amrnbdata.h
amrnbdec.c amrnbdec: check frame size before decoding. 2012-03-05 14:48:35 +01:00
amrwbdata.h
amrwbdec.c amrwb: remove duplicate arguments from extrapolate_isf(). 2012-03-04 21:26:28 +01:00
anm.c
ansi.c
apedec.c apedec: check bits <= 32. 2012-04-29 22:07:03 +02:00
api-example.c
ass.c
ass.h
assdec.c
assenc.c
asv1.c
atrac1.c
atrac1data.h
atrac3.c
atrac3data.h
atrac.c
atrac.h
audioconvert.c
audioconvert.h
aura.c
avcodec.h
avfft.c
avfft.h
avpacket.c
avs.c avsdec: Set dimensions instead of relying on the demuxer. 2012-10-14 15:29:00 -04:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c
binkaudio.c
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream_filter.c
bitstream.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
bmp.c bmpdec: only initialize palette for pal8. 2012-09-28 08:04:43 +02:00
bmp.h
bmpenc.c
bmv.c
bytestream.h bytestream: add more unchecked variants for bytestream2 API 2012-04-29 22:07:02 +02:00
c93.c
cabac_functions.h
cabac.c
cabac.h
cavs_parser.c
cavs.c
cavs.h
cavsdata.h
cavsdec.c cavsdec: check for changing w/h. 2012-10-14 16:03:24 -04:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
celp_filters.c celp filters: Do not read earlier than the start of the 'out' vector. 2012-05-04 22:09:27 +02:00
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cljr.c
cook.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
cookdata.h cook: extend channel uncoupling tables so the full bit range is covered. 2012-03-14 20:47:19 +01:00
cos_tablegen.c
cscd.c cscd: use negative error values to indicate decode_init() failures. 2012-03-05 14:48:35 +01:00
cyuv.c
dca_parser.c
dca.c dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 2012-03-14 23:32:15 +01:00
dca.h
dcadata.h dca: prevent accessing static arrays with invalid indexes. 2012-03-13 23:22:32 +01:00
dcadsp.c
dcadsp.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32.c
dct32.h
dct-test.c
dct.c
dct.h
dctref.c
dctref.h
dfa.c dfa: improve boundary checks in decode_dds1() 2012-10-14 16:03:23 -04:00
dirac_parser.c
dirac.c
dirac.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
dnxhdenc.c
dnxhdenc.h
dpcm.c dpcm: ignore extra unpaired bytes in stereo streams. 2012-03-06 15:28:01 -08:00
dpx.c
dpxenc.c
dsicinav.c dsicinvideo: validate buffer offset before copying pixels. 2012-03-14 20:47:19 +01:00
dsputil_template.c
dsputil.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
dsputil.h
dump_extradata_bsf.c
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dv.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
dvbsub_parser.c
dvbsub.c
dvbsubdec.c
dvdata.c dv: check buffer size before reading profile. 2012-03-13 23:30:21 +01:00
dvdata.h
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dwt.c
dwt.h
dxa.c
dxtory.c
dxva2_h264.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c
dxva2.h
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eamad.c
eatgq.c tgq: convert to bytestream2 API. 2012-03-14 21:09:19 +01:00
eatgv.c
eatqi.c tqi: Pass errors from the MB decoder 2012-05-23 20:43:42 +02:00
elbg.c
elbg.h
error_resilience.c error_resilience: initialize s->block_index[]. 2012-03-08 22:07:55 +01:00
escape124.c Replace computations of remaining bits with calls to get_bits_left(). 2012-03-14 21:27:16 +01:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
faxcompr.h
fft_fixed.c
fft_float.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.c
fft.h
ffv1.c
flac_parser.c
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c
flacenc.c flacenc: ensure the order is within the min/max range in LPC order search 2013-01-02 20:44:31 +01:00
flashsv.c flashsv: make sure data for zlib priming is available 2013-01-12 17:59:40 +01:00
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
fraps.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
frwu.c
g722.c
g722.h
g722dec.c g722: Fix the QMF scaling 2012-03-06 15:45:30 +02:00
g722enc.c g722: Fix the QMF scaling 2012-03-06 15:45:30 +02:00
g726.c
get_bits.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
gif.c
gifdec.c
golomb.c
golomb.h golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 2012-09-28 08:07:00 +02:00
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.h
h261dec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
h261enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
h263_parser.c
h263_parser.h
h263.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263data.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h263dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
h264_cabac.c h264: prevent overreads in intra PCM decoding. 2012-03-05 14:48:35 +01:00
h264_cavlc.c
h264_direct.c h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction. 2012-03-14 21:00:52 +01:00
h264_loopfilter.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c Fix parser not to clobber has_b_frames when extradata is set. 2012-02-26 15:56:55 +01:00
h264_ps.c h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 2013-01-12 17:59:40 +01:00
h264_refs.c
h264_sei.c Replace computations of remaining bits with calls to get_bits_left(). 2012-03-14 21:27:16 +01:00
h264.c h264: check ref_count validity for num_ref_idx_active_override_flag 2013-01-12 17:59:41 +01:00
h264.h
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
h264idct.c
h264pred_template.c
h264pred.c
h264pred.h
huffman.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
huffman.h
huffyuv.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
idcinvideo.c
iff.c
iirfilter.c
iirfilter.h
imc.c
imcdata.h
imgconvert.c imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt 2012-09-28 08:06:02 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c indeo3: when freeing buffers, set pointers referencing them to NULL as well 2013-01-05 00:27:34 +01:00
indeo3data.h
indeo4.c factor out common decoding code for Indeo 4 and Indeo 5 2012-10-14 16:03:23 -04:00
indeo4data.h
indeo5.c indeo5: check tile size in decode_mb_info(). 2012-10-14 16:03:24 -04:00
indeo5data.h
intelh263dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
internal.h
interplayvideo.c
intrax8.c
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
ituh263enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
ivi_common.c ivi_common: check that scan pattern is set before using it. 2013-01-02 20:25:32 +01:00
ivi_common.h indeo5dec: Make sure we have had a valid gop header. 2012-10-14 16:03:24 -04:00
ivi_dsp.c
ivi_dsp.h
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c jvdec: unbreak video decoding 2012-03-14 21:02:23 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c kgv1dec: Increase offsets array size so it is large enough. 2012-03-06 15:28:00 -08:00
kmvc.c kmvc: Check palsize. 2012-03-06 15:28:00 -08:00
lagarith.c lagarith: check count before writing zeros. 2012-10-14 16:03:24 -04:00
lagarithrac.c lagarith: fix buffer overreads. 2012-04-29 22:07:03 +02:00
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c lcl: return negative error codes on decode_init() errors. 2012-03-04 12:26:06 +01:00
lclenc.c
libavcodec.v
libdirac_libschro.c
libdirac_libschro.h
libdirac.h
libdiracdec.c
libdiracenc.c
libfaac.c
libgsm.c
libmp3lame.c
libopencore-amr.c
libopenjpeg.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libvo-aacenc.c
libvo-amrwbenc.c
libvorbis.c libvorbis: use VBR by default, with default quality of 3 2012-10-18 10:53:51 +02:00
libvpxdec.c
libvpxenc.c
libx264.c libx264: add 'stats' private option for setting 2pass stats filename. 2012-03-14 21:00:12 +01:00
libxavs.c
libxvid_internal.h
libxvid_rc.c
libxvidff.c
ljpegenc.c
loco.c
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c lzw: prevent buffer overreads. 2012-04-29 22:07:03 +02:00
lzw.h
lzwenc.c
mace.c
Makefile mov: set channel layout for AC-3 streams based on the 'dac3' atom info 2012-03-08 22:07:54 +01:00
mathops.h
mdct_fixed.c
mdct_float.c
mdct.c
mdec.c
mimic.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c mjpegbdec: Fix overflow in SOS. 2012-02-28 22:20:45 +01:00
mjpegdec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mjpegdec.h
mjpegenc.c
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c
mlpdsp.c
mmvideo.c algmm: convert to bytestream2 API. 2012-03-14 21:09:19 +01:00
motion_est_template.c
motion_est.c
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpc7data.h
mpc8.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpc8data.h
mpc8huff.h
mpc.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpc.h
mpcdata.h mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 2012-03-14 20:48:29 +01:00
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h
mpeg4videodec.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpeg4videoenc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpeg12.c mpeg12: do not decode extradata more than once. 2013-01-05 00:35:58 +01:00
mpeg12.h mpeg12: do not decode extradata more than once. 2013-01-05 00:35:58 +01:00
mpeg12data.c mpeg12: Pad framerate tab to 16 entries. 2012-03-06 15:28:00 -08:00
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_float.c
mpegaudiodec.c mp3: properly forward mp_decode_frame errors 2013-01-05 11:49:25 +01:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc.c
mpegaudiotab.h
mpegvideo_common.h mpegvideo: Don't use ff_mspel_motion() for vc1 2012-09-28 08:06:18 +02:00
mpegvideo_enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
mpegvideo.h h264: increase reference poc list from 16 to 32. 2012-03-14 21:34:13 +01:00
msgsmdec.c
msgsmdec.h
msmpeg4.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
msmpeg4.h
msmpeg4data.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
msmpeg4data.h
msrle.c
msrledec.c
msrledec.h
msvideo1.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c
nuv.c nuv: check RTjpeg header for validity 2012-09-28 08:05:24 +02:00
opt.h
options.c lavc: remove stats_out from the options table. 2012-10-22 18:51:50 +02:00
pamenc.c
parser.c
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-mpeg.c lpcm: fix sample size calculation for 20bit LCPM. 2012-03-13 23:12:00 +01:00
pcm.c
pcx.c
pcxenc.c
pgssubdec.c
pictordec.c
png.c
png.h
pngdec.c png: check bit depth for PAL8/Y400A pixel formats. 2012-06-03 19:04:51 +02:00
pngenc.c
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdec.c
proresdsp.c
proresdsp.h
psymodel.c
psymodel.h
pthread.c
ptx.c
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c qdm2: clip array indices returned by qdm2_get_vlc(). 2012-06-02 19:17:53 -04:00
qdm2data.h
qdrw.c
qpeg.c
qtrle.c qtrle: return error on decode_init() failure. 2012-02-29 21:43:20 +01:00
qtrleenc.c
r210dec.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c
ratecontrol.h
raw.c
raw.h
rawdec.c raw: forward avpicture_fill() error code in raw_decode(). 2012-04-29 22:07:02 +02:00
rawenc.c
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c
rl2.c
rl.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h roqvideo: convert to bytestream2 API. 2012-03-14 21:09:40 +01:00
roqvideodec.c roqvideo: convert to bytestream2 API. 2012-03-14 21:09:40 +01:00
roqvideoenc.c
rpza.c rpza: error out on buffer overreads. 2012-02-29 21:43:20 +01:00
rtjpeg.c
rtjpeg.h nuv: check RTjpeg header for validity 2012-09-28 08:05:24 +02:00
rv10.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c rv34: error out on size changes with frame threading 2012-10-06 08:43:42 +02:00
rv34.h
rv34data.h h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
rv34dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
rv34dsp.h
rv34vlc.h
rv40.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
sbr.h
sgi.h
sgidec.c
sgienc.c
shorten.c
simple_idct_template.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
simple_idct.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c sipr: fall back to setting mode based on bit_rate. 2012-09-28 08:04:33 +02:00
sipr.h
siprdata.h
smacker.c smacker audio: sign-extend the initial 16-bit predicted value 2012-10-18 11:13:05 +02:00
smc.c smc: port to bytestream2 API. 2012-03-14 21:09:28 +01:00
snow.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
snow.h
snowdata.h
snowdec.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
snowenc.c snow: Check mallocs at init 2012-10-06 08:43:43 +02:00
sp5x.h
sp5xdec.c
srtdec.c Fix format string vulnerability detected by -Wformat-security. 2012-03-05 18:01:37 +01:00
sunrast.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
svq1enc_cb.h
svq1enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
svq3.c svq3: replace unsafe pointer casting with intreadwrite macros 2012-10-23 16:38:52 +02:00
synth_filter.c
synth_filter.h
tableprint.h
targa.c
targa.h
targaenc.c
thread.h
tiertexseqv.c
tiff.c tiffdec: Prevent illegal memory access caused by recycled pointers. 2012-03-13 23:30:55 +01:00
tiff.h
tiffenc.c tiffenc: Check av_malloc() results. 2012-10-19 19:23:14 +02:00
tmv.c
truemotion1.c
truemotion1data.h
truemotion2.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
truespeech_data.h
truespeech.c
tscc.c
tta.c tta: prevents overflows for 32bit integers in header. 2012-05-04 21:28:45 +02:00
twinvq_data.h
twinvq.c
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c
utvideo.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
v210dec.c
v210enc.c
v210x.c
v410dec.c
v410enc.c
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c
vaapi.h
vb.c
vble.c
vc1_parser.c vc1parse: call vc1_init_common(). 2012-02-26 10:03:16 +01:00
vc1.c vc1: Do not read from array if index is invalid. 2012-04-29 22:07:02 +02:00
vc1.h vc1parse: call vc1_init_common(). 2012-02-26 10:03:16 +01:00
vc1acdata.h
vc1data.c vc1: Do not read from array if index is invalid. 2012-04-29 22:07:02 +02:00
vc1data.h vc1: Do not read from array if index is invalid. 2012-04-29 22:07:02 +02:00
vc1dec.c vc1dec: check that coded slice positions and interlacing match. 2012-10-17 21:35:25 +02:00
vc1dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vc1dsp.h
vcr1.c
vda_h264.c
vda_internal.h
vda.c
vda.h
vdpau_internal.h
vdpau.c
vdpau.h
version.h
vmdav.c
vmnc.c vmnc: return error on decode_init() failure. 2012-02-29 21:43:20 +01:00
vorbis_data.c
vorbis_enc_data.h
vorbis.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vorbis.h vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vorbisdec.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vorbisenc.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 08:43:43 +02:00
vp3_parser.c
vp3.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
vp3data.h
vp3dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vp5.c vp56: make parse_header return standard error codes 2013-01-02 20:28:08 +01:00
vp5data.h
vp6.c vp6: properly fail on unsupported feature 2013-01-05 12:02:22 +01:00
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c vp8: reset loopfilter delta values at keyframes. 2013-01-02 20:29:41 +01:00
vp8.h
vp8data.h
vp8dsp.c Don't use ff_cropTbl[] for IDCT. 2012-03-08 22:07:55 +01:00
vp8dsp.h
vp56.c vp56: release frames on error 2013-01-02 20:28:18 +01:00
vp56.h vp56: make parse_header return standard error codes 2013-01-02 20:28:08 +01:00
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c vqavideo: return error if image size is not a multiple of block size 2012-05-04 22:14:26 +02:00
w32pthreads.h
wavpack.c
wma.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-09-29 09:34:19 +02:00
wma.h wma: fix invalid buffer size assumptions causing random overreads. 2012-03-04 12:26:06 +01:00
wmadata.h
wmadec.c wma: fix off-by-one in array bounds check. 2012-03-13 23:30:39 +01:00
wmaenc.c wmaenc: fix m/s stereo encoding for the first frame 2012-03-04 21:26:29 +01:00
wmaprodata.h
wmaprodec.c wmapro: prevent division by zero when sample rate is unspecified 2012-10-18 07:41:21 +02:00
wmavoice_data.h
wmavoice.c wmavoice: fix stack overread. 2012-04-29 22:07:01 +02:00
wmv2.c
wmv2.h
wmv2dec.c
wmv2enc.c h263: Add ff_ prefix to nonstatic symbols 2012-09-29 09:34:19 +02:00
wnv1.c
ws-snd1.c
xan.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvmc_internal.h
xvmc.h
xxan.c xxan: protect against chroma LUT overreads. 2012-03-14 20:47:19 +01:00
yop.c
zmbv.c
zmbvenc.c