Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-27Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'Michael Niedermayer
* commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc': ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-27Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6'Michael Niedermayer
* commit '4c2fd4b262347273afe97865ba451a1abde43ae6': ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker
This is actually defined in the A/52 specification.
2014-09-26ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker
Some encoders already use this value even though it's reserved in the A/52 specification.
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
The variables which are declared in the teplate file are static and therefore there is no symbol clash.
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2011-10-23ac3enc: Set max value for mode options correctlyJohn Stebbins
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>
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
Update FATE references accordingly.
2011-08-11ac3enc: add macros for option names to make them more understandable.Justin Ruggles
2011-08-11ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles
Use 'auto' as the default value.
2011-07-27eac3enc: support writing of basic mixing and info metadataJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
Function pointers are used for templated functions instead of needlessly duplicating many functions.
2011-06-10Update copyright year for ac3enc_opts_template.c.Justin Ruggles
The code was originally committed to Libav on March 25, 2011.
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
2011-05-28ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles
use only selected options for the different AC-3 encoder types.