log h264.c @ 5780:bd3d1e4f937a libavcodec

age author description
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
Sun, 08 Jul 2007 23:14:54 +0000 mru trivial warning fixes libavcodec
Fri, 06 Jul 2007 14:21:37 +0000 gpoirier Add support for streams with different chroma_qp_index_offset libavcodec
Fri, 06 Jul 2007 07:58:08 +0000 gpoirier Precompute a chroma_qp table with index offset for each pps, libavcodec
Fri, 06 Jul 2007 07:55:37 +0000 gpoirier Compute the dequant coefficient table ptr outside the loop, libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 21 Jun 2007 07:52:06 +0000 gpoirier Don't swap back un-deblocked lines for intra prediction when libavcodec
Wed, 20 Jun 2007 08:53:53 +0000 benoit Do not reuse the rbsp de-escape buffer if both libavcodec
Tue, 19 Jun 2007 21:34:04 +0000 gpoirier Decouple bit context from h264 context in decode_ref_pic_marking() libavcodec
Mon, 18 Jun 2007 08:48:26 +0000 benoit indentation libavcodec
Sat, 16 Jun 2007 19:54:04 +0000 gpoirier Factor out init_scan_tables(), patch by Andreas man %andreas A olebyn.nu% libavcodec
Sat, 16 Jun 2007 14:52:05 +0000 mru fix some printf format specifiers libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Thu, 07 Jun 2007 13:51:06 +0000 benoit h264: use 'simple' in border backup / xchg libavcodec
Sun, 03 Jun 2007 11:44:43 +0000 lorenm filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavcodec
Tue, 29 May 2007 14:35:29 +0000 benoit allocate PPS and SPS dynamically libavcodec
Wed, 23 May 2007 13:46:11 +0000 takis Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec
Thu, 17 May 2007 20:18:46 +0000 reimar Move attribute_unused to variable declarations in macros instead of libavcodec
Mon, 14 May 2007 14:07:50 +0000 reimar Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec
Fri, 11 May 2007 07:21:14 +0000 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
Thu, 10 May 2007 22:26:44 +0000 aurel split h264.c to move parser in its own file libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "inline/static is not at beginning of declaration" warnings. libavcodec