log h264.c @ 5963:80103098c797 libavcodec

age author description
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
Thu, 04 Oct 2007 06:35:46 +0000 andoma Modify unreference_pic implementation with PAFF in mind. libavcodec
Thu, 04 Oct 2007 06:33:26 +0000 andoma Partial PAFF implementation at macroblock level. libavcodec
Tue, 02 Oct 2007 20:04:39 +0000 andoma remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodec
Tue, 02 Oct 2007 14:35:20 +0000 andoma Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodec
Thu, 27 Sep 2007 10:45:16 +0000 takis Remove redundant test. libavcodec
Wed, 26 Sep 2007 13:28:13 +0000 andoma h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec
Tue, 25 Sep 2007 08:43:49 +0000 andoma reindent libavcodec
Mon, 24 Sep 2007 13:01:15 +0000 gpoirier factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec
Sat, 22 Sep 2007 10:28:22 +0000 reimar Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec
Fri, 21 Sep 2007 00:26:31 +0000 diego Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodec
Sun, 16 Sep 2007 10:37:07 +0000 gpoirier fix image corruption when with multi-threaded decoding. libavcodec
Fri, 07 Sep 2007 19:19:49 +0000 benoit Indentation libavcodec
Fri, 07 Sep 2007 18:27:13 +0000 benoit Let H.264 decoder skip deblocking across slices libavcodec
Wed, 05 Sep 2007 20:04:09 +0000 benoit Avoid a crash when H264 MMC operation causes the short term reference libavcodec
Wed, 05 Sep 2007 16:18:15 +0000 gpoirier Add slice-based parallel H.264 decoding libavcodec
Wed, 05 Sep 2007 05:30:08 +0000 kostya Move H.264 intra prediction functions into their own context libavcodec
Tue, 04 Sep 2007 14:48:39 +0000 diego Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodec
Mon, 03 Sep 2007 08:46:24 +0000 benoit Remove error raising when explicitely skipping frame libavcodec
Wed, 15 Aug 2007 21:19:13 +0000 ramiro CONFIG_7REGS -> HAVE_7REGS libavcodec
Tue, 14 Aug 2007 22:28:09 +0000 gpoirier Statements like a = b = c = d = e; store from right-to-left, so if libavcodec
Sun, 12 Aug 2007 00:07:29 +0000 conrad Don't check the return value of decode_cabac_residual since it always libavcodec
Wed, 08 Aug 2007 20:27:18 +0000 alex debug: tell how much bits are skipped with unknown nal code libavcodec
Wed, 01 Aug 2007 01:01:03 +0000 michael use ENABLE_GRAY libavcodec
Mon, 30 Jul 2007 21:19:36 +0000 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec
Thu, 19 Jul 2007 08:47:07 +0000 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
Sun, 15 Jul 2007 19:03:12 +0000 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
Mon, 09 Jul 2007 07:51:54 +0000 benoit bring back h264 build libavcodec