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
2014-02-24swresample: add swr_is_initialized()Michael Niedermayer
2014-02-23swresample: factorize clear_context() outMichael Niedermayer
2013-12-26lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini
2013-12-04swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini
2013-09-17swresample: replace 2 av_free() by av_freep()Michael Niedermayer
2013-07-22swresample: Make rematrix maxvalue user settableMichael Niedermayer
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-06-05swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer
2013-06-05swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol
2013-06-05swr: Fix dithering of s16 with SIMDMichael Niedermayer
2013-02-25swr: make the default of nopts for first_pts actually workMichael Niedermayer
2013-02-24swr: support a seperate output sample bits.Michael Niedermayer
2013-02-24swr: add duplicate cutoff for compatibilityMichael Niedermayer
2013-02-13swr: check channel layouts before using them.Michael Niedermayer
2013-02-04swr: Dont use floats for S32->S32 when possibleMichael Niedermayer
2013-02-04swr: reorder init code to make rematrix status available earlierMichael Niedermayer
2013-01-27swr: limit phase_shift to a less insane value.Michael Niedermayer
2013-01-21swr: support first_ptsMichael Niedermayer
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