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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-13swr: move buffer used to discard sample to contextMichael Niedermayer
2013-01-12swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer
2013-01-12swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer
2013-01-12swr: use a local variable for ns_coeffsMichael Niedermayer
2013-01-12swr: use local variable for ns_errorsMichael Niedermayer
2013-01-12swr: minor simplification for the noise shaping pos updateMichael 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: mark noise data for noise shaping as constMichael 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: scale data down in noise shaping to avoid clipingMichael Niedermayer
2013-01-10swr: reorder the operations in the noise shaping codeMichael Niedermayer
2013-01-10swr: add noise_scale field to seperate it from the noise shaping scalesMichael 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-27soxr_resample: soxr API parameter renameRob Sykes
2012-12-27soxr_resample: Correct email addressRob Sykes
2012-12-25swr: support -async X as a simple way to do what ffmpeg -async X didMichael Niedermayer
2012-12-17swr/doxy: fix missing quote in code example.Clément Bœsch
2012-12-14audioconvert/arm: require alignment of 16Michael Niedermayer
2012-12-14audioconvert: support simd code with specific alignment requirements.Michael 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-11doxy: fix swr group nameMichael Niedermayer
2012-12-06resample: remove disabled debug codeMichael Niedermayer
2012-12-06swr: remove unused ONE define.Clément Bœsch
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini
2012-11-21swr: include stdint.h instead of inttypes.h.Clément Bœsch
2012-11-20swr: fix a few typo in the public header.Clément Bœsch
2012-11-20swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer
2012-11-20swr: general doxy text about swr and example code.Michael Niedermayer
2012-11-19swr: set default channel count options to 0.Clément Bœsch
2012-11-16swr/resample: fix SSSE3 included unconditionally.Clément Bœsch
2012-11-16swr/rematrix: move templating parameters to template itself.Clément Bœsch
2012-11-16swr/resample: move templating parameters to template itself.Clément Bœsch
2012-11-15swr: move if() block into the only branch where it can be true.Michael Niedermayer
2012-11-15swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer