index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavresample
/
options.c
Age
Commit message (
Expand
)
Author
2013-11-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-23
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-08-30
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2013-08-02
Give less generic names to global library option arrays
Diego Biurrun
2013-02-23
lavr: allow setting internal_sample_fmt option by string
Justin Ruggles
2013-02-23
lavr: Add "resample_cutoff" option as a duplicate of "cutoff"
Justin Ruggles
2012-12-19
lavr: add option for dithering during sample format conversion to s16
Justin Ruggles
2012-12-11
lavr: temporarily store custom matrix in AVAudioResampleContext
Justin Ruggles
2012-09-04
avopt: Explicitly store float/double option defaults in .dbl
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-24
AVOptions: store defaults for INT64 options in int64 union member.
Anton Khirnov
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-14
libavresample: add mix level normalization option
John Stebbins
2012-07-08
lavr: resampling: add filter type and Kaiser window beta to AVOptions
Justin Ruggles
2012-07-08
lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format
Justin Ruggles
2012-06-18
Add Dolby/DPLII downmix support to libavresample
John Stebbins
2012-05-01
lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type
Justin Ruggles
2012-04-24
Add libavresample
Justin Ruggles