log snow.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Wed, 23 Jun 2010 23:44:48 +0000 mru snow: remove unused parameter to mc_block() libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 14 Mar 2010 17:50:16 +0000 mru Add ff_ prefix to dwt functions libavcodec
Sun, 14 Mar 2010 17:50:12 +0000 mru Separate DWT from snow and dsputil libavcodec
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavcodec
Sat, 06 Mar 2010 22:36:36 +0000 mru Add some missing #includes libavcodec
Mon, 11 Jan 2010 02:52:50 +0000 michael Optimize ff_snow_horizontal_compose97i. libavcodec
Mon, 11 Jan 2010 01:00:50 +0000 michael Merge vertical_compose53iL0*() libavcodec
Mon, 11 Jan 2010 00:54:48 +0000 michael Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec
Fri, 08 Jan 2010 16:37:32 +0000 jai_menon Snow : re-indent after r21093. libavcodec
Fri, 08 Jan 2010 16:34:50 +0000 jai_menon Snow : remove pointless 'if(1)'. libavcodec
Fri, 08 Jan 2010 14:45:24 +0000 jai_menon Snow : use non-NULL context for av_log. libavcodec
Fri, 08 Jan 2010 14:33:35 +0000 jai_menon Cosmetics : remove duplicated comment. libavcodec
Fri, 08 Jan 2010 05:09:17 +0000 jai_menon Snow : release buffers allocated using avctx->get_buffer. libavcodec
Wed, 02 Dec 2009 20:07:23 +0000 michael Fix 1 pass RC in snow. libavcodec
Fri, 18 Sep 2009 19:45:09 +0000 diego Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec
Fri, 05 Jun 2009 08:40:31 +0000 bcoudurier snow decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
Fri, 08 May 2009 15:14:36 +0000 michael Correct x/ymin to avoid segfault due to out of picture reads. libavcodec
Fri, 24 Apr 2009 00:26:49 +0000 michael Optimize sign handling in get_symbol(). libavcodec
Wed, 22 Apr 2009 22:05:34 +0000 michael Remove 2 useless FFMIN(). libavcodec
Wed, 22 Apr 2009 21:44:41 +0000 michael Remove apparently redundant code. libavcodec
Fri, 17 Apr 2009 19:29:54 +0000 michael Fix indention, patch by Lars T¸«£uber. libavcodec
Fri, 17 Apr 2009 17:39:09 +0000 michael Remove unused variable from slice_buffer_release() found by CSA. libavcodec
Fri, 17 Apr 2009 15:01:58 +0000 michael Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec
Fri, 10 Apr 2009 17:23:38 +0000 diego cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodec
Thu, 09 Apr 2009 21:19:25 +0000 michael Make sure the next used frame is released so get_buffer() wont fail. libavcodec
Thu, 09 Apr 2009 21:17:53 +0000 michael Move release_buffer() up so it is prior to a future call to it. libavcodec
Thu, 09 Apr 2009 20:44:18 +0000 michael Factorize release_buffer() libavcodec
Thu, 09 Apr 2009 20:23:13 +0000 michael Make sure spatial_decomposition_count is not too large for picture size. libavcodec
Thu, 09 Apr 2009 20:13:35 +0000 michael Skip non intra frames that have no reference frames. libavcodec
Thu, 09 Apr 2009 19:45:10 +0000 michael Make sure spatial_decomposition_count is >0. libavcodec
Thu, 09 Apr 2009 18:47:50 +0000 michael Make sure the block array is of the correct size. libavcodec
Thu, 09 Apr 2009 18:37:26 +0000 michael Check spatial_decomposition_count too, fixes another crash. libavcodec
Thu, 09 Apr 2009 18:29:54 +0000 michael 10l, forgot to remove old code, which broke snow. libavcodec
Thu, 09 Apr 2009 18:21:51 +0000 michael Factorize check of read symbols. libavcodec
Thu, 09 Apr 2009 15:33:02 +0000 michael Fix spatial_decomposition_type validity check. libavcodec
Thu, 09 Apr 2009 15:17:03 +0000 michael Fix crash when max_ref_frames was out of range. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Tue, 31 Mar 2009 07:37:55 +0000 benoit Move declaration of prn before any assignment. libavcodec
Fri, 20 Mar 2009 11:48:27 +0000 diego Replace random() usage in test programs by av_lfg_*(). libavcodec
Fri, 20 Mar 2009 11:40:05 +0000 diego Align test program output columns. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 12 Dec 2008 16:21:23 +0000 michael More POSIX _t namespace cleanup. libavcodec
Tue, 02 Dec 2008 10:43:08 +0000 michael Fix regression test failure with pthreads on multiprocessor systems. libavcodec
Tue, 25 Nov 2008 00:20:49 +0000 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
Tue, 19 Aug 2008 20:04:46 +0000 diego cosmetics: s/const static/static const/g libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sat, 08 Mar 2008 20:27:16 +0000 diego cosmetics: Fix indentation in a few more places. libavcodec
Sat, 08 Mar 2008 20:24:24 +0000 diego cosmetics: Normalize {} placement after for, while, if. libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec