Aneesh Dogra and Janne Grunau
186dcbcb50
sunrast: Add fate test for gray8.
...
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2012-02-13 22:29:22 +01:00
Aneesh Dogra and Ronald S. Bultje
41afdd913a
sunrast: Return AVERROR values instead of -1.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-02-11 13:32:29 -08:00
Aneesh Dogra and Ronald S. Bultje
4fbccfab23
sunrast: Add support for gray8 decoding.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-02-11 11:05:43 -08:00
Aneesh Dogra and Justin Ruggles
eeb9e61a51
v210enc: Use Bytestream2 functions
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-10 15:38:24 -05:00
Aneesh Dogra and Diego Biurrun
ab9ae40152
bytestream: K&R formatting cosmetics
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-02-09 11:37:14 +01:00
Aneesh Dogra and Justin Ruggles
db7d45237a
bytestream: Add bytestream2 writing API.
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-02-06 18:56:13 -05:00
Aneesh Dogra and Ronald S. Bultje
f9708e9a0e
sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.
...
Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-29 08:11:18 -08:00
Aneesh Dogra and Ronald S. Bultje
415f358a1f
sunrast: Cosmetics
...
Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-29 08:11:18 -08:00
Aneesh Dogra and Ronald S. Bultje
4ffb8e2c14
sunrast: Remove if (unsigned int < 0) check.
...
Note: This fixes the following GCC warning :-
libavcodec/sunrast.c:94: warning: comparison of unsigned expression < 0 is always false.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-29 08:11:18 -08:00
Aneesh Dogra and Ronald S. Bultje
fef3771778
sunrast: Replace magic number by a macro.
...
Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com >
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-29 08:11:06 -08:00
Aneesh Dogra and Justin Ruggles
bca77a1a64
sunrast: Document the different Sun Raster file format types.
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-01-27 13:21:46 -05:00
Aneesh Dogra and Justin Ruggles
1bbb173652
sunrast: Add a check for experimental type.
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-01-27 11:35:39 -05:00
Aneesh Dogra and Justin Ruggles
4cd0bdae9a
sgidec: Use bytestream2 functions to prevent buffer overreads.
...
The patch also adds several bytestream macros to deal with native endian.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2012-01-14 12:35:53 -05:00
Aneesh Dogra and Ronald S. Bultje
29112db8c0
bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-10 10:34:16 -08:00
Aneesh Dogra and Ronald S. Bultje
ccc27e2139
bfi: Use bytestream2 functions to prevent buffer overreads.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-08 13:26:54 -08:00
Aneesh Dogra and Ronald S. Bultje
12e984aed7
utvideo: frame multithreading.
...
>> time ./avconv -i file.avi -f null -
Before : real 0m7.784s
After : real 0m3.662s
Tested on a Intel Core i3 Processor (2 cores, 4 threads).
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-08 12:21:10 -08:00
Aneesh Dogra and Ronald S. Bultje
9b55b4bb3a
4xm: Prevent buffer overreads.
...
4xm decoder while decoding i2 frames can overread the buffer if proper checks
are not made.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-05 09:37:16 -08:00
Aneesh Dogra and Ronald S. Bultje
295a7c0238
4xm: Prevent buffer overreads.
...
4xm decoder while decoding i2 frames can overread the buffer if proper checks
are not made.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-04 21:15:50 -08:00
Aneesh Dogra and Ronald S. Bultje
4b84f68223
4xm: pass the correct remaining buffer size to decode_i2_frame().
...
frame_size is the number of bytes left in the packet, so if we are passing
buf-4 we can safely read frame_size+4 bytes.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-04 21:10:11 -08:00
Aneesh Dogra and Ronald S. Bultje
893f137679
4xm: fix calculation of the next output line position in decode_i2_frame().
...
The current code doesn't work unless width is an exact multiple of 16.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2012-01-04 21:09:22 -08:00
Aneesh Dogra and Diego Biurrun
cbaef7d16e
cmdutils: K&R reformatting cosmetics
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-01-03 21:10:09 +01:00
Aneesh Dogra and Diego Biurrun
2e70b2de58
dct: K&R formatting cosmetics
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2012-01-03 15:25:51 +01:00
Aneesh Dogra and Anton Khirnov
f7e30cc13b
bfi: K&R cosmetics
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-01-01 22:27:04 +01:00
Aneesh Dogra and Anton Khirnov
87d9874864
bgmc: K&R cleanup
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-01-01 22:27:04 +01:00
Aneesh Dogra and Anton Khirnov
da7c65f0ce
avplay: K&R cleanup
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2012-01-01 19:53:37 +01:00
Aneesh Dogra and Diego Biurrun
c4db344664
libmp3lame: K&R formatting cosmetics
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2011-12-29 23:30:20 +01:00
Aneesh Dogra and Ronald S. Bultje
8ca903ebcb
fate: Add a video test for xxan decoder
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2011-12-29 13:59:09 -08:00
Aneesh Dogra and Ronald S. Bultje
9342ecf02e
mpegvideo_enc: K&R cosmetics (line 1000-2000).
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2011-12-29 13:52:04 -08:00
Aneesh Dogra and Anton Khirnov
7636c8c6a3
avconv: K&R cosmetics
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2011-12-29 21:45:44 +01:00
Aneesh Dogra and Janne Grunau
ac1c27bc2b
fate: add more tests for VC-1 decoder
...
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2011-12-29 15:32:31 +01:00
Aneesh Dogra and Ronald S. Bultje
bd96be6e27
mpegvideo_enc: K&R cosmetics
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2011-12-27 10:20:20 -08:00
Aneesh Dogra and Justin Ruggles
1443ea93d9
4xm: Use bytestream2 functions to prevent overreads
...
Fixes Bug 110.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2011-12-20 13:17:09 -05:00
Aneesh Dogra and Justin Ruggles
fd22616c59
bytestream: add a new set of bytestream functions with overread checking
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com >
2011-12-20 13:17:03 -05:00
Aneesh Dogra and Martin Storsjö
0a6aff6936
vc1: Handle WVC1 interlaced stream
...
Signed-off-by: Martin Storsjö <martin@martin.st >
2011-12-19 22:22:15 +02:00
Aneesh Dogra and Martin Storsjö
00aad121d8
xl: Fix overreads
...
Signed-off-by: Martin Storsjö <martin@martin.st >
2011-12-19 20:36:26 +02:00
Aneesh Dogra and Janne Grunau
beaf4012d2
fate: add r210 decoder test
...
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2011-12-15 14:34:09 +01:00
Aneesh Dogra and Janne Grunau
97334f106c
utvideo: add fate tests covering all codec variants
...
Signed-off-by: Janne Grunau <janne-libav@jannau.net >
2011-12-10 15:29:53 +01:00
Aneesh Dogra and Alex Converse
464ccb0144
indeo3: check per-plane data buffer against input buffer bounds.
...
Fixes : http://bugzilla.libav.org/show_bug.cgi?id=102
Signed-off-by: Alex Converse <alex.converse@gmail.com >
2011-11-29 09:58:05 -08:00
Aneesh Dogra and Ronald S. Bultje
97980db487
indeo3: error out if no motion vector is set.
...
This fixes a crash on a corrupt bitstream (bugzilla #93 ).
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2011-11-27 13:30:00 -08:00