summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
Commit message (Collapse)AuthorAge
* swr: update copyright yearsMichael Niedermayer2012-09-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-23
|
* swr: add swr_next_pts()Michael Niedermayer2012-05-19
| | | | | | parameter descriptions partly reuse text from af_asyncts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add swr_drop_output()Michael Niedermayer2012-05-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add swr_inject_silence()Michael Niedermayer2012-05-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add triangular highpass ditherMichael Niedermayer2012-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add swr_get_class()Michael Niedermayer2012-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add triangular dither supportMichael Niedermayer2012-04-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: add dither support.Michael Niedermayer2012-04-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: More flexible and convenient bufferingMichael Niedermayer2012-03-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer2012-03-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer2012-03-24
| | | | | | | | This change should make no binary difference to the generated code. the API version is just bumped for correctness sake, this is not really a API or ABI change. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: make SwrContext a typedef.Michael Niedermayer2012-03-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: support up to 32 channelsMichael Niedermayer2012-03-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2012-02-27
|
* libswr: allow to set custom matrices.Nicolas George2012-02-20
|
* 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>