summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swr: special case for empty channels in rematrix.Nicolas George2012-03-07
* 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 swr_compe...Marton Balint2012-01-09
* indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-08
* swr: fix swresample_version()Michael Niedermayer2011-12-23
* libswresample.v: add swresample* for cmdutils.cMichael Niedermayer2011-12-22
* swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-22
* swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-22
* swr: fix assert failureMichael Niedermayer2011-12-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
* swr-test: drop one const, silence most const qualifer warnings.Michael Niedermayer2011-12-03
* swr-test_: Fix mixed declaration and statements:Michael Niedermayer2011-12-03
* swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch2011-11-29
* 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: doxument matrix fields.Michael Niedermayer2011-11-17
* 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: surround mixing is obviously used, fix comment.Clément Bœsch2011-11-17
* swr: doxycomment public API.Clément Bœsch2011-11-17
* swr: correctly raise rematrix AVERROR.Clément Bœsch2011-11-17
* swr: fix "control reaches end of non-void function" compiler warning.Clément Bœsch2011-11-17
* swr: bump minor version.Clément Bœsch2011-11-17
* swr: use int16_t instead of short for resampling.Clément Bœsch2011-11-17
* swr: start doxycommenting the API.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: drop 'AV' prefix from ResampleContext.Clément Bœsch2011-11-17
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-17
* swr: fix #endif comment ref.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: rename resample2 to resample.Clément Bœsch2011-11-16
* swr: move format convert code to dedicated functions.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: document how flushing works and bump minor version.Michael Niedermayer2011-11-04
* swr-test: test flushingMichael Niedermayer2011-11-04
* swr: Support flushing last samples out.Michael Niedermayer2011-11-04
* resample2: fix potential overflowMichael Niedermayer2011-10-27
* resample: Fix overflowMichael Niedermayer2011-10-27
* rematrix: add parameter to tune volumeMichael Niedermayer2011-10-26
* rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer2011-10-26