summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-01
* simplify stereo rematrixingJustin Ruggles2007-07-29
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
* only use sized data types when necessaryJustin Ruggles2007-07-24
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-23
* change some bit masks to arraysJustin Ruggles2007-07-23
* cosmetics: indentationJustin Ruggles2007-07-21
* Use shared AC-3 header parsing. Move some initializations to block parsing fu...Justin Ruggles2007-07-21
* don't need to synchronize in the decoder. the parser does that already.Justin Ruggles2007-07-21
* get rid of an ugly macroJustin Ruggles2007-07-21
* don't need to define ALT_BITSTREAM_READERJustin Ruggles2007-07-19
* update license header. add copyright for myself. correct and complete the sta...Justin Ruggles2007-07-19
* revise comment for exponent decoding functionJustin Ruggles2007-07-19
* new implementation of exponent decodingJustin Ruggles2007-07-19
* cosmetics: indentationJustin Ruggles2007-07-19
* remove portions of bit allocation which are no longer needed since they are s...Justin Ruggles2007-07-19
* fix the 256-point MDCTJustin Ruggles2007-07-15
* use shared ac3 bit allocation functionJustin Ruggles2007-07-15
* no need for the decoder to have the license as a prefixJustin Ruggles2007-07-15
* remove a debugging function and variable, and remove the commented-out code w...Justin Ruggles2007-07-15
* ABS -> FFABSJustin Ruggles2007-07-15
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* use random number generator from libavutilJustin Ruggles2007-07-14
* 10l to me. I accidentally removed a word.Justin Ruggles2007-07-14
* revise license header for simplicity and consistencyJustin Ruggles2007-07-14
* make ac3dec.c GPL until violations are fixedJustin Ruggles2007-07-14
* AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbrJustin Ruggles2007-07-14
* AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by bananLoren Merritt2007-07-14
* AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by bananJustin Ruggles2007-07-14
* AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by bananJustin Ruggles2007-07-14
* AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9Justin Ruggles2007-07-14
* AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9Justin Ruggles2007-07-14