|
|
|
@c79d2a20
|
13 years |
mans |
sipr: fix get_bits(0) calls
Zero-length get_bits() is undefined, must …
|
|
|
@cb668476
|
13 years |
mans |
motion_est: make MotionExtContext.map_generation unsigned
The way …
|
|
|
@4c7a232f
|
13 years |
janne-libav |
h264: reset h->ref_count in case of errors in …
|
|
|
@e8ac80fb
|
13 years |
janne-libav |
error_resilience: fix the check for missing references in …
|
|
|
@1b1182ce
|
13 years |
janne-libav |
4xm: prevent NULL dereference with invalid huffman table
…
|
|
|
@79964745
|
13 years |
janne-libav |
4xmdemux: prevent use of uninitialized memory
Signed-off-by: Janne …
|
|
|
@8d518a9c
|
13 years |
janne-libav |
4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers
…
|
|
|
@dc64f20
|
13 years |
janne-libav |
ptx: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@04a845ca
|
13 years |
janne-libav |
tiffdec: fix out of bound reads/writes
Signed-off-by: Janne Grunau …
|
|
|
@46cb2f6a
|
13 years |
janne-libav |
eacmv: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@8df8a87e
|
13 years |
janne-libav |
eacmv: fix potential pointer arithmetic overflows
Signed-off-by: …
|
|
|
@c7f89064
|
13 years |
janne-libav |
adpcm: fix out of bound reads due to integer overflow
Signed-off-by: …
|
|
|
@2475f1a8
|
13 years |
janne-libav |
anm: prevent infinite loop
Signed-off-by: Janne Grunau …
|
|
|
@6de33611
|
13 years |
janne-libav |
avsdemux: check for out of bound writes
Signed-off-by: Janne Grunau …
|
|
|
@de049a95
|
13 years |
janne-libav |
avs: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@76c6971a
|
13 years |
janne-libav |
avsdemux: check for corrupted data
Signed-off-by: Janne Grunau …
|
|
|
@7bb1807c
|
13 years |
anton |
AVOptions: refactor set_number/write_number
write_number() does the …
|
|
|
@cf10095f
|
13 years |
anton |
AVOptions: cosmetics, rename static av_set_number2() to write_number().
|
|
|
@b003d0be
|
13 years |
anton |
AVOptions: cosmetics, move and rename static av_set_number().
|
|
|
@c8d787d
|
13 years |
anton |
AVOptions: split av_set_string3 into opt type-specific functions
Also …
|
|
|
@1703013c
|
13 years |
mans |
avidec: fix signed overflow in avi_sync()
Keeping byte values read …
|
|
|
@0c46e958
|
13 years |
alex.converse |
mxfdec: Fix some buffer overreads caused by the misuse of AVPacket …
|
|
|
@11a32d53
|
13 years |
alex.converse |
dnxhddec: handle cid change in bitstream.
|
|
|
@109d8aa1
|
13 years |
diego |
vc1: K&R reformatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@8f8f5ae9
|
13 years |
justin.ruggles |
ra288: log an error message when output buffer is too small.
also …
|
|
|
@fa6be04b
|
13 years |
justin.ruggles |
ra288: use a more descriptive calculation for output data size
|
|
|
@f10524d5
|
13 years |
justin.ruggles |
ra144: use macro constants to make the code more understandable.
|
|
|
@cadd4d33
|
13 years |
justin.ruggles |
ra144dec: log an error message when output buffer is too small.
also …
|
|
|
@80bdf7e
|
13 years |
justin.ruggles |
ra144dec: use a more descriptive calculation for output data size
|
|
|
@51757ac7
|
13 years |
anton |
lavc: Micro version bump for VC1 interlaced decoding support
…
|
|
|
@cad16562
|
13 years |
anton |
vc1dec: interlaced stream decoding support 3/3
Cosmetics: break some …
|
|
|
@f0c02e1c
|
13 years |
anton |
vc1dec: interlaced stream decoding support 2/3
Cosmetics: reformat …
|
|
|
@d5b015e4
|
13 years |
anton |
vc1dec: interlaced stream decoding support 1/3
Signed-off-by: Anton …
|
|
|
@53efb758
|
13 years |
diego |
vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
…
|
|
|
@c2ed91de
|
13 years |
diego |
configure: Add -Wstrict-prototypes to CFLAGS if available.
|
|
|
@2886f675
|
13 years |
janne-libav |
avidec: simplify size parameter in memset()
|
|
|
@581810f5
|
13 years |
mans |
mpeg4dec: use unsigned type for startcode in …
|
|
|
@aa498fef
|
13 years |
mans |
mpeg124: use sign_extend() function
Signed-off-by: Mans Rullgard …
|
|
|
@633ddb85
|
13 years |
mans |
ac3dec: use get_sbits() instead of manually sign-extending
…
|
|
|
@84dda407
|
13 years |
mans |
4xm: fix signed overflow
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@ba3f07d0
|
13 years |
mans |
wmavoice: fix a signed overflow
Signed-off-by: Mans Rullgard …
|
|
|
@05795f3
|
13 years |
mans |
mpegvideo_enc: fix a signed overflow
Signed-off-by: Mans Rullgard …
|
|
|
@8b19ae07
|
13 years |
mans |
crc: fix signed overflow
This fixes a signed overflow from i << 24 …
|
|
|
@0836d48
|
13 years |
mans |
fate: run avconv with -nostats flag
Signed-off-by: Mans Rullgard …
|
|
|
@8124d8a
|
13 years |
mans |
avtools: add -v as alias for -loglevel
This saves a bit of typing.
…
|
|
|
@f5646a32
|
13 years |
anton |
avconv: always print stats with AV_LOG_INFO
It's now possible to …
|
|
|
@667d9818
|
13 years |
anton |
doc/avconv: add forgotten output/per-stream info to -filter
|
|
|
@3460dd8
|
13 years |
anton |
avconv: add -stats option to enable/disable printing encoding progress
|
|
|
@c6007065
|
13 years |
anton |
avconv: in output_packet() don't set decoded_data_size for video.
…
|
|
|
@515901fa
|
13 years |
anton |
avconv: remove pointless always true condition
|
|
|
@11fdb7e1
|
13 years |
anton |
avconv: factorize common code in transcode_init()
|
|
|
@282847ba
|
13 years |
mans |
zmbv: remove memcpy() of decoded frame
Signed-off-by: Mans Rullgard …
|
|
|
@2f329db9
|
13 years |
mans |
mpeg12enc: use sign_extend() function
Signed-off-by: Mans Rullgard …
|
|
|
@60f10e0a
|
13 years |
mans |
h264pred: use unsigned types for pixel values, fix signed overflows
…
|
|
|
@4d1418c
|
13 years |
mans |
h264: fix signed overflows in x*0x01010101 expressions
Signed-off-by: …
|
|
|
@d66b9dec
|
13 years |
mans |
h264pred: remove unused variables
Signed-off-by: Mans Rullgard …
|
|
|
@a31e9f68
|
13 years |
mans |
lavf: fix signed overflow in avformat_find_stream_info()
On the first …
|
|
|
@bb591566
|
13 years |
mans |
vp8: fix signed overflows
In addition to avoiding undefined …
|
|
|
@e708afd3
|
13 years |
mans |
motion_est: fix some signed overflows
Signed-off-by: Mans Rullgard …
|
|
|
@559c244d
|
13 years |
mans |
dca: fix signed overflow in shift
Signed-off-by: Mans Rullgard …
|
|
|
@d1229430
|
13 years |
mans |
aacdec: fix undefined shifts
Since nnz can be zero, this is needed to …
|
|
|
@a00676e
|
13 years |
janne-libav |
bink: Check for various out of bound writes
Signed-off-by: Janne …
|
|
|
@24adf783
|
13 years |
janne-libav |
bink: Check for out of bound writes when building tree
Signed-off-by: …
|
|
|
@ac6eab14
|
13 years |
mans |
put_bits: fix invalid shift by 32 in flush_put_bits()
If …
|
|
|
@98ef887a
|
13 years |
alex.converse |
mpegps: Use av_get_packet() instead of poorly emulating it.
|
|
|
@c2f2dfb3
|
13 years |
janne-libav |
motionpixels: decode only the 111 complete frames for fate
…
|
|
|
@9bd854b1
|
13 years |
janne-libav |
mpc8: Check out of bound bands limit
Signed-off-by: Janne Grunau …
|
|
|
@7d17a794
|
13 years |
janne-libav |
xan: Prevent NULL dereference with missing palette
Signed-off-by: …
|
|
|
@3db3fdf4
|
13 years |
janne-libav |
xan: Check for out of bound reads in xan_huffman_decode()
…
|
|
|
@3e0757c2
|
13 years |
janne-libav |
xan: Fixed out of bound accesses in xan_unpack()
Signed-off-by: Janne …
|
|
|
@1cd0a551
|
13 years |
janne-libav |
motionpixels: Prevent calling init_vlc() with invalid parameters
…
|
|
|
@5f05cf4e
|
13 years |
janne-libav |
shorten: Fix out of bound writes in fix_bitshift()
The data pointers …
|
|
|
@17206032
|
13 years |
janne-libav |
dsicinav: Check for out of bounds writes
Signed-off-by: Janne Grunau …
|
|
|
@64263dd5
|
13 years |
janne-libav |
tiertexseqv: Check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@4fd56f84
|
13 years |
janne-libav |
quickdraw: Check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@e3ca9b93
|
13 years |
janne-libav |
dsicinav: Check for out of bounds reads
Signed-off-by: Janne Grunau …
|
|
|
@210c8033
|
13 years |
janne-libav |
motionpixels: Fix the size of workspace buffers
Some buffers must be …
|
|
|
@d337dd3
|
13 years |
janne-libav |
motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of …
|
|
|
@d99427c
|
13 years |
janne-libav |
wmavoice: Check for corrupted extra data
Signed-off-by: Janne Grunau …
|
|
|
@1c1449b5
|
13 years |
janne-libav |
wmavoice: Check for out of bound writes
Signed-off-by: Janne Grunau …
|
|
|
@06be075c
|
13 years |
janne-libav |
xan: Prevent NULL dereferences with missing reference frame
…
|
|
|
@c7e63198
|
13 years |
janne-libav |
bink: Prevent NULL dereferences with missing reference frame
…
|
|
|
@2c6cf139
|
13 years |
janne-libav |
wavpack: Reset internal state on corrupted blocks
…
|
|
|
@2c1ba799
|
13 years |
janne-libav |
wmapro: Validate the number of audio channels before using it
…
|
|
|
@1e3336de
|
13 years |
janne-libav |
mpc8: Fix return value on EOF
Signed-off-by: Janne Grunau …
|
|
|
@95010d18
|
13 years |
janne-libav |
shorten: Prevent block size from increasing
Signed-off-by: Janne …
|
|
|
@124a16f6
|
13 years |
janne-libav |
xan: Prevent out of bound accesses
Signed-off-by: Janne Grunau …
|
|
|
@14c21c1f
|
13 years |
anton |
H264: Only wait before triggering ff_thread_setup_complete() until the …
|
|
|
@a72cad0a
|
13 years |
janne-libav |
vp6: Reset the internal state when aborting key frames header parsing
…
|
|
|
@3d09d001
|
13 years |
janne-libav |
vp56: Release old pictures after a resolution changes
Signed-off-by: …
|
|
|
@066fff75
|
13 years |
janne-libav |
vp6: Check for huffman tree build errors
Signed-off-by: Janne Grunau …
|
|
|
@0ec6d6e9
|
13 years |
janne-libav |
vp56: Check for missing reference frame data
Signed-off-by: Janne …
|
|
|
@d239d4b4
|
13 years |
janne-libav |
cinepak: Fix invalid read access on extra data
Signed-off-by: Janne …
|
|
|
@c0cbe36b
|
13 years |
janne-libav |
vmd: fix segfaults on corruped streams
Signed-off-by: Janne Grunau …
|
|
|
@3a742470
|
13 years |
janne-libav |
cook: Fix js_vlc_bits value validation for joint stereo
…
|
|
|
@1775b92f
|
13 years |
janne-libav |
segafilm: Check for memory allocation failures in segafilm demuxer.
…
|
|
|
@762ffa68
|
13 years |
janne-libav |
segafilm: Fix potential division by 0 on corrupted streams in the …
|
|
|
@790f4dd5
|
13 years |
janne-libav |
Fixed segfault on corrupted sega streams in the demuxer.
…
|
|
|
@69a0bce7
|
13 years |
janne-libav |
Fixed deference of NULL pointer in motionpixels decoder.
Some of the …
|
|
|
@d97efd7f
|
13 years |
anton |
libx264: support 9- and 10-bit output.
|
|
|