log h264.h @ 10866:d26e9b4d2ca1 libavcodec

age author description
Wed, 13 Jan 2010 01:59:19 +0000 michael Split cavlc out of h264.c. libavcodec
Tue, 12 Jan 2010 21:36:26 +0000 michael Split motion vector prediction off h264.c/h. libavcodec
Tue, 12 Jan 2010 21:17:26 +0000 michael Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec
Tue, 12 Jan 2010 20:59:00 +0000 michael Split all the reference picture handling off 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 14:32:58 +0000 michael Split direct mode (macro)block decoding 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
Mon, 11 Jan 2010 00:31:39 +0000 conrad Export fullrange flag and color information for h.264 libavcodec
Sat, 09 Jan 2010 16:20:41 +0000 ramiro Export get_slice_type() as ff_h264_get_slice_type(). libavcodec
Tue, 09 Jun 2009 21:16:40 +0000 cehoyos Add field prev_interlaced_frame to H264Context to be able to flag soft telecine libavcodec
Fri, 10 Apr 2009 11:31:55 +0000 reimar Add forgotten void return type to ff_h264_free_context libavcodec
Fri, 10 Apr 2009 07:01:55 +0000 reimar Add a ff_h264_free_context function and call it from the H.264 parser. libavcodec
Wed, 04 Mar 2009 19:37:19 +0000 schreter Add support for ct_type to correctly detect interlaced flag libavcodec
Sat, 28 Feb 2009 08:38:33 +0000 stefang sub_mb_type[] needs to be 8-byte aligned because it is referenced libavcodec
Sat, 21 Feb 2009 19:54:14 +0000 cehoyos Make the following H264 functions available to the parser: libavcodec
Wed, 18 Feb 2009 23:33:30 +0000 cehoyos Parse buffering period (H.264, D.1.1). libavcodec
Wed, 18 Feb 2009 23:25:59 +0000 cehoyos Store CPB count in the context. libavcodec
Wed, 18 Feb 2009 00:38:10 +0000 cehoyos Parse cbp_removal_delay in SEI picture structure. libavcodec
Wed, 18 Feb 2009 00:36:07 +0000 cehoyos Parse dpb_output_delay in SEI picture structure. libavcodec
Wed, 18 Feb 2009 00:33:33 +0000 cehoyos Parse initial_cpb_removal_delay_length. libavcodec
Mon, 09 Feb 2009 23:04:16 +0000 cehoyos Add SEI recovery point frame counter to H264Context and use it when libavcodec
Sun, 08 Feb 2009 20:28:12 +0000 superdump Replace hard-coded SEI type constants with symbolic names libavcodec
Wed, 04 Feb 2009 20:41:09 +0000 diego Remove unused CONFIG_H264_ENCODER #define. libavcodec
Tue, 03 Feb 2009 20:49:02 +0000 cehoyos Add fields to H264Context and SPS for upcoming VA API support. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
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
Mon, 21 Jul 2008 18:24:45 +0000 michael Simplify slice type checks. libavcodec
Sun, 20 Jul 2008 18:06:41 +0000 michael Fix used references indexes in the loop filter. libavcodec
Sat, 19 Jul 2008 02:53:57 +0000 michael Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec
Tue, 15 Jul 2008 21:30:04 +0000 astrange Move the size of the H264Context delayed_pic array into a #define. libavcodec
Wed, 02 Jul 2008 21:46:18 +0000 astrange Don't test for H264 encoding unless an encoder exists. libavcodec
Sun, 11 May 2008 19:16:21 +0000 astrange Store mb_xy in H264Context and only calculate it once per MB. libavcodec
Fri, 11 Apr 2008 12:57:49 +0000 michael Crop parameters are unsigned, having them negative could be bad and lead libavcodec
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavcodec
Sun, 03 Feb 2008 07:05:11 +0000 lorenm ff_h264_idct8_add_sse2. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Tue, 09 Oct 2007 12:28:17 +0000 cehoyos Enable PAFF decoding libavcodec
Sat, 06 Oct 2007 05:59:14 +0000 andoma Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec
Thu, 04 Oct 2007 06:43:58 +0000 andoma Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec
Thu, 04 Oct 2007 06:33:26 +0000 andoma Partial PAFF implementation at macroblock level. libavcodec
Tue, 02 Oct 2007 14:35:20 +0000 andoma Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodec
Tue, 02 Oct 2007 14:25:47 +0000 andoma Cosmetic preparations for h264/PAFF implementation. libavcodec
Wed, 05 Sep 2007 16:18:15 +0000 gpoirier Add slice-based parallel H.264 decoding libavcodec