| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c | Justin Ruggles | 2011-06-27 | 1 | -38/+20 |
* | ac3enc: avoid masking output in asym_quant() by using signed values for | Justin Ruggles | 2011-06-22 | 1 | -1/+1 |
* | ac3enc: fix allocation of floating point samples. | Justin Ruggles | 2011-06-13 | 1 | -0/+5 |
* | ac3enc: remove empty ac3_float function that is never called | Justin Ruggles | 2011-06-13 | 1 | -1/+0 |
* | ac3enc: split templated float vs. fixed functions into a separate file. | Justin Ruggles | 2011-06-13 | 1 | -0/+79 |
* | ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct | Justin Ruggles | 2011-06-13 | 1 | -3/+2 |
* | ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output | Justin Ruggles | 2011-06-13 | 1 | -0/+2 |
* | Move E-AC-3 encoder functions to a separate eac3enc.c file. | Justin Ruggles | 2011-06-07 | 1 | -0/+214 |
* | preparing integration of new AC3 decoder | Fabrice Bellard | 2002-10-28 | 1 | -34/+0 |
* | * encoding of AC3 with more than 2 channels | Zdenek Kabelac | 2002-04-08 | 1 | -2/+4 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+32 |