log ac3dec.h @ 12488:351a81a23343 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 22:09:14 +0000 cehoyos Add spectral extension to the E-AC-3 decoder. libavcodec
Sat, 06 Mar 2010 22:36:45 +0000 mru Move some prototypes from dsputil.c to reasonable header files 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, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Wed, 05 Aug 2009 02:37:49 +0000 jbr cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodec
Wed, 05 Aug 2009 01:13:42 +0000 jbr Modify decode_band_structure() so that the actual band structure is only libavcodec
Wed, 05 Aug 2009 01:00:41 +0000 jbr Use coupling band sizes instead of coupling band structure when libavcodec
Thu, 11 Jun 2009 20:18:29 +0000 diego The internal header libavutil/internal.h should not be used outside libavutil. libavcodec
Wed, 06 May 2009 01:47:34 +0000 jbr ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also libavcodec
Sun, 19 Apr 2009 15:05:32 +0000 jbr Add channel layout support to the AC-3 decoder and AC-3 parser. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 17 Feb 2009 21:43:57 +0000 diego Add missing #includes to fix 'make checkheaders'. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Thu, 13 Nov 2008 22:38:38 +0000 jbr revert r15812 (E-AC-3 Spectral Extension) pending further review libavcodec
Thu, 13 Nov 2008 03:18:13 +0000 jbr add support for spectral extension libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Thu, 28 Aug 2008 23:04:15 +0000 jbr remove unneeded variable, dither_all libavcodec
Wed, 27 Aug 2008 01:47:03 +0000 jbr add definitions and documentation for shared functions for E-AC-3 decoding libavcodec
Wed, 27 Aug 2008 01:40:46 +0000 jbr copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodec
Sun, 24 Aug 2008 22:57:25 +0000 jbr 1000l to me. committed to wrong repo. revert last commit. libavcodec
Sun, 24 Aug 2008 22:55:08 +0000 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
Sun, 17 Aug 2008 19:56:28 +0000 jbr remove some unneeded header includes libavcodec
Sun, 17 Aug 2008 17:41:48 +0000 jbr use LFG instead of Mersenne Twister for AC-3 PRNG libavcodec
Wed, 13 Aug 2008 23:35:40 +0000 lorenm simd int->float libavcodec
Tue, 12 Aug 2008 23:45:46 +0000 lorenm optimize ac3_downmix. libavcodec
Tue, 12 Aug 2008 03:01:17 +0000 lorenm use float_to_int16_interleave in ac3 libavcodec
Tue, 12 Aug 2008 01:30:24 +0000 lorenm use imdct_half in ac3 libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer libavcodec
Sun, 03 Aug 2008 16:42:32 +0000 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavcodec
Sun, 03 Aug 2008 02:16:51 +0000 jbr cosmetics: vertical alignment libavcodec
Sun, 03 Aug 2008 02:16:21 +0000 jbr use MAX_BLOCKS for array size instead of 6 libavcodec
Sun, 03 Aug 2008 02:11:46 +0000 jbr rearrange dimensions of pre_mantissa array libavcodec
Sun, 08 Jun 2008 21:08:53 +0000 jbr add fields needed for E-AC-3 decoding to decode context libavcodec
Sat, 07 Jun 2008 22:30:47 +0000 jbr store exp_strategy for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:43 +0000 jbr store cpl_in_use for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:39 +0000 jbr cosmetics: add and align references to spec variable names libavcodec
Sat, 07 Jun 2008 22:30:35 +0000 jbr cosmetics: vertical align libavcodec
Sat, 07 Jun 2008 22:30:31 +0000 jbr use macro constants for array sizes in decode context libavcodec
Sat, 07 Jun 2008 22:30:26 +0000 jbr cosmetics: vertical align libavcodec
Sat, 07 Jun 2008 22:30:22 +0000 jbr cosmetics: reorder decode context fields into logical groups libavcodec
Sat, 07 Jun 2008 22:30:16 +0000 jbr move the decode context and some macro constants to a new file, ac3dec.h libavcodec