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