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
Sun, 28 Feb 2010 18:33:33 +0000 cehoyos Process picture aspect ratio changes in H.264. libavcodec
Fri, 26 Feb 2010 03:27:52 +0000 michael Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec
Thu, 25 Feb 2010 23:44:42 +0000 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
Thu, 25 Feb 2010 15:29:12 +0000 michael Dont allocate direct_table 8 times too large. libavcodec
Thu, 25 Feb 2010 14:26:12 +0000 michael Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec
Thu, 25 Feb 2010 14:02:39 +0000 michael Store intra4x4_pred_mode per row only. libavcodec
Thu, 25 Feb 2010 04:11:33 +0000 michael Cut the size of mvd_table by yet another factor of 2. libavcodec
Thu, 25 Feb 2010 02:42:25 +0000 michael Keep mvd_table values of only 2 mb rows. libavcodec
Wed, 24 Feb 2010 20:43:06 +0000 michael Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec
Tue, 23 Feb 2010 01:08:54 +0000 michael Try to set has_b_frames in codec init if we know everything alraedy. libavcodec
Tue, 23 Feb 2010 01:07:39 +0000 michael Move extradata reading code into codec init instead of doing it libavcodec
Sun, 21 Feb 2010 19:32:47 +0000 cehoyos Remove unused variable mb_xy. libavcodec
Thu, 18 Feb 2010 16:24:31 +0000 mru H264: use alias-safe macros libavcodec
Thu, 18 Feb 2010 12:37:43 +0000 michael Simplify deblock_left/top condition for deblocking_filter=2 libavcodec
Wed, 17 Feb 2010 02:25:05 +0000 michael Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodec
Wed, 17 Feb 2010 02:14:02 +0000 michael Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec
Sun, 14 Feb 2010 23:06:25 +0000 michael Merge decode_cabac_mb_dqp() with surronding code. libavcodec
Sun, 14 Feb 2010 22:59:19 +0000 michael Drop if(0) code. libavcodec
Sat, 13 Feb 2010 21:09:38 +0000 astrange h264: Remove unused variables. libavcodec
Fri, 12 Feb 2010 23:28:33 +0000 michael Dont drop B frames without last_picture. libavcodec
Fri, 12 Feb 2010 19:25:23 +0000 michael Try to support truncated h264 frames mixed with mpeg pes headers in mkv. libavcodec
Mon, 08 Feb 2010 00:08:05 +0000 michael Set x264_build so that checks are simpler. libavcodec
Thu, 04 Feb 2010 15:30:37 +0000 michael Fix large timebases. libavcodec
Thu, 28 Jan 2010 20:57:29 +0000 cehoyos Export H264 profile and level in AVCodecContext. libavcodec
Wed, 27 Jan 2010 22:22:01 +0000 cehoyos Fix svq3_* function declarations. libavcodec
Tue, 26 Jan 2010 13:30:33 +0000 michael 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodec
Mon, 25 Jan 2010 01:56:13 +0000 astrange 100l, correct wrong H.264+adaptive MBAFF decoding libavcodec
Mon, 25 Jan 2010 00:30:44 +0000 astrange H.264: Use 64-/128-bit write-combining macros for copies libavcodec
Sun, 24 Jan 2010 17:02:44 +0000 michael Remove is_complex from loop_filter() its useless there in its current form. libavcodec
Sun, 24 Jan 2010 16:37:12 +0000 fenrir Added a missing const to ff_h264_get_slice_type(). libavcodec