ffmpeg/libavcodec
Xi Wang 78889be3fb atrac3: avoid oversized shifting in decode_bytes()
When `off' is 0, `0x537F6103 << 32' in the following expression invokes
undefined behavior, the result of which is not necessarily 0.

    (0x537F6103 >> (off * 8)) | (0x537F6103 << (32 - (off * 8)))

Avoid oversized shifting.

CC: libav-stable@libav.org

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

(cherry picked from commit eba1ff3130)

Conflicts:
	libavcodec/atrac3.c
2013-05-09 11:29:05 +02:00
..
alpha
arm ARM: workaround for bug in GNU assembler 2011-09-26 19:26:28 +02:00
avr32
bfin
mips
mlib
ppc ppc: fix 32-bit PIC build 2011-09-26 19:31:32 +02:00
ps2
sh4
sparc
x86 x86: fix build with gcc 4.7 2012-06-02 19:22:50 -04:00
4xm.c 4xm: prevent NULL dereference with invalid huffman table 2012-03-18 17:50:41 +01:00
8bps.c
8svx.c
Makefile ac3enc: split templated float vs. fixed functions into a separate file. 2011-06-13 16:49:35 -04:00
a64colors.h
a64enc.h
a64multienc.c
a64tables.h
aac.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c Fixed size given to init_get_bits(). 2011-09-26 19:26:32 +02:00
aac_parser.c
aac_tablegen.c
aac_tablegen.h
aac_tablegen_decl.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 19:27:42 +01:00
aacdectab.h
aacenc.c
aacenc.h
aacps.c aacps: skip some memcpy() if src and dst would be equal 2011-09-26 19:26:29 +02:00
aacps.h
aacps_tablegen.c
aacps_tablegen.h
aacpsdata.c
aacpsy.c
aacpsy.h
aacsbr.c aacsbr: prevent out of bounds memcpy(). 2012-05-28 20:55:34 +02:00
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3.c
ac3.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
ac3_parser.c
ac3_parser.h
ac3dec.c
ac3dec.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dsp.c ac3: Do not read past the end of ff_ac3_band_start_tab. 2012-04-01 18:33:28 +02:00
ac3dsp.h
ac3enc.c ac3enc: fix allocation of floating point samples. 2011-06-13 17:49:37 -04:00
ac3enc.h ac3enc: fix allocation of floating point samples. 2011-06-13 17:49:37 -04:00
ac3enc_fixed.c ac3enc: split templated float vs. fixed functions into a separate file. 2011-06-13 16:49:35 -04:00
ac3enc_float.c ac3enc: remove empty ac3_float function that is never called 2011-06-13 16:49:35 -04:00
ac3enc_opts_template.c ac3enc: split templated float vs. fixed functions into a separate file. 2011-06-13 16:49:35 -04:00
ac3enc_template.c ac3enc: use correct alignment and length in channel coupling dsp functions. 2011-06-15 17:56:49 -04:00
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c adpcm: ADPCM Electronic Arts has always two channels 2012-05-23 15:05:27 +02:00
adx.h
adxdec.c
adxenc.c
alac.c alacdec: do not be too strict about the extradata size 2013-01-12 19:34:10 +01:00
alacenc.c
allcodecs.c
alsdec.c alsdec: fix number of decoded samples in first sub-block in BGMC mode. 2013-01-04 07:43:38 +01:00
amr.h
amrnbdata.h
amrnbdec.c doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
amrwbdata.h
amrwbdec.c
anm.c anm: prevent infinite loop 2012-03-18 17:50:40 +01:00
ansi.c
apedec.c doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
api-example.c
ass.c
ass.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
assdec.c
assenc.c
asv1.c
atrac.c
atrac.h
atrac1.c
atrac1data.h
atrac3.c atrac3: avoid oversized shifting in decode_bytes() 2013-05-09 11:29:05 +02:00
atrac3data.h
audioconvert.c
audioconvert.h
aura.c
avcodec.h avcodec: Remove a misplaced and useless attribute_deprecated 2012-03-23 11:59:07 +02:00
avfft.c
avfft.h
avpacket.c
avs.c avsdec: Set dimensions instead of relying on the demuxer. 2013-01-04 07:43:37 +01:00
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c bink: Check for various out of bound writes 2012-03-18 17:50:35 +01:00
binkaudio.c
binkdata.h
binkidct.c
bitstream.c ffv1: fix undefined behavior with insane widths. 2011-06-13 20:42:14 +02:00
bitstream_filter.c
bmp.c bmpdec: only initialize palette for pal8. 2013-01-04 07:43:21 +01:00
bmp.h
bmpenc.c
bytestream.h bytestream: add a new set of bytestream functions with overread checking 2013-01-04 07:43:37 +01:00
c93.c
cabac.c
cabac.h
cavs.c
cavs.h
cavs_parser.c
cavsdata.h
cavsdec.c cavsdec: check for changing w/h. 2013-01-04 07:43:37 +01:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c Fix incorrect max_lowres values 2011-09-26 19:26:29 +02:00
celp_filters.c celp filters: Do not read earlier than the start of the 'out' vector. 2012-05-06 21:40:58 +02:00
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c cinepak: Fix invalid read access on extra data 2012-03-18 17:50:30 +01:00
cljr.c cljr: init_get_bits size in bits instead of bytes 2011-09-26 19:26:32 +02:00
cook.c cook: prevent div-by-zero if channels is zero. 2012-04-01 18:33:26 +02:00
cookdata.h
cos_tablegen.c
cscd.c cscd: use negative error values to indicate decode_init() failures. 2012-04-01 18:33:28 +02:00
cyuv.c
dca.c dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 2012-04-01 18:33:29 +02:00
dca.h
dca_parser.c
dcadata.h
dcadsp.c
dcadsp.h
dcahuff.h
dct-test.c
dct.c
dct.h
dct32.c
dct32.h
dct32_fixed.c
dct32_float.c
dctref.c
dctref.h
dfa.c dfa: improve boundary checks in decode_dds1() 2013-02-02 09:54:16 +01:00
dirac.c
dirac.h
dirac_parser.c
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c
dnxhdenc.c
dnxhdenc.h
dpcm.c dpcm: ignore extra unpaired bytes in stereo streams. 2012-05-28 20:55:34 +02:00
dpx.c
dpxenc.c
dsicinav.c dsicinvideo: validate buffer offset before copying pixels. 2012-04-01 18:33:29 +02:00
dsputil.c dsputil: fix invalid array indexing 2013-05-09 11:29:05 +02:00
dsputil.h 4:4:4 H.264 decoding support 2011-06-13 21:16:30 -07:00
dsputil_template.c 4:4:4 H.264 decoding support 2011-06-13 21:16:30 -07:00
dump_extradata_bsf.c
dv.c
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dvbsub.c
dvbsub_parser.c
dvbsubdec.c
dvdata.c
dvdata.h
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dwt.c
dwt.h
dxa.c
dxva2.c
dxva2.h
dxva2_h264.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
eac3dec.c
eac3dec_data.c
eac3dec_data.h
eac3enc.c ac3enc: split templated float vs. fixed functions into a separate file. 2011-06-13 16:49:35 -04:00
eac3enc.h
eacmv.c eacmv: check for out of bound reads 2012-03-18 17:50:40 +01:00
eaidct.c
eamad.c
eatgq.c
eatgv.c
eatqi.c tqi: Pass errors from the MB decoder 2012-05-23 20:44:57 +02:00
elbg.c
elbg.h
error_resilience.c error_resilience: skip last-MV predictor step if MVs are not available. 2011-06-20 22:18:27 +02:00
escape124.c
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.c
fft.h
fft_fixed.c
fft_float.c
ffv1.c ffv1: Fixed size given to init_get_bits() in decoder. 2011-09-26 19:26:31 +02:00
flac.c
flac.h
flac_parser.c
flacdata.c
flacdata.h
flacdec.c flac: fix infinite loops on all-zero input or end-of-stream. 2012-04-01 18:33:26 +02:00
flacenc.c flacenc: ensure the order is within the min/max range in LPC order search 2013-01-12 19:20:27 +01:00
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c
fmtconvert.h
fraps.c fraps: release reference buffer on pix_fmt change. 2012-04-01 18:33:27 +02:00
frwu.c
g722.c
g726.c
g729data.h
g729dec.c
get_bits.h
gif.c
gifdec.c
golomb.c
golomb.h flac: fix infinite loops on all-zero input or end-of-stream. 2012-04-01 18:33:26 +02:00
gsmdec.c
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
h261.c
h261.h
h261_parser.c
h261data.h
h261dec.c
h261enc.c
h263.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
h263.h h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
h263_parser.c
h263_parser.h
h263data.h h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
h263dec.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
h264.c h264: check for luma and chroma bit depth being equal 2013-05-09 11:20:11 +02:00
h264.h h264: disallow constrained intra prediction modes for luma. 2012-02-19 15:41:16 +01:00
h264_cabac.c h264: prevent overreads in intra PCM decoding. 2012-04-01 18:33:28 +02:00
h264_cavlc.c h264: disallow constrained intra prediction modes for luma. 2012-02-19 15:41:16 +01:00
h264_direct.c
h264_loopfilter.c H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF 2011-06-23 09:14:55 +02:00
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c Fix parser not to clobber has_b_frames when extradata is set. 2012-04-01 18:33:27 +02:00
h264_ps.c h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 2013-01-12 19:34:10 +01:00
h264_refs.c h264: correct the check for invalid long term frame index in MMCO decode 2011-09-26 19:26:30 +02:00
h264_sei.c
h264data.h
h264dsp.c
h264dsp.h 4:4:4 H.264 decoding support 2011-06-13 21:16:30 -07:00
h264dsp_template.c
h264idct.c
h264idct_template.c doxygen: Remove spurious documentation for non-existing function parameters. 2011-07-03 19:58:33 +02:00
h264pred.c h264pred: use unsigned types for pixel values, fix signed overflows 2012-02-19 15:08:42 +01:00
h264pred.h
h264pred_template.c h264pred: use unsigned types for pixel values, fix signed overflows 2012-02-19 15:08:42 +01:00
high_bit_depth.h Add LGPL license boilerplate to files lacking it. 2011-07-12 18:13:35 +02:00
huffman.c
huffman.h
huffyuv.c huffyuv: add padding to classic (v1) huffman tables. 2012-04-01 18:33:29 +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-10-06 09:40:46 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c indeo2: fail if input buffer too small 2011-09-26 19:26:31 +02:00
indeo2data.h
indeo3.c
indeo3data.h
indeo5.c indeo5: update AVCodecContext width/height on size change 2013-05-09 11:20:10 +02:00
indeo5data.h
intelh263dec.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
internal.h
interplayvideo.c
intrax8.c
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
ituh263enc.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
ivi_common.c indeo4/5: check empty tile size in decode_mb_info(). 2013-02-02 09:54:16 +01:00
ivi_common.h indeo4/5: check empty tile size in decode_mb_info(). 2013-02-02 09:54:16 +01:00
ivi_dsp.c
ivi_dsp.h
jfdctfst.c
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c jvdec: unbreak video decoding 2012-04-01 18:33:29 +02:00
kbdwin.c
kbdwin.h
kgv1dec.c kgv1dec: Increase offsets array size so it is large enough. 2012-04-01 18:33:29 +02:00
kmvc.c kmvc: Check palsize. 2012-05-29 15:40:57 +02:00
lagarith.c lagarith: check count before writing zeros. 2013-01-04 07:43:37 +01:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c lcl: use AVERROR_INVALIDDATA instead of AVERROR_UNKNOWN 2012-04-01 18:33:30 +02:00
lclenc.c
libavcodec.v
libdirac.h
libdirac_libschro.c
libdirac_libschro.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
libtheoraenc.c
libvo-aacenc.c
libvo-amrwbenc.c
libvorbis.c vorbis: vpxenc: Add missing include for av_rescale* 2011-07-12 18:05:55 +02:00
libvpxdec.c
libvpxenc.c vorbis: vpxenc: Add missing include for av_rescale* 2011-07-12 18:05:55 +02:00
libx264.c libx264: do not set pic quality if no frame is output 2011-09-26 19:26:30 +02:00
libxavs.c
libxvid_internal.h
libxvid_rc.c
libxvidff.c libxvid: add missing include of libavutil/mathematics.h 2011-07-12 18:05:55 +02:00
ljpegenc.c
loco.c
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
mathops.h
mdct.c
mdct_fixed.c
mdct_float.c
mdec.c
mimic.c
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c mjpegbdec: Fix overflow in SOS. 2012-04-01 18:33:29 +02:00
mjpegdec.c jpegdec: actually search for and parse RSTn 2011-08-21 11:08:27 +02:00
mjpegdec.h
mjpegenc.c
mjpegenc.h
mlp.c
mlp.h
mlp_parser.c
mlp_parser.h
mlpdec.c
mlpdsp.c
mmvideo.c
motion-test.c
motion_est.c motion_est: make MotionExtContext.map_generation unsigned 2012-03-18 17:50:41 +01:00
motion_est_template.c motion_est: make MotionExtContext.map_generation unsigned 2012-03-18 17:50:41 +01:00
motionpixels.c motionpixels: Clip YUV values after applying a gradient. 2012-05-06 21:40:58 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc.c
mpc.h
mpc7.c mpc7: return error if packet is too small. 2012-03-18 17:50:22 +01:00
mpc7data.h
mpc8.c mpc8: Check out of bound bands limit 2012-03-18 17:50:31 +01:00
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video.c
mpeg4video.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4videodec.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
mpeg4videoenc.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
mpeg12.c mpeg12: do not decode extradata more than once. 2013-02-02 09:54:16 +01:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c mpeg12enc: use sign_extend() function 2012-03-18 17:50:35 +01:00
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec.c mpegaudiodec: fix short_start calculation 2013-01-04 07:43:38 +01:00
mpegaudiodec_float.c
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudioenc.c
mpegaudiotab.h
mpegvideo.c mpegvideo: set correct offset for edge emulation buffer. 2012-03-18 17:50:30 +01:00
mpegvideo.h motion_est: make MotionExtContext.map_generation unsigned 2012-03-18 17:50:41 +01:00
mpegvideo_common.h mpegvideo: Don't use ff_mspel_motion() for vc1 2012-10-06 09:40:46 +02:00
mpegvideo_enc.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
mpegvideo_parser.c
mpegvideo_xvmc.c
msgsmdec.c
msgsmdec.h
msmpeg4.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
msmpeg4.h
msmpeg4data.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
msmpeg4data.h
msrle.c
msrledec.c
msrledec.h
msvideo1.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c nellymoser: check output buffer size before decoding 2012-03-18 17:50:17 +01:00
nellymoserenc.c
noise_bsf.c
nuv.c nuv: check RTjpeg header for validity 2012-10-06 09:40:46 +02:00
opt.h Add LGPL license boilerplate to files lacking it. 2011-07-12 18:13:35 +02:00
options.c lavc: fix type for thread_type option 2011-09-26 19:26:31 +02:00
pamenc.c
parser.c parser: fix large overreads 2013-05-09 11:29:05 +02:00
parser.h
pcm-mpeg.c
pcm.c
pcm_tablegen.c
pcm_tablegen.h
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:16:37 +02:00
pngenc.c
pnm.c
pnm.h
pnm_parser.c
pnmdec.c Fix incorrect max_lowres values 2011-09-26 19:26:29 +02:00
pnmenc.c
psymodel.c
psymodel.h
pthread.c mt: proper locking around release_buffer calls. 2011-07-12 18:13:35 +02:00
ptx.c ptx: check for out of bound reads 2012-03-18 17:50:40 +01:00
put_bits.h put_bits: fix invalid shift by 32 in flush_put_bits() 2012-03-18 17:50:35 +01:00
qcelpdata.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
qcelpdec.c qcelpdec: fix the return value of qcelp_decode_frame(). 2012-03-18 17:50:30 +01:00
qdm2.c qdm2: clip array indices returned by qdm2_get_vlc(). 2012-06-02 19:22:43 -04:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c quickdraw: Check for out of bound reads 2012-03-18 17:50:31 +01:00
qpeg.c
qtrle.c qtrle: return error on decode_init() failure. 2012-04-01 18:33:27 +02: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 rawdec: Fix decoding of QT WRAW files. 2011-06-23 08:50:37 +02:00
raw.h
rawdec.c raw: move buffer size check up. 2012-04-01 18:33:29 +02:00
rawenc.c
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample.c
resample2.c
rl.h
rl2.c
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
rpza.c rpza: error out on buffer overreads. 2012-04-01 18:33:27 +02:00
rtjpeg.c
rtjpeg.h nuv: check RTjpeg header for validity 2012-10-06 09:40:46 +02:00
rv10.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
rv10enc.c
rv20enc.c
rv30.c rv30: return AVERROR(EINVAL) instead of EINVAL 2011-09-26 19:26:29 +02:00
rv30data.h
rv30dsp.c
rv34.c rv34: error out on size changes with frame threading 2013-02-01 06:46:04 +01:00
rv34.h
rv34data.h h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
rv34vlc.h
rv40.c
rv40data.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
sbr.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
sgi.h
sgidec.c
sgienc.c
shorten.c shorten: use the unsigned type where needed 2013-05-09 11:29:01 +02:00
simple_idct.c
simple_idct.h
sinewin.c
sinewin.h
sinewin_tablegen.c
sinewin_tablegen.h
sipr.c sipr: fix get_bits(0) calls 2012-03-18 17:50:41 +01:00
sipr.h sipr: Drop unused DSPContext 2011-06-18 22:12:21 -07:00
sipr16k.c
sipr16kdata.h
siprdata.h
smacker.c smacker audio: sign-extend the initial 16-bit predicted value 2013-01-04 07:43:38 +01:00
smc.c
snow.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
snow.h
sp5x.h
sp5xdec.c Fix incorrect max_lowres values 2011-09-26 19:26:29 +02:00
srtdec.c Fix format string vulnerability detected by -Wformat-security. 2012-04-01 18:33:28 +02:00
sunrast.c
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
svq1enc.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
svq1enc_cb.h
svq3.c svq3: protect against negative quantizers. 2012-04-01 18:33:28 +02:00
synth_filter.c
synth_filter.h
tableprint.h doxygen: Prefer member groups over grouping into modules 2011-07-03 19:49:53 +02:00
targa.c
targa.h
targaenc.c
thread.h
tiertexseqv.c tiertexseqv: Check for out of bound reads 2012-03-18 17:50:31 +01:00
tiff.c tiffdec: Prevent illegal memory access caused by recycled pointers. 2012-04-01 18:33:29 +02:00
tiff.h
tiffenc.c tiffenc: Check av_malloc() results. 2013-01-04 07:43:38 +01:00
tmv.c
truemotion1.c
truemotion1data.h
truemotion2.c truemotion2: error out if the huffman tree has no nodes. 2012-04-01 18:33:26 +02:00
truespeech.c
truespeech_data.h
tscc.c
tta.c Fixed size given to init_get_bits(). 2011-09-26 19:26:32 +02:00
twinvq.c
twinvq_data.h
txd.c
ulti.c
ulti_cb.h
unary.h
utils.c lavc: fix parentheses placement in avcodec_open2(). 2011-11-19 10:22:27 +01:00
v210dec.c
v210enc.c
v210x.c
vaapi.c
vaapi.h
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly). 2012-03-18 17:50:36 +01:00
vb.c
vc1.c VC-1: fix reading of custom PAR. 2011-09-26 19:26:30 +02:00
vc1.h
vc1_parser.c
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c vc1dec: add flush function for WMV9 and VC-1 decoders 2013-01-04 07:43:20 +01:00
vc1dsp.c
vc1dsp.h
vcr1.c
vdpau.c ffmpeg: Fix VDPAU decoding for some H264 samples. 2011-07-12 18:05:55 +02:00
vdpau.h
vdpau_internal.h
version.h Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info. 2011-11-19 10:22:27 +01:00
vmdav.c vmd: fix segfaults on corruped streams 2011-12-03 21:07:07 +01:00
vmnc.c vmnc: return error on decode_init() failure. 2012-04-01 18:33:27 +02:00
vorbis.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 09:40:46 +02:00
vorbis.h vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 09:40:46 +02:00
vorbis_data.c
vorbis_enc_data.h
vorbisdec.c vorbisdec: Error on bark_map_size equal to 0. 2013-05-09 11:20:11 +02:00
vorbisenc.c vorbis: Validate that the floor 1 X values contain no duplicates. 2012-10-06 09:40:46 +02:00
vp3.c vp3: fix oob read for negative tokens and memleaks on error. 2012-01-07 09:24:52 +01:00
vp3_parser.c
vp3data.h
vp3dsp.c
vp5.c vp56: make parse_header return standard error codes 2013-01-12 19:20:27 +01:00
vp5data.h
vp6.c vp6: properly fail on unsupported feature 2013-01-12 19:27:29 +01:00
vp6data.h
vp6dsp.c
vp8.c vp8: reset loopfilter delta values at keyframes. 2013-01-12 19:20:27 +01:00
vp8.h
vp8_parser.c
vp8data.h
vp8dsp.c
vp8dsp.h
vp56.c vp56: release frames on error 2013-01-12 19:20:27 +01:00
vp56.h vp56: make parse_header return standard error codes 2013-01-12 19:20:27 +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-06 21:40:58 +02:00
w32thread.c
wavpack.c wavpack: Reset internal state on corrupted blocks 2012-03-18 17:50:30 +01:00
wma.c wma: Clip WMA1 and WMA2 frame length to 11 bits. 2012-04-01 18:33:26 +02:00
wma.h
wmadata.h
wmadec.c wmadec: require block_align to be set. 2013-05-09 11:20:11 +02:00
wmaenc.c wmaenc: fix m/s stereo encoding for the first frame 2012-04-01 18:33:28 +02:00
wmaprodata.h
wmaprodec.c wmaprodec: return an error, not 0, when the input is too small. 2013-05-09 11:20:11 +02:00
wmavoice.c wmavoice: fix a signed overflow 2012-03-18 17:50:36 +01:00
wmavoice_data.h
wmv2.c
wmv2.h
wmv2dec.c
wmv2enc.c h263: Add ff_ prefix to nonstatic symbols 2013-01-04 07:43:21 +01:00
wnv1.c
ws-snd1.c ws_snd1: Fix wrong samples count and crash. 2012-04-01 18:33:29 +02:00
xan.c xan: Prevent NULL dereference with missing palette 2012-03-18 17:50:31 +01:00
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvmc.h
xvmc_internal.h
xxan.c xxan: fix invalid memory access in xan_decode_frame_type0() 2013-05-09 11:20:11 +02:00
yop.c
zmbv.c
zmbvenc.c