log h264data.h @ 12501:b3f9612d4ea7 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 13 Feb 2010 15:57:49 +0000 michael Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. libavcodec
Wed, 13 Jan 2010 02:35:36 +0000 michael Split cabac decoding code out of h264.c. libavcodec
Wed, 13 Jan 2010 02:17:16 +0000 michael Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec
Wed, 13 Jan 2010 01:59:19 +0000 michael Split cavlc out of h264.c. libavcodec
Tue, 12 Jan 2010 19:33:45 +0000 michael Split (picture|seq) parameter set decoding out of h264.c. libavcodec
Tue, 12 Jan 2010 18:54:40 +0000 michael Split SEI code off h264.c. libavcodec
Tue, 12 Jan 2010 06:01:55 +0000 michael Split h264 loop filter off h264.c. libavcodec
Tue, 12 Jan 2010 05:30:31 +0000 michael Get rid of #include "svq3.c" libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sat, 24 Jan 2009 14:30:15 +0000 stefang remove zigzag_scan8x8, it is the same as ff_zigzag_direct libavcodec
Fri, 19 Dec 2008 14:49:17 +0000 darkshikari H.264 loopfilter speed tweaks libavcodec
Wed, 26 Nov 2008 10:22:55 +0000 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
Mon, 24 Nov 2008 16:08:21 +0000 diego Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. libavcodec
Fri, 21 Nov 2008 10:00:03 +0000 diego Move H.264 tables that are only useful for encoding to h264enc.c. libavcodec
Tue, 04 Nov 2008 18:31:48 +0000 andoma h264: Implement decoding of picture timing SEI message. libavcodec
Fri, 03 Oct 2008 13:30:19 +0000 michael Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sat, 26 Jul 2008 02:27:14 +0000 michael chroma_format_idc=0 aka grayscale support. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Wed, 05 Sep 2007 05:30:08 +0000 kostya Move H.264 intra prediction functions into their own context libavcodec
Fri, 24 Aug 2007 14:18:09 +0000 michael int->uint8_t libavcodec
Fri, 24 Aug 2007 14:02:02 +0000 michael int->int8_t (no need for them to be int ...) libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics 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
Thu, 07 Dec 2006 09:59:05 +0000 takis Making rem6 and div6 globally visible and thus adding prefixes. libavcodec
Tue, 05 Dec 2006 21:52:15 +0000 takis Change NAL unit type defines to an enum and move to a header file for usage libavcodec
Wed, 01 Nov 2006 19:34:30 +0000 michael merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 28 May 2006 22:44:14 +0000 lorenm h264: MBAFF interlaced decoding libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Tue, 25 Oct 2005 01:17:20 +0000 lorenm decode custom quant matrices. libavcodec
Wed, 08 Jun 2005 00:40:41 +0000 lorenm typo in cabac tables libavcodec
Thu, 02 Jun 2005 21:15:20 +0000 lorenm decode H.264 with 8x8 transform. libavcodec
Thu, 03 Mar 2005 07:21:23 +0000 lorenm vismv didn't display 8x8 mvs in H.264 libavcodec
Fri, 26 Mar 2004 19:35:53 +0000 michael h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
Fri, 19 Mar 2004 21:21:17 +0000 michael h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Thu, 10 Apr 2003 14:07:18 +0000 michaelni 10l 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