log h264.c @ 11509:9adad5749f23 libavcodec

age author description
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
Sun, 24 Jan 2010 13:20:17 +0000 michael Remove all uses of slice_type* from the loop filter, also remove its libavcodec
Sat, 23 Jan 2010 18:05:30 +0000 michael Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec
Mon, 18 Jan 2010 23:55:19 +0000 michael Cosmetic, get rid of &x[0] libavcodec
Mon, 18 Jan 2010 23:41:12 +0000 michael Fix compilation with -O0. libavcodec
Mon, 18 Jan 2010 20:19:19 +0000 michael Fix 10l segfault with threads. libavcodec
Mon, 18 Jan 2010 05:15:31 +0000 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
Mon, 18 Jan 2010 00:20:44 +0000 michael Move the qp check to skip the loop filter up. libavcodec
Sun, 17 Jan 2010 21:43:08 +0000 michael Split fill_caches() between filter and decoder. libavcodec
Sun, 17 Jan 2010 20:35:55 +0000 michael Rearchitecturing the stiched up goose part 1 libavcodec
Sat, 16 Jan 2010 13:12:11 +0000 michael Consider slice_beta_offet in qp_thresh. libavcodec
Sat, 16 Jan 2010 11:55:35 +0000 michael Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec
Wed, 13 Jan 2010 02:44:38 +0000 michael remove unused variable libavcodec
Wed, 13 Jan 2010 02:35:36 +0000 michael Split cabac decoding code out of h264.c. libavcodec
Wed, 13 Jan 2010 01:59:19 +0000 michael Split cavlc out of h264.c. libavcodec
Tue, 12 Jan 2010 21:36:26 +0000 michael Split motion vector prediction off h264.c/h. libavcodec
Tue, 12 Jan 2010 21:17:26 +0000 michael Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec
Tue, 12 Jan 2010 20:59:00 +0000 michael Split all the reference picture handling off h264.c. libavcodec
Tue, 12 Jan 2010 19:33:45 +0000 michael Split (picture|seq) parameter set decoding out of h264.c. libavcodec
Tue, 12 Jan 2010 18:54:40 +0000 michael Split SEI code off h264.c. libavcodec
Tue, 12 Jan 2010 14:32:58 +0000 michael Split direct mode (macro)block decoding off h264.c. libavcodec