Mercurial > libavcodec.hg
log mpeg12.c @ 552:26971b5a271d libavcodec
age | author | description |
---|---|---|
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 |