Martin Storsjö
|
c7b610aa0b
|
avopt: Explicitly store float/double option defaults in .dbl
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Martin Storsjö
|
124134e424
|
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Anton Khirnov
|
4d7adec8bd
|
AVOptions: store defaults for INT64 options in int64 union member.
Double does not have enough precision to represent all int64 numbers
exactly.
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
John Stebbins
|
4cf4028331
|
libavresample: add mix level normalization option
Provides an option to disable mix level normalization
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
12 years ago |
Justin Ruggles
|
372647aed0
|
lavr: resampling: add filter type and Kaiser window beta to AVOptions
|
13 years ago |
Justin Ruggles
|
8ca08066fc
|
lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format
Also make this the default value.
|
13 years ago |
John Stebbins
|
3971be0eb5
|
Add Dolby/DPLII downmix support to libavresample
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
|
13 years ago |
Justin Ruggles
|
4010d724e1
|
lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type
|
13 years ago |
Justin Ruggles
|
c8af852b97
|
Add libavresample
This is a new library for audio sample format, channel layout, and sample rate
conversion.
|
13 years ago |