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
2012-07-02swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer
2012-07-02swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer
2012-07-02swr: fix mix* related function pointer warningsMichael Niedermayer
2012-06-30swr: fix MMX resample code, add emmsMichael Niedermayer
2012-06-30swr: fix make checkheaders.Clément Bœsch
2012-06-30swr: small align cosmetic.Clément Bœsch
2012-06-30swr: use __asm__ instead of __asm.Clément Bœsch
2012-06-28swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer
2012-06-28swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer
2012-06-22swresample: make .class_name more descriptivePaul B Mahol
2012-06-21lswr/rematrix: specify explicitly the name of the unsupported channel layoutsStefano Sabatini
2012-06-19swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer
2012-06-19swr/resample: optimize C code for the most common caseMichael Niedermayer
2012-06-13swr: fix 10l use of uninitialized dataMichael Niedermayer
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer
2012-06-12swr: mix_1_1_int16_sseMichael Niedermayer
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer
2012-06-12swr: mix_2_1_float SSE/AVXMichael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-06-12swr: add native matrix for SIMDMichael Niedermayer
2012-06-12swr: add function pointers for SIMD rematrixingMichael Niedermayer
2012-06-12swresample.c: update copyleft yearMichael Niedermayer
2012-06-12swr: use &~15Michael Niedermayer
2012-06-12swr: replace /16 by >>4Michael Niedermayer
2012-06-09swr: skip memset(0) in rematrix when the array is known to be already 0Michael Niedermayer
2012-06-09swr: zero buffers on allocationMichael Niedermayer
2012-06-09swr: add mix8to2Michael Niedermayer
2012-06-09swr: 5.1->stereo double, float and s16Michael Niedermayer
2012-06-08swr: add all in one rematrixing function ptrMichael Niedermayer
2012-06-08swr: add inrermediate sample type for rematrixingMichael Niedermayer
2012-06-06resample_template: use av_assertMichael Niedermayer
2012-06-05swr-test: support "--help"Michael Niedermayer
2012-06-05buildsys: fix rules for swresample-testMichael Niedermayer
2012-06-05libswresample/Makefile: put each object on its own lineMichael Niedermayer
2012-06-01swr: fix a few typo.Clément Bœsch
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26swr: fix swr_drop_output()Michael Niedermayer
2012-05-22swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer
2012-05-22swr: check count argument of realloc_audio()Michael Niedermayer
2012-05-20swr: skip soft compensation when its disabled.Michael Niedermayer
2012-05-19swr: add swr_next_pts()Michael Niedermayer
2012-05-19swr: add swr_drop_output()Michael Niedermayer
2012-05-19swr: add swr_inject_silence()Michael Niedermayer
2012-05-19swr: Fix issue with injecting more data than can be used up in the next call.Michael Niedermayer
2012-05-19swr: add some asserts to resample()Michael Niedermayer
2012-05-19swr: add reversefill_audiodata()Michael Niedermayer
2012-05-19swr: fix buf_set() so it works with input == outputMichael Niedermayer
2012-05-19swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer
2012-05-19swr: fill_audio_data() support NULLMichael Niedermayer
2012-05-19swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer