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
/
avresample.h
Age
Commit message (
Expand
)
Author
2015-11-05
avresample: Document avresample_open() a little better
Luca Barbato
2014-08-10
avresample: Introduce AVFrame-based API
Luca Barbato
2014-05-28
avresample: Add avresample_get_out_samples
Luca Barbato
2014-02-22
lavr: add a function for checking whether AVAudioResampleContext is open
Anton Khirnov
2013-01-07
lavr: add a public function for setting a custom channel map
Justin Ruggles
2013-01-04
lavr: fix missing " in header documentation
Peter Meerwald
2012-12-19
lavr: add option for dithering during sample format conversion to s16
Justin Ruggles
2012-12-16
lavr: remove automatic context close/open for resampling compensation
Justin Ruggles
2012-12-11
lavr: clarify documentation for avresample_get/set_matrix()
Justin Ruggles
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-10-29
lavr: document upper bound on number of output samples.
Anton Khirnov
2012-10-29
lavr: add general API usage doxy
Anton Khirnov
2012-10-05
lavr: change the type of the data buffers to uint8_t**.
Anton Khirnov
2012-07-08
lavr: resampling: add filter type and Kaiser window beta to AVOptions
Justin Ruggles
2012-06-18
Add Dolby/DPLII downmix support to libavresample
John Stebbins
2012-05-09
lavr: make avresample_read() with NULL output discard samples.
Anton Khirnov
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