Tue, 17 Jun 2003 22:48:51 +0000 |
michaelni |
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
libavcodec
|
Mon, 16 Jun 2003 15:06:31 +0000 |
al3x |
10l
libavcodec
|
Mon, 16 Jun 2003 13:19:30 +0000 |
michaelni |
cleanup
libavcodec
|
Sun, 15 Jun 2003 00:15:57 +0000 |
michaelni |
lossless jpeg decoding support
libavcodec
|
Fri, 23 May 2003 16:04:24 +0000 |
michaelni |
optimize
libavcodec
|
Tue, 20 May 2003 01:03:40 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Sat, 22 Mar 2003 12:09:02 +0000 |
michaelni |
user setable quantizer bias
libavcodec
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 10:45:41 +0000 |
kabi |
* check for potentialy problematic field len
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
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
|