]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.c
cosmetics: rename GetBitContext gb to gbc
[ffmpeg] / libavcodec / ac3dec.c
2007-12-30 Justin Rugglescosmetics: rename GetBitContext gb to gbc
2007-12-30 Justin Rugglesremove unused context variable
2007-12-20 Justin RugglesAdd option for user to scale the amount of dynamic...
2007-12-17 Justin RugglesSkip dialog normalization. It shouldn't be used by...
2007-12-17 Justin RugglesRevert commit made in revision 11228. I'm getting some...
2007-12-16 Justin Rugglesdownmix before the IMDCT if no block switching is used
2007-12-15 Andreas ÖmanMake AC3 decoder honor avctx->request_channels
2007-12-09 Justin Rugglescosmetics: rename ac3 decoder variables
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-09-15 Justin Rugglesskip incomplete frames
2007-09-15 Justin Rugglesbetter AC3 header error reporting
2007-09-15 Justin Rugglesfix random dithering of zero-bit mantissas
2007-09-15 Justin Rugglescosmetics: rename variables. tbl->tab for consistency...
2007-09-15 Justin Rugglesfix decoding of DolbyNet AC3
2007-08-09 Justin Rugglescosmetics: vertical alignment
2007-08-09 Justin Rugglescomments modification: add, clean up, Doxygenize, and...
2007-08-05 Justin Rugglescosmetics: blank lines, remove some comments
2007-08-05 Justin Rugglesadd pointer to the parent context for use with av_log()
2007-08-05 Justin Rugglesuse array for dynamic range scaling factors
2007-08-05 Justin Rugglesadd dialogue normalization
2007-08-04 Justin Rugglesadd support for downmixing to stereo or mono
2007-08-04 Justin Rugglesuse dsputil for float to signed 16-bit sample conversion
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesconsolidate decoding of lfe and coupling channels with...
2007-08-04 Justin Rugglesthere are only 4 rematrixing bands
2007-08-04 Justin Rugglescosmetics: use more appropriate names for iterator...
2007-08-04 Justin Rugglesmove some variables to a more local scope.
2007-08-04 Justin Rugglesmake exponent decoding consistent (prepare for merging...
2007-08-04 Justin Rugglescosmetics: use braces when it makes the code easier...
2007-08-04 Justin Ruggleschange AC3DecodeContext variable to local variable
2007-08-04 Justin Rugglesuse array instead of bitmask
2007-08-04 Justin Rugglesuse table for converting dynamic range codes to scale...
2007-08-04 Justin Rugglesuse floating-point mantissa dequantization tables
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesdither zero-bit mantissas by default. remove dithering...
2007-08-04 Justin Rugglessimplify coefficient decoding
2007-08-04 Justin Rugglesmerge decoding of coupling channel coefficients and...
2007-08-03 Justin Rugglessplit out coupling coefficient reconstruction into...
2007-08-01 Justin Rugglesalign array used in mdct. fixes segfault.
2007-07-29 Justin Rugglessimplify stereo rematrixing
2007-07-29 Justin Ruggleschange 2 fields from context to local variables
2007-07-28 Justin RugglesBLOCK_SIZE is not used properly, just use numbers inste...
2007-07-28 Justin Rugglesremove broken downmixing. will add new implementation...
2007-07-24 Justin Rugglessimplify snr offset and bit allocation
2007-07-24 Justin Rugglesonly use sized data types when necessary
2007-07-24 Justin Rugglesset bit allocation parameters directly instead of copying
2007-07-23 Justin Rugglesuse enum value instead of numerical value for acmod
2007-07-23 Justin Rugglesuse consistent data type for exponents. needs to be...
2007-07-23 Justin Ruggleschange some bit masks to arrays
2007-07-21 Justin Rugglescosmetics: indentation
2007-07-21 Justin RugglesUse shared AC-3 header parsing. Move some initializatio...
2007-07-21 Justin Rugglesdon't need to synchronize in the decoder. the parser...
2007-07-21 Justin Rugglesget rid of an ugly macro
2007-07-19 Justin Rugglesdon't need to define ALT_BITSTREAM_READER
2007-07-19 Justin Rugglesupdate license header. add copyright for myself. correc...
2007-07-19 Justin Rugglesrevise comment for exponent decoding function
2007-07-19 Justin Rugglesnew implementation of exponent decoding
2007-07-19 Justin Rugglescosmetics: indentation
2007-07-19 Justin Rugglesremove portions of bit allocation which are no longer...
2007-07-15 Justin Rugglesfix the 256-point MDCT
2007-07-15 Justin Rugglesuse shared ac3 bit allocation function
2007-07-15 Justin Rugglesno need for the decoder to have the license as a prefix
2007-07-15 Justin Rugglesremove a debugging function and variable, and remove...
2007-07-15 Justin RugglesABS -> FFABS
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-07-14 Justin Rugglesuse random number generator from libavutil
2007-07-14 Justin Ruggles10l to me. I accidentally removed a word.
2007-07-14 Justin Rugglesrevise license header for simplicity and consistency
2007-07-14 Justin Rugglesmake ac3dec.c GPL until violations are fixed
2007-07-14 Justin RugglesAC-3 decoder, soc revision 402, Jul 14 13:45:14 2007...
2007-07-14 Loren MerrittAC-3 decoder, soc revision 148, Sep 28 18:38:27 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 109, Sep 22 22:42:54 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 72, Sep 7 04:20:00 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 71, Sep 4 09:47:12 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 70, Aug 31 18:04:23 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 69, Aug 31 07:12:56 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 58, Aug 19 14:20:45 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 57, Aug 19 12:44:38 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 56, Aug 17 14:21:58 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 55, Aug 17 12:25:24 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 54, Aug 17 09:13:08 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 53, Aug 17 08:53:44 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 52, Aug 16 22:45:07 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 48, Aug 16 11:27:49 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 40, Aug 9 00:10:14 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 38, Aug 7 00:03:00 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 34, Jul 18 14:27:54 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 33, Jul 17 12:13:40 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 32, Jul 17 09:37:32 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 31, Jul 14 23:53:28 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 26, Jul 5 04:55:15 2006...
2007-07-14 Justin RugglesAC-3 decoder, soc revision 9, Jun 14 03:52:02 2006...
2007-02-11 Diego BiurrunRemove unused libac3 AC3 decoding interface.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
next