Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-13swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer
2013-01-13swr: limit buffer size for silence injectionMichael Niedermayer
2013-01-13swr: limit buffer size for discarding.Michael Niedermayer
2013-01-13swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer
2013-01-13swr: move buffer used to discard sample to contextMichael Niedermayer
2013-01-10swr: check that allocation of in/out_convert succeededMichael Niedermayer
2013-01-10swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer
2013-01-10swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer
2013-01-10swr: rename dither_pos to noise_posMichael Niedermayer
2013-01-10swr: fix the noise sample type for noise shapingMichael Niedermayer
2013-01-10swr: split swri_dither_init() outMichael Niedermayer
2013-01-09swr: remove unused variableMichael Niedermayer
2013-01-09swr: move dither related fields to their own contextMichael Niedermayer
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer
2013-01-09swr: use SIMD for ditheringMichael Niedermayer
2013-01-08swr: fix assertion failure if dither is used without the preout buffer differ...Michael Niedermayer
2013-01-04lswr: Improve default resampler's default parametersAlexander Strasser
2012-12-31lswr: improve rematrixing error message.Nicolas George
2012-12-27docs: add soxr documentationRob Sykes
2012-12-25swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer
2012-12-12swr: Add SOX resampler supportRob Sykes
2012-12-12swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes
2012-12-12swr: move flush into ResamplerMichael Niedermayer
2012-12-12swr: make realloc_audio() available outside swresample.cMichael Niedermayer
2012-12-12swr: Add API to make resample engine selectable.Rob Sykes
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini
2012-11-19swr: set default channel count options to 0.Clément Bœsch
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-11-03lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini
2012-09-25swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-07Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-01swr: fix 10l typo mixing in and out config.Michael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-17lswr: channel_map requires input conversion.Nicolas George
2012-07-07lavu: 256 color supportPaul B Mahol
2012-06-22swresample: make .class_name more descriptivePaul B Mahol
2012-06-12swresample.c: update copyleft yearMichael Niedermayer
2012-06-09swr: zero buffers on allocationMichael Niedermayer
2012-06-01swr: fix a few typo.Clément Bœsch
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26swr: fix swr_drop_output()Michael Niedermayer
2012-05-22swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer
2012-05-22swr: check count argument of realloc_audio()Michael Niedermayer
2012-05-20swr: skip soft compensation when its disabled.Michael Niedermayer