log nellymoserdec.c @ 11560:8a4984c5cacc libavcodec

age author description
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
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sun, 29 Nov 2009 15:15:53 +0000 mru nellymoser: 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
Thu, 14 May 2009 00:02:07 +0000 conrad Use skip_bits_long() for large skips libavcodec
Mon, 11 May 2009 19:21:49 +0000 diego Support 16K samplerate in Nellymoser. 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:15:02 +0000 banan Get rid of av_random in nellymoserdec.c 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
Sat, 17 Jan 2009 20:06:08 +0000 vitor Use shared sine window instead of defining another one. 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
Wed, 23 Jul 2008 12:21:56 +0000 banan Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodec
Sat, 05 Jul 2008 07:28:35 +0000 diego Remove unused variable, fixes the warning: 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
Sun, 08 Jun 2008 20:45:18 +0000 bwolowiec Separating from nellymoserdec.c parts required by encoder libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sat, 03 May 2008 17:28:25 +0000 michael Move declaration a little. libavcodec
Sat, 03 May 2008 17:26:13 +0000 michael Setting i to 0 once should do. libavcodec
Fri, 02 May 2008 22:58:16 +0000 banan Long name spelling fixes libavcodec
Thu, 01 May 2008 15:20:57 +0000 diego Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com. libavcodec