summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* swr: automatically choose s16/flt/dbl to preserve input precision unless user...Michael Niedermayer2012-05-02
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-02
* swr: update double precision checks for our resamplerMichael Niedermayer2012-05-02
* swr: add lfe_mix_levelJustin Ruggles2012-05-02
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-01
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-01
* swr: disable 1 stage convert when dither is enabled.Michael Niedermayer2012-05-01
* swr: add sample format to AudioDataMichael Niedermayer2012-04-29
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-29
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-28
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-26
* swr: Add longer more descriptive alternative AVOptions.Michael Niedermayer2012-04-26
* swr: Capitalize help texts for AVOptionsMichael Niedermayer2012-04-26
* swr: align options a littleMichael Niedermayer2012-04-26
* swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptionsMichael Niedermayer2012-04-26
* fix swr_convert buffering of packed audioAndrew Wason2012-04-21
* swr: add a swr_flags AVOptionMichael Niedermayer2012-04-11
* swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer2012-04-11
* swr: pass context to swri_get_dither()Michael Niedermayer2012-04-11
* swr: add triangular highpass ditherMichael Niedermayer2012-04-11
* swr: generate more dither noise to improve quality.Michael Niedermayer2012-04-11
* swr: add swr_get_class()Michael Niedermayer2012-04-11
* swr: add triangular dither supportMichael Niedermayer2012-04-10
* swr: remove unused variableMichael Niedermayer2012-04-10
* swr: add SWR_DITHER_RECTANGULAR to AVOptions arrayMichael Niedermayer2012-04-10
* swr: add dither support.Michael Niedermayer2012-04-10
* swr: support int32 and float as internal sample formatsMichael Niedermayer2012-04-10
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-10
* swr: remove unused variableMichael Niedermayer2012-04-01
* swr: fix pointer type warningsMichael Niedermayer2012-04-01
* swr: realloc_audio: support packed audio buffersMichael Niedermayer2012-03-25
* swr: More flexible and convenient bufferingMichael Niedermayer2012-03-25
* swr: fix segfault when 0 out size is used.Michael Niedermayer2012-03-25
* swr: Fix partial flushing.Michael Niedermayer2012-03-25
* swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer2012-03-25
* swr: check that there is enough information to do rematrixing when needed.Michael Niedermayer2012-03-23
* cosmetics: fix some typosLou Logan2012-03-13
* libswr: allow to set custom matrices.Nicolas George2012-02-20
* swr: fix swresample_version()Michael Niedermayer2011-12-23
* 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
* 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