summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swr: skip memset(0) in rematrix when the array is known to be already 0Michael Niedermayer2012-06-091-1/+2
* swr: zero buffers on allocationMichael Niedermayer2012-06-091-1/+1
* swr: add mix8to2Michael Niedermayer2012-06-081-0/+17
* swr: 5.1->stereo double, float and s16Michael Niedermayer2012-06-082-0/+22
* swr: add all in one rematrixing function ptrMichael Niedermayer2012-06-082-0/+11
* swr: add inrermediate sample type for rematrixingMichael Niedermayer2012-06-081-0/+5
* resample_template: use av_assertMichael Niedermayer2012-06-061-1/+1
* swr-test: support "--help"Michael Niedermayer2012-06-051-1/+1
* buildsys: fix rules for swresample-testMichael Niedermayer2012-06-052-1/+1
* libswresample/Makefile: put each object on its own lineMichael Niedermayer2012-06-051-1/+5
* swr: fix a few typo.Clément Bœsch2012-06-011-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-301-2/+3
* swr: fix swr_drop_output()Michael Niedermayer2012-05-261-0/+1
* swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer2012-05-221-2/+6
* swr: check count argument of realloc_audio()Michael Niedermayer2012-05-221-0/+3
* swr: skip soft compensation when its disabled.Michael Niedermayer2012-05-191-1/+1
* swr: add swr_next_pts()Michael Niedermayer2012-05-193-2/+64
* swr: add swr_drop_output()Michael Niedermayer2012-05-193-1/+38
* swr: add swr_inject_silence()Michael Niedermayer2012-05-192-1/+30
* swr: Fix issue with injecting more data than can be used up in the next call.Michael Niedermayer2012-05-191-1/+1
* swr: add some asserts to resample()Michael Niedermayer2012-05-191-0/+4
* swr: add reversefill_audiodata()Michael Niedermayer2012-05-191-0/+10
* swr: fix buf_set() so it works with input == outputMichael Niedermayer2012-05-191-1/+1
* swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer2012-05-191-1/+2
* swr: fill_audio_data() support NULLMichael Niedermayer2012-05-191-1/+3
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-182-1/+34
* swresample: set the default parameters to "none"Michael Niedermayer2012-05-171-8/+8
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-132-0/+8
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-132-7/+22
* libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-131-1/+1
* libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer2012-05-131-4/+4
* libswresample-simd: rename 6ch pack to what it isMichael Niedermayer2012-05-131-7/+7
* libswresample-simd: make the converter registers parametersMichael Niedermayer2012-05-131-62/+65
* libswresample: cosmeticsMichael Niedermayer2012-05-131-13/+11
* libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer2012-05-131-12/+31
* libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles2012-05-132-1/+97
* swr: fix silence buffer for planar U8Michael Niedermayer2012-05-071-1/+1
* swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer2012-05-071-3/+18
* swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-062-3/+34
* swr: audioconvert: consider mono to be planarMichael Niedermayer2012-05-061-0/+6
* swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-062-0/+96
* swr-x86-simd: create prototypes with macros, this is simpler.Michael Niedermayer2012-05-061-23/+7
* swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-061-7/+12
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-051-70/+8
* swr: fix internal asm labelsMichael Niedermayer2012-05-051-4/+4
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-051-1/+1
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-051-145/+47
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-052-0/+182
* swr: update calling code to support mixed packed planar SIMDMichael Niedermayer2012-05-051-6/+10
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-052-1/+7
OpenPOWER on IntegriCloud