Michael Niedermayer
|
8120a1d9bd
qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones()
|
13 years ago |
Michael Niedermayer
|
211a107208
cinepak: check strip_size
|
13 years ago |
Michael Niedermayer
|
fdd09e5d7b
wma: Check channel number before init.
|
13 years ago |
Carl Eugen Hoyos
|
00d35e82b2
Do not try to read 16bit gray png files with alpha channel.
|
13 years ago |
K.Y.H
|
807342e1cf
cook: fix apparent typo in extradata parsing
|
13 years ago |
Michael Niedermayer
|
abaf8c386e
ffplay: limit lowres to the maximum supported. Fixes Ticket591
|
13 years ago |
Michael Niedermayer
|
e5578ad3cd
v4l2: fix uninitialized variable
|
13 years ago |
Michael Niedermayer
|
4e0fae982e
vf_transpose: remove pix_fmts which can currently not be supported.
|
13 years ago |
Alex Converse
|
f62fa1ce9f
vp5: Fix illegal read.
|
13 years ago |
Thierry Foucu
|
8a63deab15
vp6: Fix illegal read.
|
13 years ago |
Stefano Sabatini
|
fe06305b0d
vf_transpose: avoid multiple calls to avfilter_draw_slice()
|
13 years ago |
Reimar Döffinger
|
d58c5586ec
nuv: Fix combination of size changes and LZO compression.
|
13 years ago |
Reimar Döffinger
|
0411b19289
av_lzo1x_decode: properly handle negative buffer length.
|
13 years ago |
Miroslav Slugeň
|
fd30240e98
libavformat: add support for G726 audio decoder in RTP and RTSP streams
|
13 years ago |
Reimar Döffinger
|
54e4bf3296
Do not call parse_keyframes_index with NULL stream.
|
13 years ago |
Michael Niedermayer
|
1e1015fd22
Version numbers for 0.8.6
|
13 years ago |
Michael Niedermayer
|
c4a34f4025
snow: emu edge support
|
13 years ago |
Justin Ruggles
|
cba03dc667
imc: validate channel count
|
13 years ago |
Justin Ruggles
|
5a3f494466
imc: check for ff_fft_init() failure
|
13 years ago |
Justin Ruggles
|
112431705d
libgsmdec: check output buffer size before decoding
|
13 years ago |
Michael Niedermayer
|
864581fea3
configure: fix arch x86_32
|
13 years ago |
Tobias Rapp
|
d8acee792f
mp3enc: avoid truncating id3v1 tags by one byte
|
13 years ago |
Michael Niedermayer
|
0e3dec6b08
asfdec: Check packet_replic_size earlier
|
13 years ago |
Justin Ruggles
|
711e6c947b
cin audio: validate the channel count
|
13 years ago |
Justin Ruggles
|
8491677ab6
binkaudio: add some buffer overread checks.
|
13 years ago |
Justin Ruggles
|
f98bb0d3ec
atrac1: validate number of channels
|
13 years ago |
Justin Ruggles
|
346e089d25
atrac1: check output buffer size before decoding
|
13 years ago |
Ronald S. Bultje
|
0ac6777a34
vp3: fix oob read for negative tokens and memleaks on error.
|
13 years ago |
Justin Ruggles
|
ae2d3d6be0
apedec: set s->currentframeblocks after validating nblocks
|
13 years ago |
Justin Ruggles
|
998fc04bcf
apedec: use unsigned int for 'nblocks' and make sure that it's within int range
|
13 years ago |
Justin Ruggles
|
43fa5bf55e
apedec: check for data buffer realloc failure
|
13 years ago |
Justin Ruggles
|
f19b8d9533
apedec: check for filter buffer allocation failure
|
13 years ago |
Justin Ruggles
|
4a66fe2107
mpegaudiodec: check output data size based on avctx->frame_size
|
13 years ago |
Michael Niedermayer
|
edf3c5a3eb
resample: Fix array size
|
13 years ago |
Michael Niedermayer
|
a39b5e8b32
resample2: fix potential overflow
|
13 years ago |
Michael Niedermayer
|
6ae93d0304
resample: Fix overflow
|
13 years ago |
Justin Ruggles
|
241f15f1c9
tta: check for extradata allocation failure in tta demuxer
|
13 years ago |
Justin Ruggles
|
2137d99086
vorbisdec: check output buffer size before writing output
|
13 years ago |
Justin Ruggles
|
e9de2d98a9
twinvq: check output buffer size before decoding
|
13 years ago |
Alex Converse
|
93f1159af5
vp6: Fix illegal read.
|
13 years ago |
Justin Ruggles
|
b08001e00a
shorten: check output buffer size before decoding
|
13 years ago |
Justin Ruggles
|
e1ea35fb52
shorten: check for realloc failure
|
13 years ago |
Laurent Aimar
|
cbfd34246c
mpegts: do not return from ff_mpegts_parse_packet() after having seen the first PMT
|
13 years ago |
Laurent Aimar
|
feef77ec3a
mpegts: fix return value when enough ts packets have been parsed or when the first PMT has been seen.
|
13 years ago |
Matthew Einhorn
|
f531193690
Fixes avpicture_layout to not write past buffer end.
|
13 years ago |
Alex Converse
|
e86e9f8b7a
avio: Check for invalid buffer length.
|
13 years ago |
Ronald S. Bultje
|
15a7fe106c
pthread: copy coded frame dimensions in update_context_from_thread
|
13 years ago |
Ronald S. Bultje
|
d32f509de1
vp8: prevent read from uninitialized memory in decode_mvs
|
13 years ago |
Ronald S. Bultje
|
5f5f36b52e
vp8: force reallocation in update_thread_context after frame size change
|
13 years ago |
Ronald S. Bultje
|
d1166f03be
vp8: fix return value if update_dimensions fails
|
13 years ago |