Thu, 17 Jul 2003 12:29:07 +0000 |
michaelni |
AVCodec.flush()
libavcodec
|
Thu, 10 Jul 2003 00:15:27 +0000 |
michaelni |
flv cleanup / simplify
libavcodec
|
Wed, 09 Jul 2003 23:10:59 +0000 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Mon, 19 May 2003 13:30:59 +0000 |
michaelni |
ASV1 codec
libavcodec
|
Wed, 14 May 2003 23:08:01 +0000 |
michaelni |
cleanup
libavcodec
|
Sun, 27 Apr 2003 01:11:26 +0000 |
michaelni |
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers)
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|
Wed, 02 Apr 2003 09:57:34 +0000 |
michaelni |
msmpeg4 2pass support & some related cleanup
libavcodec
|
Mon, 31 Mar 2003 11:13:14 +0000 |
michaelni |
some static -> dynamic alloc & 16->8 bit
libavcodec
|
Sun, 30 Mar 2003 19:26:01 +0000 |
michaelni |
mpeg1 slice encoding support
libavcodec
|
Sun, 30 Mar 2003 16:22:08 +0000 |
michaelni |
simplify slice encoding (variance of packet size is practically identical)
libavcodec
|
Sat, 22 Mar 2003 12:09:02 +0000 |
michaelni |
user setable quantizer bias
libavcodec
|
Thu, 20 Mar 2003 17:52:30 +0000 |
michaelni |
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
libavcodec
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
libavcodec
|
Mon, 17 Mar 2003 11:02:33 +0000 |
michaelni |
qmin/qmax cleanup
libavcodec
|
Sun, 16 Mar 2003 20:22:22 +0000 |
michaelni |
field pic decoding cleanup
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Thu, 06 Mar 2003 14:37:37 +0000 |
michaelni |
doxy / cosmetics
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Wed, 05 Mar 2003 20:03:15 +0000 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
Wed, 05 Mar 2003 17:48:19 +0000 |
michaelni |
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Fri, 28 Feb 2003 13:07:07 +0000 |
michaelni |
h263(+) clenaup & bugfixes
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Sat, 08 Feb 2003 12:00:57 +0000 |
michaelni |
mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me
libavcodec
|
Tue, 21 Jan 2003 21:30:48 +0000 |
michaelni |
cleanup
libavcodec
|
Mon, 20 Jan 2003 20:37:24 +0000 |
michaelni |
trying to fix mb skip bug in mpeg1/2 if slices are not used
libavcodec
|