log cook.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavcodec
Thu, 08 Jul 2010 17:55:37 +0000 diego Improve variable names in imlt_window_float() and mlt_compensate_output(). libavcodec
Thu, 08 Jul 2010 13:35:46 +0000 diego Restore array sizes in doxygen parameter names. libavcodec
Fri, 02 Jul 2010 12:52:14 +0000 diego Move DECODE_BYTES_PAD* macros before Doxygen comments. libavcodec
Fri, 02 Jul 2010 12:42:32 +0000 diego Fix doxy of gb parameter in decode_gain_info(). libavcodec
Fri, 02 Jul 2010 11:53:00 +0000 diego Avoid one more instance of angular brackets in Doxygen comments. libavcodec
Fri, 02 Jul 2010 11:19:29 +0000 diego Remove non-existing stray arguments from Doxygen function documentation. libavcodec
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sun, 29 Nov 2009 15:15:50 +0000 mru cook: use constant seed for dithering RNG libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Fri, 15 May 2009 16:25:54 +0000 banan Bugfix for bug introduced in the multichannel cook patchset. libavcodec
Sat, 25 Apr 2009 20:09:34 +0000 banan Proper subpacket size check for cook multichannel files. libavcodec
Sat, 25 Apr 2009 19:47:18 +0000 banan Remove parentheses libavcodec
Sat, 25 Apr 2009 18:43:30 +0000 banan Set the type of size in COOKSubpacket to unsigned libavcodec
Sat, 25 Apr 2009 17:46:27 +0000 banan Make sure we only parse max amount of subpackets (5) in the cook decoder. libavcodec
Sat, 25 Apr 2009 17:35:21 +0000 banan Indent libavcodec
Sat, 25 Apr 2009 17:33:36 +0000 banan Remove redundant code libavcodec
Sat, 25 Apr 2009 10:46:07 +0000 banan Support cook multichannel files. libavcodec
Sat, 25 Apr 2009 10:25:14 +0000 banan Fix the COOKDEBUG code libavcodec
Sat, 25 Apr 2009 10:20:48 +0000 banan Factor out COOKSubpacket, in preparation for multichannel support. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Fri, 20 Mar 2009 21:32:30 +0000 banan Get rid of av_random in cook.c libavcodec
Tue, 17 Mar 2009 20:47:31 +0000 ramiro use intptr_t to cast pointers to int in codecs maintained by benjamin larsson libavcodec
Sun, 15 Mar 2009 19:36:45 +0000 banan Add cook channel count function, part of multichannel cook libavcodec
Sun, 15 Mar 2009 19:34:52 +0000 banan Add max allowed subpackets in multichannel cook libavcodec
Sun, 15 Mar 2009 14:11:11 +0000 banan save avctx in cook decoder context and use it for av_log libavcodec
Sun, 15 Mar 2009 14:04:25 +0000 banan memset when category is >=7, part of cook multichannel libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 08 Feb 2009 23:25:56 +0000 diego Add av_cold attribute to init function. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 23:04:33 +0000 stefano Replace calls to the deprecated function av_init_random() with libavcodec
Sun, 16 Nov 2008 09:54:09 +0000 banan Set channel_layout libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sun, 22 Jun 2008 15:26:00 +0000 superdump Remove now unused variable libavcodec
Sun, 22 Jun 2008 15:12:27 +0000 superdump Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Sat, 24 May 2008 22:31:44 +0000 michael Move const *pow2tab out of context. libavcodec
Sat, 24 May 2008 22:28:33 +0000 michael simplify init_pow2table libavcodec
Sat, 24 May 2008 22:23:16 +0000 michael Merge init_rootpow2table and init_pow2table. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 01 Feb 2008 04:07:48 +0000 michael const libavcodec
Wed, 30 Jan 2008 23:58:44 +0000 bcoudurier add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Wed, 08 Aug 2007 07:04:23 +0000 benoit kill warning libavcodec
Thu, 02 Aug 2007 07:42:06 +0000 diego Remove unused variable. libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Tue, 17 Jul 2007 11:06:12 +0000 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
Tue, 17 Jul 2007 00:36:47 +0000 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec