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
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
Tue, 12 Jan 2010 06:01:55 +0000 michael Split h264 loop filter off h264.c. libavcodec
Tue, 12 Jan 2010 05:30:31 +0000 michael Get rid of #include "svq3.c" libavcodec
Mon, 11 Jan 2010 00:31:39 +0000 conrad Export fullrange flag and color information for h.264 libavcodec
Sat, 09 Jan 2010 16:20:41 +0000 ramiro Export get_slice_type() as ff_h264_get_slice_type(). libavcodec
Sat, 09 Jan 2010 07:57:26 +0000 jai_menon Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec
Fri, 08 Jan 2010 15:50:26 +0000 andoma Log unknown NAL code from correct context libavcodec
Wed, 09 Dec 2009 12:49:59 +0000 michael End startcode prefix search at the end of a AVC unit. libavcodec
Tue, 08 Dec 2009 17:38:02 +0000 michael Reduce warnings about too few consumed bytes to debug level. libavcodec
Tue, 24 Nov 2009 15:13:47 +0000 cehoyos Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodec
Mon, 23 Nov 2009 19:45:40 +0000 michael Use avcodec_set_dimensions() libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Fri, 13 Nov 2009 18:33:28 +0000 benoit Reset rbsp buffer size when freeing its data buffer. libavcodec
Tue, 10 Nov 2009 21:00:46 +0000 michael indent libavcodec
Tue, 10 Nov 2009 20:55:45 +0000 cehoyos Cosmetics: Fix indentation after r20505. libavcodec
Tue, 10 Nov 2009 20:55:00 +0000 cehoyos Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec
Tue, 10 Nov 2009 20:24:41 +0000 michael Try to fix has_b_frame calculation for open gop files. libavcodec
Tue, 06 Oct 2009 06:33:18 +0000 reimar Remove casts that are useless since the argument is void *. libavcodec
Wed, 23 Sep 2009 10:07:29 +0000 cehoyos Cosmetics: Fix typo. libavcodec
Wed, 23 Sep 2009 09:58:44 +0000 michael Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec
Sun, 06 Sep 2009 00:08:19 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Sat, 04 Jul 2009 07:46:58 +0000 astrange H.264: Check the return value of decode_vui_parameters() libavcodec
Fri, 03 Jul 2009 05:52:00 +0000 astrange H.264: Don't set data_partitioning for invalid NAL_DPA. libavcodec
Tue, 30 Jun 2009 12:11:29 +0000 reimar Fix nalsize check to avoid an integer overflow that made the check libavcodec
Wed, 24 Jun 2009 12:10:20 +0000 cehoyos Improve wording: s/reseted/reset libavcodec
Tue, 23 Jun 2009 21:03:35 +0000 cehoyos Fix H.264 picture reordering, 2nd try. libavcodec
Sat, 20 Jun 2009 14:47:38 +0000 cehoyos Revert r19239: It broke four conformance tests. libavcodec
Sat, 20 Jun 2009 13:16:07 +0000 cehoyos Fix H.264 picture reordering. libavcodec
Tue, 16 Jun 2009 21:50:36 +0000 astrange H.264: Fix memory leaks with multithreading. libavcodec
Tue, 09 Jun 2009 21:16:40 +0000 cehoyos Add field prev_interlaced_frame to H264Context to be able to flag soft telecine libavcodec
Wed, 03 Jun 2009 19:24:51 +0000 michael Fix sei_ct_type check so it does not mistreat ct_type= unknown. libavcodec
Wed, 03 Jun 2009 19:23:34 +0000 michael Print ct_type and pic_struct. libavcodec
Sat, 30 May 2009 00:24:20 +0000 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
Sun, 24 May 2009 03:39:20 +0000 conrad H264: Don't deblock if alpha or beta is 0. libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Thu, 16 Apr 2009 04:46:44 +0000 michael Support broken avc nal encapsulation. libavcodec
Sun, 12 Apr 2009 20:43:52 +0000 michael Fix 2 access units in a packet mp4s. libavcodec
Sun, 12 Apr 2009 20:40:18 +0000 michael Get rid of the non sensical idea of using the current picture for missing libavcodec
Sun, 12 Apr 2009 20:21:23 +0000 michael Factorize field_end() out. libavcodec
Sun, 12 Apr 2009 13:58:03 +0000 michael Assert that the first list1 entry is a reference frame. libavcodec