log h264.c @ 6517:48759bfbd073 libavcodec

age author description
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 13 Mar 2008 01:49:19 +0000 michael If consumed does not match nalsize, favor nalsize. libavcodec
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes 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
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Sat, 02 Feb 2008 10:54:20 +0000 lorenm "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec
Sat, 02 Feb 2008 10:53:15 +0000 lorenm fix mbaff diagonal neighbor mv libavcodec
Sat, 02 Feb 2008 10:51:56 +0000 lorenm mbaff spatial direct libavcodec
Fri, 01 Feb 2008 02:35:11 +0000 michael consts libavcodec
Fri, 01 Feb 2008 01:35:31 +0000 michael Indention, it seems i have forgotton to commit this. libavcodec
Thu, 31 Jan 2008 00:15:24 +0000 andoma Fix the following warnings: libavcodec
Mon, 28 Jan 2008 21:12:38 +0000 heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec
Sun, 27 Jan 2008 20:50:16 +0000 reimar Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodec
Thu, 24 Jan 2008 19:31:59 +0000 michael Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodec
Wed, 23 Jan 2008 21:27:07 +0000 diego Add #undef printf and disable non-functional code to make test program compile. libavcodec
Sun, 20 Jan 2008 23:53:51 +0000 diego Consistently use TEST as the preprocessor condition to enable test code. libavcodec
Wed, 19 Dec 2007 23:03:52 +0000 cehoyos Fix problem with multithreaded decoding, introduced by r11214. libavcodec
Sun, 16 Dec 2007 17:22:09 +0000 diego cosmetics: comment typo fixes libavcodec
Sat, 15 Dec 2007 06:06:16 +0000 kostya Make fill_rectangle() available for other decoders libavcodec
Fri, 14 Dec 2007 22:49:30 +0000 heydowns Fix brain-dead parts of r11216, specifically: libavcodec
Fri, 14 Dec 2007 06:25:23 +0000 heydowns Ensure that our total reference frame count does not exceed the SPS libavcodec
Fri, 14 Dec 2007 05:48:27 +0000 heydowns Actually return with an error condition if we're being asked to deal with too libavcodec
Fri, 14 Dec 2007 05:37:23 +0000 heydowns Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodec
Thu, 13 Dec 2007 00:50:47 +0000 heydowns Fix non_zero_count_cache for deblocking in field pictures. libavcodec
Wed, 05 Dec 2007 18:02:48 +0000 takis Verify long_ref_count!=0. Fix issue 281. libavcodec
Wed, 05 Dec 2007 05:24:54 +0000 heydowns Initialize function pointers used by error resilience code before any libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavcodec
Sat, 17 Nov 2007 03:04:21 +0000 heydowns Call mpegvideo flush routine on h264 flush. Needed in particular libavcodec
Sat, 10 Nov 2007 06:10:46 +0000 andoma Provide top_field_first logic for h264 libavcodec
Wed, 07 Nov 2007 23:35:48 +0000 heydowns Fix deblocking filter for field pictures by properly looking for first libavcodec
Tue, 06 Nov 2007 18:48:18 +0000 heydowns Fix poc for field pictures. Prior to this, the poc of the second field libavcodec
Mon, 05 Nov 2007 18:16:42 +0000 heydowns Correct assignment of interlaced_frame; was being set on output frames, libavcodec
Mon, 15 Oct 2007 22:17:39 +0000 cehoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec
Mon, 15 Oct 2007 06:23:02 +0000 cehoyos Fix mix-up of values in r10690 (deblocking for PAFF). libavcodec
Sat, 13 Oct 2007 05:50:11 +0000 andoma Simplify tests for field macroblocks libavcodec
Fri, 12 Oct 2007 09:10:07 +0000 cehoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodec
Wed, 10 Oct 2007 20:31:42 +0000 cehoyos Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodec
Tue, 09 Oct 2007 17:45:34 +0000 andoma fix incorrect check for abs_diff_pic_num overflow libavcodec
Tue, 09 Oct 2007 15:09:51 +0000 andoma reindent libavcodec
Tue, 09 Oct 2007 12:28:17 +0000 cehoyos Enable PAFF decoding libavcodec
Mon, 08 Oct 2007 17:44:38 +0000 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
Mon, 08 Oct 2007 17:39:34 +0000 andoma Fix deblocking for PAFF content libavcodec
Sun, 07 Oct 2007 23:46:51 +0000 cehoyos Re-indent after PAFF MMCO implementation patch. libavcodec
Sun, 07 Oct 2007 23:32:42 +0000 cehoyos Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec
Sat, 06 Oct 2007 15:50:55 +0000 andoma Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec
Sat, 06 Oct 2007 15:49:13 +0000 andoma Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec
Sat, 06 Oct 2007 15:47:02 +0000 andoma Edge emulation for fields. Part of PAFF implementation libavcodec
Sat, 06 Oct 2007 15:44:58 +0000 andoma Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec
Sat, 06 Oct 2007 05:59:14 +0000 andoma Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec
Fri, 05 Oct 2007 13:54:11 +0000 andoma Support function and changes to reference picture reordering for PAFF. libavcodec
Fri, 05 Oct 2007 13:47:46 +0000 andoma Reindent fill_default_ref_list after changes for PAFF libavcodec
Fri, 05 Oct 2007 13:41:27 +0000 andoma Support functions and changes to default reference list creation for PAFF. libavcodec
Thu, 04 Oct 2007 06:53:12 +0000 andoma Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec
Thu, 04 Oct 2007 06:50:44 +0000 andoma Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. 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:41:49 +0000 andoma Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec
Thu, 04 Oct 2007 06:38:58 +0000 andoma Further modularize short reference list management for upcoming PAFF implementation. libavcodec
Thu, 04 Oct 2007 06:37:04 +0000 andoma Re-indent unreference_pic. libavcodec