aboutsummaryrefslogtreecommitdiffstats
path: root/libavresample/version.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0'Michael Niedermayer2013-12-271-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0': avutil: Move library version related macros to version.h Conflicts: libavcodec/version.h libavresample/version.h libavutil/avutil.h libavutil/utils.c See: 183117fed7d0a910b5f65e5c78b065f125abf369 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-0/+2
| | | | | | | | This is a more sensible place for these macros.
* | avresample: Include libavutil/avutil.h in version.hJames Almer2013-12-061-0/+2
| | | | | | | | | | | | | | Should fix issues compiling lavr's Windows resource file. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* lavr doxy: add version.h to the lavr groupAnton Khirnov2013-05-171-0/+6
|
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-071-2/+2
| | | | This allows reordering, duplication, and silencing of input channels.
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-191-1/+1
|
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-161-0/+4
| | | | | | | | | 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-051-2/+2
|
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+3
|
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-1/+1
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-091-1/+1
|
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-011-1/+1
|
* Add libavresampleJustin Ruggles2012-04-241-0/+41
This is a new library for audio sample format, channel layout, and sample rate conversion.