summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Collapse)AuthorAge
...
* libswresample: introduce int swr_set_compensation() instead of void ↵Marton Balint2012-01-09
| | | | | | | | | | swr_compensate() The new version returns AVERROR(EINVAL) is the specified paramters are invalid, and also creates the resampler if none was used so far. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: fix swresample_version()Michael Niedermayer2011-12-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: use native planar sample formats.Clément Bœsch2011-11-24
|
* swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-17
|
* swr: doxycomment public API.Clément Bœsch2011-11-17
|
* swr: bump minor version.Clément Bœsch2011-11-17
|
* swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-17
|
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
| | | | Based on an initial work by Baptiste Coudurier.
* swr: document how flushing works and bump minor version.Michael Niedermayer2011-11-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add libswresample.Michael Niedermayer2011-09-19
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>