Justin Ruggles
|
ae264bb29b
|
ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
Update FATE references accordingly.
|
13 years ago |
Justin Ruggles
|
c766eb1ce1
|
ac3enc: add macros for option names to make them more understandable.
|
13 years ago |
Justin Ruggles
|
9542ca9fb7
|
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
Use 'auto' as the default value.
|
13 years ago |
Justin Ruggles
|
1bca72e1bd
|
eac3enc: support writing of basic mixing and info metadata
|
14 years ago |
Justin Ruggles
|
e0cc66df61
|
ac3enc: split templated float vs. fixed functions into a separate file.
Function pointers are used for templated functions instead of needlessly
duplicating many functions.
|
14 years ago |
Michael Niedermayer
|
7aa5947181
|
Revert "ac3: there was no libav in 2010 thus this code cannot be from libav."
This reverts commit 7b8ec38d28 .
The copyright date was wrong.
|
14 years ago |
Justin Ruggles
|
aecc596a65
|
Update copyright year for ac3enc_opts_template.c.
The code was originally committed to Libav on March 25, 2011.
|
14 years ago |
Michael Niedermayer
|
7b8ec38d28
|
ac3: there was no libav in 2010 thus this code cannot be from libav.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
14 years ago |
Justin Ruggles
|
aa47c35dff
|
ac3enc: add support for E-AC-3 encoding.
This adds basic stream format support and allows for arbitrary bit rates
rather than just those supported in AC-3.
|
14 years ago |
Justin Ruggles
|
b1bf8c7887
|
ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to
use only selected options for the different AC-3 encoder types.
|
14 years ago |