Tue, 01 Oct 2002 23:47:04 +0000 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
Tue, 01 Oct 2002 23:11:40 +0000 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
Mon, 30 Sep 2002 16:14:14 +0000 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
Mon, 30 Sep 2002 10:06:17 +0000 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Tue, 24 Sep 2002 12:33:37 +0000 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
Fri, 06 Sep 2002 22:30:16 +0000 |
michaelni |
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
libavcodec
|
Mon, 02 Sep 2002 09:51:52 +0000 |
michaelni |
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
libavcodec
|
Wed, 28 Aug 2002 08:15:30 +0000 |
michaelni |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
Mon, 26 Aug 2002 16:10:41 +0000 |
michaelni |
fixing some 64bit bugs
libavcodec
|
Sun, 04 Aug 2002 18:19:09 +0000 |
michaelni |
fixing slices which start at mb_x>0
libavcodec
|
Wed, 17 Jul 2002 15:54:56 +0000 |
michaelni |
hmm ABS(dc-diff) > 512 fix
libavcodec
|
Tue, 16 Jul 2002 00:48:29 +0000 |
michaelni |
dr1
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Sun, 14 Jul 2002 18:36:24 +0000 |
michaelni |
rl vlc table optimization (not yet used)
libavcodec
|
Sat, 13 Jul 2002 16:10:27 +0000 |
michaelni |
optimization (get_vlc() -> get_vlc2())
libavcodec
|
Wed, 10 Jul 2002 21:01:45 +0000 |
michaelni |
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>)
libavcodec
|
Tue, 09 Jul 2002 10:35:10 +0000 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
Tue, 18 Jun 2002 00:46:02 +0000 |
michaelni |
dc scale simplification/optimization
libavcodec
|
Tue, 11 Jun 2002 13:44:14 +0000 |
bellard |
fixed one mpeg decoder memory leak
libavcodec
|
Sun, 09 Jun 2002 13:43:53 +0000 |
michaelni |
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Mon, 20 May 2002 16:24:39 +0000 |
glantau |
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
libavcodec
|
Sat, 18 May 2002 22:56:50 +0000 |
glantau |
improved mpeg1/2 decoding speed
libavcodec
|
Tue, 14 May 2002 19:56:42 +0000 |
pulento |
- repeat_pict meaning changed, now it signals the extra delay for the
libavcodec
|
Sun, 12 May 2002 02:55:48 +0000 |
pulento |
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
libavcodec
|
Mon, 06 May 2002 19:32:55 +0000 |
pulento |
- MPEG-4 B frames coding option for ffmpeg.c
libavcodec
|
Sat, 27 Apr 2002 13:12:57 +0000 |
michaelni |
export mbskip_table for direct rendering
libavcodec
|