|
|
|
@eb6b6d7f
|
13 years |
nicolas.george |
vsrc_life: free option values.
|
|
|
@f8210f89
|
13 years |
nicolas.george |
vf_fade: free type when overwriting it.
|
|
|
@c266eb19
|
13 years |
michaelni |
arm: Fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@23a5bf9d
|
13 years |
michaelni |
bluray protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@70b5583b
|
13 years |
michaelni |
kvmc: Fix out of reference frame reads.
Found-by: Mateusz "j00ru" …
|
|
|
@81d4b3af
|
13 years |
michaelni |
qpeg: fix overreads.
qpeg should probably be changed to use the …
|
|
|
@4299dfa5
|
13 years |
michaelni |
qpeg: Fix out of array writes.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@aaa1173d
|
13 years |
michaelni |
srtdec: fix a format string vulnerability.
Signed-off-by: Michael …
|
|
|
@e42b5362
|
13 years |
michaelni |
Remove duplicate initializers for VDA_VLD and GBR24P.
Noticed by the …
|
|
|
@268098d8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (29 …
|
|
|
@689f6512
|
13 years |
michaelni |
simple_idct: idct_4col_put: Fix out of array reads.
Found-by: Mateusz …
|
|
|
@422e3a74
|
13 years |
michaelni |
rawdec: fix input overread.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@9d87374e
|
13 years |
rsbultje |
amrwb: remove duplicate arguments from extrapolate_isf().
Prevents …
|
|
|
@e7b43e8e
|
13 years |
michaelni |
truemotion1: Check input buffer size against header size.
Fixes …
|
|
|
@a3f5ee29
|
13 years |
michaelni |
mjpeg: Check for interlaced progressive frames
Fixes null pointer …
|
|
|
@0af48e29
|
13 years |
michaelni |
snow: check reference frame indices.
Fixes NULL ptr dereference
…
|
|
|
@154b8bb
|
13 years |
rsbultje |
amrwb: error out early if mode is invalid.
Prevents using the invalid …
|
|
|
@291c9b6
|
13 years |
rsbultje |
h264: change underread for 10bit QPEL to overread.
This prevents us …
|
|
|
@9c239f6
|
13 years |
rsbultje |
matroska: check buffer size for RM-style byte reordering.
Found-by: …
|
|
|
@45549339
|
13 years |
rsbultje |
vp8: disable mmx functions with sse/sse2 counterparts on x86-64.
…
|
|
|
@bd66f073
|
13 years |
rsbultje |
vp8: change int stride to ptrdiff_t stride.
On 64bit platforms with …
|
|
|
@349b7977
|
13 years |
rsbultje |
wma: fix invalid buffer size assumptions causing random overreads.
…
|
|
|
@9d25f1f6
|
13 years |
diego |
Windows Media Audio Lossless decoder
Decodes 16-bit WMA Lossless …
|
|
|
@8fdd93ea
|
13 years |
michaelni |
huffyuv: pad classic huffman tables so as to avoid bitreader overread. …
|
|
|
@64c58f14
|
13 years |
michaelni |
vc1: mquant is not allowed to be 0
Fixes out of bounds read.
Checked …
|
|
|
@9243ec4a
|
13 years |
alex.converse |
rv10/20: Fix slice overflow with checked bitstream reader.
|
|
|
@71db86d5
|
13 years |
alex.converse |
h263dec: Disallow width/height changing with frame threads.
Fixes …
|
|
|
@2f652853
|
13 years |
alex.converse |
rv10/20: Fix a buffer overread caused by losing track of the remaining …
|
|
|
@1697c29d
|
13 years |
alex.converse |
rmdec: Honor .RMF tag size rather than assuming 18.
|
|
|
@b087ce2b
|
13 years |
martin |
g722: Fix the QMF scaling
This fixes clipping if the encoder input …
|
|
|
@56bf24ad
|
13 years |
anton |
r3d: don't set codec timebase.
It's not supposed to be set by …
|
|
|
@e93d911e
|
13 years |
michaelni |
h263: fix zygo debug printing overreading.
Found-by: Mateusz "j00ru" …
|
|
|
@d964db57
|
13 years |
michaelni |
wmadec: fix off by 1 error on the pow_tab index check.
Fixes global …
|
|
|
@a5bf9b35
|
13 years |
michaelni |
timefilter: better selftest code.
Add support for divergence …
|
|
|
@ec3cd74f
|
13 years |
michaelni |
h261: check mtype.
Fixes out of array read
Found-by: Mateusz "j00ru" …
|
|
|
@efec3bc6
|
13 years |
anton |
electronicarts: set timebase for tgv video.
The container has no …
|
|
|
@e39400c3
|
13 years |
anton |
electronicarts: parse the framerate for cmv video.
|
|
|
@1bb3990b
|
13 years |
anton |
ogg: don't set codec timebase
Demuxers are not supposed to set it.
|
|
|
@1d3144c
|
13 years |
anton |
electronicarts: don't set codec timebase
Demuxers are not supposed to …
|
|
|
@10a6e0c3
|
13 years |
anton |
avs: don't set codec timebase
Demuxers are not supposed to set it. …
|
|
|
@f604eab3
|
13 years |
kostya.shishkov |
wavpack: Fix an integer overflow
Integer Overflow Checker detected an …
|
|
|
@0b90db01
|
13 years |
michaelni |
lavf: fix update_initial_durations() so it handles missing durations …
|
|
|
@83c418e6
|
13 years |
michaelni |
wavpack: Fix an integer overflow
Integer Overflow Checker detected an …
|
|
|
@d91912ef
|
13 years |
michaelni |
fate: Add sunrast regression test
Signed-off-by: Derek Buitenhuis …
|
|
|
@7a7b1f5c
|
13 years |
michaelni |
roqvideodec: improve end of input buffer check
This fixes a out of …
|
|
|
@36697be1
|
13 years |
diego |
swscale: K&R formatting cosmetics for PowerPC code (part II/II)
|
|
|
@c05e2be
|
13 years |
alex.converse |
mp3dec: Fix reading file size and frames in VBRI headers
The fields …
|
|
|
@1eb7f39c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@1c4717be
|
13 years |
diego |
mjpegdec: use correct variable in av_log invocation
…
|
|
|
@75c553eb
|
13 years |
diego |
rmdec: adjust printf format string specifier to fix warning
…
|
|
|
@324deaa2
|
13 years |
diego |
Replace AVFrame pointer type punning by proper struct member assignments.
|
|
|
@47c0ac96
|
13 years |
diego |
Replace AVFrame pointer casts by proper struct member accesses.
|
|
|
@562b6c74
|
13 years |
diego |
Remove unnecessary AVFrame pointer casts.
|
|
|
@2f4b476e
|
13 years |
diego |
msmpeg4: Split encoding backend code off from general backend code.
|
|
|
@eb727387
|
13 years |
anton |
lavc: shrink encoded video packet size after encoding.
Based on a …
|
|
|
@75d11b55
|
13 years |
michaelni |
vc1: avoid reading beyond the last line in vc1_draw_sprites()
Fixes …
|
|
|
@0ce4fe48
|
13 years |
rsbultje |
h264: error out on invalid bitdepth.
Fixes invalid reads while …
|
|
|
@cc412b71
|
13 years |
alex.converse |
aacsbr: use a swap index for the Y matrix rather than copy buffers.
…
|
|
|
@dc945b1f
|
13 years |
michaelni |
eatgq: Pass error code from tgq_decode_mb() and let the caller fail.
…
|
|
|
@32f0c658
|
13 years |
michaelni |
vc1: fix out of array reads in vc1_inv_trans_4x4_c()
Found-by: …
|
|
|
@80c702ef
|
13 years |
michaelni |
vc1: fix out of array reads in vc1_inv_trans_4x8_c()
Found-by: …
|
|
|
@af796ba4
|
13 years |
michaelni |
vc1: fix out of array reads in vc1_inv_trans_8x4_c()
Found-by: …
|
|
|
@63c9de64
|
13 years |
rsbultje |
huffyuv: do not abort on unknown pix_fmt; instead, return an error.
…
|
|
|
@b2a7c017
|
13 years |
michaelni |
mpc: Fix mpc_CC table and use.
This is based on the reference …
|
|
|
@b84211ac
|
13 years |
michaelni |
mpc: Fix mpc_SCF use and content.
This fixes a out of global array …
|
|
|
@bd17a40a
|
13 years |
rsbultje |
lcl: return negative error codes on decode_init() errors.
Found-by: …
|
|
|
@984b914c
|
13 years |
martin |
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
…
|
|
|
@bdc1220e
|
13 years |
martin |
h263enc: Add an option for outputting info about MBs as side data
…
|
|
|
@442c1320
|
13 years |
martin |
avpacket: Add a function for shrinking already allocated side data
…
|
|
|
@fd88a257
|
13 years |
michaelni |
rv34dsp: avoid use of crop table for idct.
Fixes out of array read.
…
|
|
|
@8263212e
|
13 years |
michaelni |
mpegaudiodec: Enable checked bitstream reader.
It appears there are …
|
|
|
@a057ef69
|
13 years |
michaelni |
mpegaudiodec: change granule skip code to avoid false checked …
|
|
|
@436f866f
|
13 years |
michaelni |
svq3dec: fix overread of the cliping table.
Found-by: Mateusz "j00ru" …
|
|
|
@d2101bff
|
13 years |
michaelni |
eval: fix infinite loop on opensolaris x86.
Signed-off-by: Michael …
|
|
|
@79ae084e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (58 …
|
|
|
@5cd1337f
|
13 years |
rsbultje |
nellymoserdec: Saner and faster IMDCT windowing
Signed-off-by: Ronald …
|
|
|
@882abda5
|
13 years |
rsbultje |
amrnbdec: check frame size before decoding.
Found-by: Mateusz "j00ru" …
|
|
|
@8a9faf33
|
13 years |
rsbultje |
cscd: use negative error values to indicate decode_init() failures.
…
|
|
|
@d1604b3d
|
13 years |
rsbultje |
h264: prevent overreads in intra PCM decoding.
Found-by: Mateusz …
|
|
|
@f240df6a
|
13 years |
justin.ruggles |
FATE: do not decode audio in the nuv test.
We already have sufficient …
|
|
|
@929dd8c1
|
13 years |
justin.ruggles |
dxa: set audio stream time base using the sample rate
|
|
|
@aa831c40
|
13 years |
justin.ruggles |
psx-str: do not allow seeking by bytes
|
|
|
@bdbf1fa4
|
13 years |
justin.ruggles |
asfdec: Do not set AVCodecContext.frame_size
|
|
|
@4bf6775e
|
13 years |
justin.ruggles |
vqf: set packet parameters after av_new_packet()
Otherwise the values …
|
|
|
@a77c8ade
|
13 years |
michaelni |
lavc: fix 10l oversight in realloc of avcodec_encode_video2.
Packets …
|
|
|
@d7bce4a2
|
13 years |
michaelni |
dca: dont overread dca_default_coeffs.
Found-by: Mateusz "j00ru" …
|
|
|
@51db9a97
|
13 years |
michaelni |
dca: Check scale_sum.
Fixes a out of array read.
Found-by: Mateusz …
|
|
|
@d6bc273b
|
13 years |
michaelni |
dca: Check LFEScaleIndex.
Its not clear from the spec what to do with …
|
|
|
@9b4cd586
|
13 years |
rsbultje |
mpegaudiodec: use DSPUtil.butterflies_float().
Signed-off-by: Ronald …
|
|
|
@841c1717
|
13 years |
justin.ruggles |
FATE: add mp3 test for sample that exhibited false overreads
related …
|
|
|
@31b132c0
|
13 years |
justin.ruggles |
fate: add cdxl test for bit line plane arrangement
Signed-off-by: …
|
|
|
@07a18097
|
13 years |
rsbultje |
vmnc: return error on decode_init() failure.
Found-by: Mateusz …
|
|
|
@a45a1ea5
|
13 years |
justin.ruggles |
libvorbis: add/update error messages
also use AVERROR codes for some …
|
|
|
@592c4dbc
|
13 years |
justin.ruggles |
libvorbis: use AVFifoBuffer for output packet buffer
simplifies the …
|
|
|
@1fe7c1be
|
13 years |
justin.ruggles |
libvorbis: remove unneeded e_o_s check
vorbis_bitrate_flushpacket() …
|
|
|
@94025d8a
|
13 years |
justin.ruggles |
libvorbis: check return values for functions that can return errors
|
|
|
@c5063e03
|
13 years |
justin.ruggles |
libvorbis: use float input instead of s16
libvorbis takes float …
|
|
|
@f15c4281
|
13 years |
justin.ruggles |
libvorbis: do not flush libvorbis analysis if dsp state was not …
|
|
|
@147ff24a
|
13 years |
justin.ruggles |
libvorbis: use VBR by default, with default quality of 3
|
|
|
@182d4f1f
|
13 years |
justin.ruggles |
libvorbis: fix use of minrate/maxrate AVOptions
- enable the options …
|
|
|