summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_opts_template.c
Commit message (Collapse)AuthorAge
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-27
|
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
| | | | | Function pointers are used for templated functions instead of needlessly duplicating many functions.
* Update copyright year for ac3enc_opts_template.c.Justin Ruggles2011-06-10
| | | | The code was originally committed to Libav on March 25, 2011.
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-27
| | | | | This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-27
use only selected options for the different AC-3 encoder types.