Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Mon, 13 Oct 2003 08:02:46 +0000 |
alex |
10l
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Tue, 09 Sep 2003 22:50:44 +0000 |
bellard |
removed warnings
libavcodec
|
Wed, 23 Jul 2003 00:32:50 +0000 |
michaelni |
bitstream changes to match JM7.2
libavcodec
|
Fri, 04 Jul 2003 17:16:53 +0000 |
al3x |
unwanted second definition of CHECKED_ALLOCZ
libavcodec
|
Fri, 27 Jun 2003 15:05:29 +0000 |
tmmm |
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
libavcodec
|
Fri, 20 Jun 2003 15:21:25 +0000 |
al3x |
some warning fixes
libavcodec
|
Thu, 19 Jun 2003 01:44:44 +0000 |
tmmm |
added support for B-frames and multiple slices
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Fri, 16 May 2003 19:18:53 +0000 |
michaelni |
bigendian fix
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Wed, 14 May 2003 23:08:01 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 13 May 2003 13:38:09 +0000 |
michaelni |
optimizations
libavcodec
|
Tue, 13 May 2003 00:46:42 +0000 |
michaelni |
optimizations
libavcodec
|
Fri, 09 May 2003 22:16:14 +0000 |
michaelni |
svq3 decoder by anonymous
libavcodec
|
Sun, 27 Apr 2003 01:33:39 +0000 |
michaelni |
tired
libavcodec
|
Fri, 25 Apr 2003 00:29:48 +0000 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
Mon, 14 Apr 2003 13:44:38 +0000 |
michaelni |
minor cleanup / some warning fixes
libavcodec
|
Sat, 12 Apr 2003 22:49:54 +0000 |
michaelni |
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)
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
|
Mon, 07 Apr 2003 19:23:21 +0000 |
michaelni |
some checks to avoid segfault
libavcodec
|
Sat, 05 Apr 2003 10:08:48 +0000 |
michaelni |
#ifdef TRACE printf() -> tprintf()
libavcodec
|
Fri, 04 Apr 2003 20:59:50 +0000 |
michaelni |
multiple reference frames support
libavcodec
|
Fri, 04 Apr 2003 14:42:28 +0000 |
michaelni |
H264 decoder & demuxer
libavcodec
|