Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Sun, 22 Dec 2002 22:34:42 +0000 |
al3x |
disabled aspect code due to it is extra buggy
libavcodec
|
Fri, 06 Dec 2002 15:01:48 +0000 |
michaelni |
fixing aspect (hopefully, i couldnt reproduce the bug)
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 03 Dec 2002 15:42:17 +0000 |
al3x |
10l fix
libavcodec
|
Wed, 20 Nov 2002 15:18:11 +0000 |
al3x |
mjpegb support (need more samples)
libavcodec
|
Wed, 06 Nov 2002 11:59:17 +0000 |
michaelni |
cleanup
libavcodec
|
Wed, 06 Nov 2002 09:30:47 +0000 |
michaelni |
cleanup
libavcodec
|
Sat, 02 Nov 2002 22:49:13 +0000 |
al3x |
fixed some bugs in app parser - some jfif and adobe jpgs fixed
libavcodec
|
Thu, 31 Oct 2002 09:24:25 +0000 |
al3x |
fixed 10l
libavcodec
|
Mon, 28 Oct 2002 16:29:40 +0000 |
al3x |
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos)
libavcodec
|
Sun, 27 Oct 2002 21:02:47 +0000 |
michaelni |
get_vlc2()
libavcodec
|
Sun, 27 Oct 2002 19:20:02 +0000 |
arpi_esp |
3rd 10l - don't let it read data beyond the end of frame
libavcodec
|
Sun, 27 Oct 2002 19:11:06 +0000 |
al3x |
2nd 10l (noticed by arpi)
libavcodec
|
Sun, 27 Oct 2002 19:01:00 +0000 |
al3x |
minor speedup noticed by arpi
libavcodec
|
Sun, 27 Oct 2002 18:03:42 +0000 |
al3x |
10l
libavcodec
|
Sun, 27 Oct 2002 17:59:35 +0000 |
al3x |
reworked decode_frame marker searching, fixes many non-working samples
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Sat, 14 Sep 2002 22:07:35 +0000 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
Sat, 14 Sep 2002 12:30:48 +0000 |
al3x |
complete aspect support
libavcodec
|
Sat, 27 Jul 2002 08:27:02 +0000 |
michaelni |
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
libavcodec
|
Fri, 12 Jul 2002 12:41:32 +0000 |
mellum |
Warning fix.
libavcodec
|
Thu, 11 Jul 2002 23:34:06 +0000 |
arpi_esp |
don't exit decoder after decoding first field -> fixes angels.avi interlacing
libavcodec
|
Wed, 10 Jul 2002 14:34:06 +0000 |
kabi |
* clean compiler warning
libavcodec
|
Thu, 27 Jun 2002 13:21:16 +0000 |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
libavcodec
|
Wed, 05 Jun 2002 18:35:28 +0000 |
bellard |
use ff_idct_put()
libavcodec
|
Mon, 27 May 2002 16:42:14 +0000 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
Sat, 25 May 2002 22:39:29 +0000 |
glantau |
fixed incorrect buffer handling
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|