summaryrefslogtreecommitdiff
path: root/libavresample/options.c
Commit message (Expand)AuthorAge
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-23
* lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-23
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-19
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-11
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* libavresample: add mix level normalization optionJohn Stebbins2012-08-14
* lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-08
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-01
* Add libavresampleJustin Ruggles2012-04-24