log h264.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 28 Sep 2010 09:06:22 +0000 darkshikari Try to fix crashes introduced by r25218 libavcodec tip
Mon, 27 Sep 2010 04:43:41 +0000 darkshikari Improve error concealment of lost frames libavcodec
Tue, 14 Sep 2010 13:36:26 +0000 rbultje Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec
Mon, 05 Jul 2010 14:36:03 +0000 michael Perform sliding window operation during frame gap handling. libavcodec
Sat, 03 Jul 2010 04:40:12 +0000 bcoudurier Give context to av_log libavcodec
Fri, 02 Jul 2010 11:54:34 +0000 diego Fix typo in Doxygen function parameter name. libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Mon, 31 May 2010 22:01:31 +0000 bcoudurier Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodec
Fri, 28 May 2010 23:15:30 +0000 bcoudurier In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodec
Wed, 26 May 2010 19:00:59 +0000 cehoyos Factorize ff_h264_decode_extradata(). libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Thu, 15 Apr 2010 13:16:37 +0000 gb H.264: cosmetics (vertical align). libavcodec
Thu, 15 Apr 2010 08:30:48 +0000 gb H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). libavcodec
Thu, 15 Apr 2010 08:27:06 +0000 gb H.264: move avctx->refs init before AVCodecContext.get_format(). libavcodec
Tue, 13 Apr 2010 22:15:49 +0000 diego Move static function fill_filter_caches() from h264.h to h264.c. libavcodec
Wed, 31 Mar 2010 03:55:42 +0000 astrange H264: Copy h264dsp when creating new slice threads libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 30 Mar 2010 21:05:11 +0000 michael Fix implicit weight for b frames in mbaff. libavcodec
Tue, 30 Mar 2010 08:10:29 +0000 cehoyos Set VDPAU H264 picture parameter field_order_cnt and frame_num at the libavcodec
Tue, 23 Mar 2010 17:55:08 +0000 diego Remove unused variable, fixes the warning: libavcodec
Thu, 18 Mar 2010 23:36:54 +0000 stefano Reinitialize the h264 decoder context on every valid aspect ratio libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Fri, 12 Mar 2010 15:23:26 +0000 michael Fix indention libavcodec
Fri, 12 Mar 2010 15:21:45 +0000 michael Always reset slice_table. libavcodec
Wed, 03 Mar 2010 21:10:08 +0000 michael Reorder indexes in weight tables. libavcodec
Wed, 03 Mar 2010 19:32:50 +0000 michael cosmetic addition of {} libavcodec
Wed, 03 Mar 2010 14:41:43 +0000 michael Merge weight & offset tables, 15 cpu cycles faster. libavcodec
Wed, 03 Mar 2010 10:57:38 +0000 michael Simplify implicit_weight table init. libavcodec
Tue, 02 Mar 2010 02:24:37 +0000 michael Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodec
Mon, 01 Mar 2010 00:22:43 +0000 aurel revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodec