Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -14/+14 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -19/+19 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | ac3: don't use different names for option tables in the template file. | Ronald S. Bultje | 2012-07-21 | 1 | -6/+0 |
| | | | | | The variables which are declared in the teplate file are static and therefore there is no symbol clash. | ||||
* | (e)ac3enc: select a default bit rate based on the channel layout | Justin Ruggles | 2012-02-29 | 1 | -0/+6 |
| | |||||
* | ac3enc: Set max value for mode options correctly | John Stebbins | 2011-10-23 | 1 | -3/+3 |
| | | | | | | | | | for example: Attempting to set ac3 dsur_mode to "on" results in: [AC-3 Encoder @ 0x7f508f0a3280] Value 2.000000 for parameter 'dsur_mode' out of range [AC-3 Encoder @ 0x7f508f0a3280] Error setting option dsur_mode to value on. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -39/+39 |
| | |||||
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 1 | -2/+0 |
| | | | | Update FATE references accordingly. | ||||
* | ac3enc: add macros for option names to make them more understandable. | Justin Ruggles | 2011-08-11 | 1 | -31/+31 |
| | |||||
* | ac3enc: fix 'channel_coupling' option to actually allow 'auto'. | Justin Ruggles | 2011-08-11 | 1 | -1/+1 |
| | | | | Use 'auto' as the default value. | ||||
* | eac3enc: support writing of basic mixing and info metadata | Justin Ruggles | 2011-07-27 | 1 | -8/+6 |
| | |||||
* | ac3enc: split templated float vs. fixed functions into a separate file. | Justin Ruggles | 2011-06-13 | 1 | -0/+3 |
| | | | | | Function pointers are used for templated functions instead of needlessly duplicating many functions. | ||||
* | Update copyright year for ac3enc_opts_template.c. | Justin Ruggles | 2011-06-10 | 1 | -1/+1 |
| | | | | The code was originally committed to Libav on March 25, 2011. | ||||
* | ac3enc: add support for E-AC-3 encoding. | Justin Ruggles | 2011-05-27 | 1 | -0/+6 |
| | | | | | 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 to | Justin Ruggles | 2011-05-27 | 1 | -0/+75 |
use only selected options for the different AC-3 encoder types. |