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-10-06swresample/swresample: fix sample drop loop end conditionMichael Niedermayer
2014-06-23swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer
2014-06-23swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer
2014-06-23swresample/dither: use av_malloc_array()Michael Niedermayer
2014-06-23swresample/resample: Limit filter lengthMichael Niedermayer
2013-08-20swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer
2013-08-20swr: clean layouts before checking sanityMichael Niedermayer
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer
2013-03-01soxr: libsoxr 0.1.1 supportRob Sykes
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-02-04swr-test: Fix clip to 32bitMichael Niedermayer
2013-02-04swr/resample: fix integer overflow, add missing castMichael Niedermayer
2013-02-04swr/resample: fix filter rounding and cliping for s32Michael Niedermayer
2013-01-27swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer
2013-01-27swr: limit phase_shift to a less insane value.Michael Niedermayer
2013-01-21swr: support first_ptsMichael Niedermayer
2013-01-20swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer
2013-01-14swr/dither: fix division by 0Michael 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-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