summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-201-3/+5
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-201-1/+2
* swresample: fix negative rematrix volumnsMichael Niedermayer2013-07-221-1/+1
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-224-3/+14
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-2/+2
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* swresample/rematrix_template: Fix integer overflow in mix8to2Michael Niedermayer2013-06-101-1/+1
* swresample/rematrix_template: Fix integer overflow in mix6to2Michael Niedermayer2013-06-101-1/+1
* swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer2013-06-051-1/+2
* swr: set scale for 32->32/24 ditherMichael Niedermayer2013-06-051-0/+1
* swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-041-1/+1
* swr: Fix dithering of s16 with SIMDMichael Niedermayer2013-06-041-1/+1
* swr: add native_simd_oneMichael Niedermayer2013-06-043-0/+7
* swresample/rematrix: add S32 mixing codeMichael Niedermayer2013-06-042-0/+21
* wresample/rematrix_template: fix internal typesMichael Niedermayer2013-06-041-7/+7
* swr/rematrix: use av_calloc()Michael Niedermayer2013-04-151-3/+3
* buildsys: only include log2_tab per library for shared buildsMichael Niedermayer2013-03-041-1/+1
* soxr: libsoxr 0.1.1 supportRob Sykes2013-03-011-0/+4
* swr: make the default of nopts for first_pts actually workMichael Niedermayer2013-02-251-1/+6
* swr: support a seperate output sample bits.Michael Niedermayer2013-02-243-0/+5
* swr: add duplicate cutoff for compatibilityMichael Niedermayer2013-02-241-0/+4
* swr: check channel layouts before using them.Michael Niedermayer2013-02-131-0/+10
* swr: Dont use floats for S32->S32 when possibleMichael Niedermayer2013-02-041-0/+5
* swr: reorder init code to make rematrix status available earlierMichael Niedermayer2013-02-041-27/+27
* swr-test: Fix clip to 32bitMichael Niedermayer2013-02-041-1/+1
* swr/resample: fix integer overflow, add missing castMichael Niedermayer2013-02-041-1/+1
* swr/resample: fix filter rounding and cliping for s32Michael Niedermayer2013-02-041-1/+1
* swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer2013-01-271-1/+1
* swr: limit phase_shift to a less insane value.Michael Niedermayer2013-01-271-1/+1
* swr: support first_ptsMichael Niedermayer2013-01-212-1/+12
* swr: fix "may be used uninitialized in this function" warningsMichael Niedermayer2013-01-201-1/+2
* swr/dither: fix division by 0Michael Niedermayer2013-01-141-1/+1
* swr: fix handling of timestamps that cause multiple drops or silence injectionsMichael Niedermayer2013-01-131-1/+1
* swr: limit buffer size for silence injectionMichael Niedermayer2013-01-131-0/+7
* swr: limit buffer size for discarding.Michael Niedermayer2013-01-131-5/+8
* swr: move silence buffer to context to avoid per use malloc/freeMichael Niedermayer2013-01-132-9/+9
* swr: move buffer used to discard sample to contextMichael Niedermayer2013-01-132-6/+6
* swr: work with 4 noise shaping coeffs at a timeMichael Niedermayer2013-01-121-1/+10
* swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 belowMichael Niedermayer2013-01-121-0/+1
* swr: use a local variable for ns_coeffsMichael Niedermayer2013-01-121-1/+2
* swr: use local variable for ns_errorsMichael Niedermayer2013-01-121-2/+3
* swr: minor simplification for the noise shaping pos updateMichael Niedermayer2013-01-121-1/+1
* swr: check that allocation of in/out_convert succeededMichael Niedermayer2013-01-101-0/+2
* swr: Use a temporary buffer for dither/Noise shaping when the input is read onlyMichael Niedermayer2013-01-103-14/+20
* swr: mark noise data for noise shaping as constMichael Niedermayer2013-01-102-5/+5
* swr: add seperate in/out pointers to the noise shaping codeMichael Niedermayer2013-01-103-12/+13
* swr: rename dither_pos to noise_posMichael Niedermayer2013-01-103-8/+8
* swr: scale data down in noise shaping to avoid clipingMichael Niedermayer2013-01-101-0/+1
* swr: reorder the operations in the noise shaping codeMichael Niedermayer2013-01-102-2/+4
* swr: add noise_scale field to seperate it from the noise shaping scalesMichael Niedermayer2013-01-102-1/+3
OpenPOWER on IntegriCloud