summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* swr: fix invalid sample format message.Clément Bœsch2011-11-24
* swr: use native planar sample formats.Clément Bœsch2011-11-24
* swr: fix test program.Clément Bœsch2011-11-24
* swr: change minimum I/O channel count to zero.Clément Bœsch2011-11-20
* swr: move code to avoid resample forward declaration.Clément Bœsch2011-11-17
* swr: introduce a public function to customize the channel mapping.Clément Bœsch2011-11-17
* swr: use av_opt_set_int() instead of manual assignments in swr_alloc_set_opts().Clément Bœsch2011-11-17
* swr: correctly raise rematrix AVERROR.Clément Bœsch2011-11-17
* swr: make swr_* functions match the prototypes.Clément Bœsch2011-11-17
* swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch2011-11-17
* swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch2011-11-17
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-17
* swr: replace deprecated av_set_int() with av_opt_set_int().Clément Bœsch2011-11-16
* swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults().Clément Bœsch2011-11-16
* swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sa...Clément Bœsch2011-11-16
* swr: use designated initializers for the class.Clément Bœsch2011-11-16
* swr: set the default used_ch_count value to zero.Clément Bœsch2011-11-14
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* swr: Support flushing last samples out.Michael Niedermayer2011-11-04
* rematrix: add parameter to tune volumeMichael Niedermayer2011-10-26
* swr: Fix swresample.c:293:5: warning: passing argument 2 of ‘fill_audiodata...Michael Niedermayer2011-10-21
* swr: remove unused variable.Michael Niedermayer2011-10-21
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* Do not warn about wrong channel layout if no channel layout is defined.Carl Eugen Hoyos2011-10-16
* swresample: use av_get_default_channel_layout instead of guess_layoutMarton Balint2011-10-07
* swresample: Try to handle cases with input channel count and layout mismatching.Michael Niedermayer2011-10-06
* libswresample: support directly converting sampleformats and packed/planar in...Michael Niedermayer2011-10-06
* swresample: check for invalid sample formats.Michael Niedermayer2011-10-01
* swr: minor fixes to get planar audio workingMichael Niedermayer2011-10-01
* swresample: remove unused variable.Nicolas George2011-09-28
* Add libswresample.Michael Niedermayer2011-09-19