log h264.h @ 8479:e818b3c06712 libavcodec

age author description
Sat, 20 Dec 2008 23:11:30 +0000 michael Optimize get_dct8x8_allowed(). libavcodec
Tue, 16 Dec 2008 20:26:22 +0000 michael Do not recalculate constant part of is_complex for every MB. 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
Tue, 04 Nov 2008 18:31:48 +0000 andoma h264: Implement decoding of picture timing SEI message. libavcodec
Tue, 28 Oct 2008 22:50:16 +0000 michael Replace literally hardcoded max slice number by named constant. libavcodec
Tue, 14 Oct 2008 20:30:11 +0000 michael Add variable to hold the svq3 watermarking key, libavcodec
Sat, 04 Oct 2008 01:08:48 +0000 michael Fix indention of NAL type enum. 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
Mon, 22 Sep 2008 20:43:35 +0000 michael Another try to fix temporal direct mode references. libavcodec
Sun, 21 Sep 2008 02:39:09 +0000 michael Make MBAFF temporal direct mode closer to the spec. libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sun, 10 Aug 2008 02:38:51 +0000 michael Use the correct reference tables for interlaced MBAFF MBs in the loop filter. libavcodec
Sat, 26 Jul 2008 02:27:14 +0000 michael chroma_format_idc=0 aka grayscale support. libavcodec
Tue, 22 Jul 2008 13:01:10 +0000 michael qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec
Mon, 21 Jul 2008 22:19:06 +0000 michael Loop filtering with multiple slice types fix. libavcodec