summaryrefslogtreecommitdiff
path: root/libavresample/version.h
Commit message (Collapse)AuthorAge
* Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-28
| | | | Deprecated in 11/2012.
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-10
|
* Bump major versions of all libraries.Anton Khirnov2014-08-09
|
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
|
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-28
| | | | | Utility function to get the upper bound on the number of samples the resampler would output.
* lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov2014-02-22
|
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
| | | | This is a more sensible place for these macros.
* lavr doxy: add version.h to the lavr groupAnton Khirnov2013-05-17
|
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-07
| | | | This allows reordering, duplication, and silencing of input channels.
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-19
|
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-16
| | | | | | | | | It adds unnecessary complication for insignificant usability improvement. The user really should know if they'll need resampling compensation before opening the context. Note that only the documentation has changed. The current functionality will still work until the next major bump.
* lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-05
|
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
|
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-09
|
* 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
This is a new library for audio sample format, channel layout, and sample rate conversion.