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