summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_opts_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'Michael Niedermayer2014-09-261-1/+2
|\
| * ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker2014-09-261-1/+2
* | Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6'Michael Niedermayer2014-09-261-1/+2
|\ \ | |/
| * ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker2014-09-261-1/+2
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-14/+14
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-19/+19
* ac3: don't use different names for option tables in the template file.Ronald S. Bultje2012-07-211-6/+0
* (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-291-0/+6
* ac3enc: Set max value for mode options correctlyJohn Stebbins2011-10-231-3/+3
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-39/+39
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-051-2/+0
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-111-31/+31
* ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-111-1/+1
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-8/+6
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-0/+3
* Update copyright year for ac3enc_opts_template.c.Justin Ruggles2011-06-101-1/+1
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-271-0/+6
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-271-0/+75
OpenPOWER on IntegriCloud