summaryrefslogtreecommitdiffstats
path: root/libavresample/options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-231-1/+11
* lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-231-0/+2
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-191-0/+6
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-111-7/+0
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-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-9/+9
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* libavresample: add mix level normalization optionJohn Stebbins2012-08-141-0/+1
* lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-081-0/+5
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-1/+1
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-0/+4
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-011-2/+2
* Add libavresampleJustin Ruggles2012-04-241-0/+89
OpenPOWER on IntegriCloud