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
Mon, 16 Jul 2007 14:45:54 +0000 mhoffman float_t was a typo that compiled on macosx libavcodec
Mon, 16 Jul 2007 13:24:43 +0000 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
Mon, 16 Jul 2007 12:32:41 +0000 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
Mon, 16 Jul 2007 11:52:46 +0000 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
Mon, 16 Jul 2007 11:25:56 +0000 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
Mon, 16 Jul 2007 01:28:58 +0000 mhoffman separating saturation codes so that we can support other data formats libavcodec
Sun, 15 Jul 2007 22:06:08 +0000 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
Sun, 15 Jul 2007 21:48:17 +0000 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Wed, 09 May 2007 22:24:23 +0000 ramiro Use 1 array with double the size instead of 2 arrays with normal size libavcodec
Wed, 09 May 2007 22:00:08 +0000 ramiro Add bias instead of -32 or 0, as is done in g.722.1 libavcodec
Wed, 09 May 2007 21:57:50 +0000 ramiro Indentation for previous patch libavcodec
Wed, 09 May 2007 21:56:22 +0000 ramiro Add another tmpbias variable, as bias' value will be used later libavcodec
Wed, 09 May 2007 21:50:01 +0000 ramiro Fix logic for return value of init_vlc libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec
Wed, 18 Apr 2007 19:47:22 +0000 banan Simplify, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:46:42 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:54 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:04 +0000 banan Cosmetics, patch by Ramiro Polla. libavcodec
Thu, 12 Apr 2007 15:37:23 +0000 banan As usual Real actually took something existing and rebranded it. libavcodec
Tue, 20 Mar 2007 18:08:51 +0000 banan Small simplifications to subband coefficient handling and use av_random(). libavcodec
Thu, 15 Mar 2007 21:22:10 +0000 banan subband_coef_noise -> subband_coef_sign libavcodec
Tue, 13 Mar 2007 19:44:02 +0000 banan Combine the window and overlap loops, libavcodec
Sun, 11 Mar 2007 20:30:06 +0000 banan Replace custom modified discrete cosine transform with ffmpeg's own. libavcodec
Thu, 08 Mar 2007 20:43:51 +0000 banan Simplify gain block handling. libavcodec
Thu, 08 Mar 2007 19:47:03 +0000 banan Don't output the first two frames, since they don't contain valid audio. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sun, 18 Feb 2007 20:35:22 +0000 banan Clairyfication of the gain tool struct. libavcodec
Sun, 18 Feb 2007 19:12:20 +0000 banan Don't use byte swaps and use the more portable way libavcodec
Mon, 29 Jan 2007 10:42:36 +0000 banan Check that js_vlc_bits from the extradata is in a valid range. libavcodec
Mon, 29 Jan 2007 10:32:14 +0000 banan Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodec
Mon, 29 Jan 2007 08:58:03 +0000 banan Kill a warning and don't use modulus. libavcodec
Mon, 29 Jan 2007 08:37:22 +0000 banan decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodec
Sun, 28 Jan 2007 10:17:48 +0000 banan Sort out the diffrent cook versions. libavcodec
Sun, 28 Jan 2007 10:05:21 +0000 banan Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodec
Sat, 27 Jan 2007 17:30:54 +0000 banan Get rid of one warning. libavcodec
Thu, 14 Dec 2006 17:58:25 +0000 banan av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 24 Aug 2006 21:59:20 +0000 aurel cook shouldn't try to enforce the bitstream reader type libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Fri, 10 Feb 2006 11:59:38 +0000 al Don't use pow/powf functions where we just need integer arithmetic. libavcodec
Mon, 06 Feb 2006 11:21:10 +0000 banan Fix broken cosmetics commit and add a check for valid headers. libavcodec
Mon, 06 Feb 2006 11:03:37 +0000 banan Small cosmetics and better variable names. libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 07 Jan 2006 23:38:17 +0000 banan Incorrect check removed. libavcodec
Fri, 06 Jan 2006 12:41:57 +0000 rtognimp Dual mono stereo strems sound ok now, added sanity checks and removed libavcodec
Wed, 04 Jan 2006 12:48:10 +0000 diego Fix an out of array access and some minor cleanup of the code. libavcodec
Sun, 11 Dec 2005 00:56:39 +0000 rtognimp This patch adds some support for non-joint stereo streams. It also libavcodec
Fri, 09 Dec 2005 16:08:18 +0000 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavcodec