log mpeg4data.h @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 09 Jan 2010 17:22:37 +0000 michael Make some tables static again, i mistakely thought they would be used in several libavcodec
Fri, 08 Jan 2010 17:41:14 +0000 michael Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec
Fri, 08 Jan 2010 17:28:43 +0000 michael Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Sun, 17 Jun 2007 18:59:28 +0000 gpoirier add a comment to indicate which #endif belong to which #define libavcodec
Sun, 17 Jun 2007 00:01:30 +0000 mru add multiple inclusion guards to headers libavcodec
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavcodec
Wed, 25 Jan 2006 22:10:13 +0000 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Sun, 12 Oct 2003 14:01:53 +0000 michael intra dc treshold != 0 decoding fixed libavcodec
Mon, 07 Jul 2003 16:06:00 +0000 al3x warning fix 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
Wed, 12 Mar 2003 23:09:18 +0000 michaelni rvlc decoding support libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 30 Dec 2002 00:28:42 +0000 michaelni correcter mpeg4 headers libavcodec
Mon, 09 Dec 2002 00:06:15 +0000 michaelni correct mpeg4 vo type libavcodec
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Fri, 13 Sep 2002 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Sun, 02 Jun 2002 12:23:22 +0000 michaelni data partitioning libavcodec
Fri, 03 May 2002 18:11:23 +0000 pulento - H263 PAR support by Alex Beregszaszi. libavcodec
Mon, 22 Apr 2002 19:04:28 +0000 michaelni export delay info libavcodec
Sun, 07 Apr 2002 02:03:32 +0000 michaelni mpeg4 mpeg quantizer support libavcodec
Fri, 05 Apr 2002 04:09:04 +0000 michaelni msmpeg4v2 decoding (no encoding yet) libavcodec
Tue, 12 Mar 2002 22:54:25 +0000 michaelni mpeg4 b-frames :) libavcodec
Thu, 07 Mar 2002 13:27:15 +0000 michaelni gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec
Tue, 05 Mar 2002 13:58:13 +0000 michaelni parsing more of the mpeg4 header & print some "not supported" stuff libavcodec
Tue, 07 Aug 2001 22:47:28 +0000 glantau updated scans libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec