summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
Commit message (Expand)AuthorAge
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-13
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
* ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-13
* ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-13
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-07
* preparing integration of new AC3 decoderFabrice Bellard2002-10-28
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-08
* Initial revisionFabrice Bellard2001-07-22