summaryrefslogtreecommitdiffstats
path: root/libavresample
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* lavr: check that current_buffer is not NULL before using itJustin Ruggles2013-10-271-1/+2
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-141-9/+9
* avresample/x86: Switch operand order for mulpsDerek Buitenhuis2013-10-141-1/+1
* audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov2013-10-121-10/+10
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* miscellaneous typo fixesDiego Biurrun2013-07-251-1/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-183-24/+24
* lavr doxy: add version.h to the lavr groupAnton Khirnov2013-05-171-0/+6
* avresample: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-042-3/+4
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-273-167/+166
* lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-231-1/+11
* lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-231-0/+2
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-121-0/+11
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-121-0/+10
* lavr: cosmetics: reindentJustin Ruggles2013-02-121-14/+14
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-121-21/+31
* lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-121-26/+29
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-171-3/+4
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-171-5/+1
* x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles2013-01-082-0/+86
* x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles2013-01-085-0/+102
* lavr: log channel conversion description for any-to-any functionsJustin Ruggles2013-01-071-2/+3
* lavr: mix: reduce the mixing matrix when possibleJustin Ruggles2013-01-071-30/+186
* lavr: cosmetics: reindentJustin Ruggles2013-01-071-25/+28
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-0710-27/+301
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-078-14/+16
* x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles2013-01-051-26/+9
* lavr: fix missing " in header documentationPeter Meerwald2013-01-041-1/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-1910-12/+583
* avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-161-5/+5
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-163-7/+15
* lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-161-6/+12
* lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-152-22/+24
* lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles2012-12-121-1/+1
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-116-158/+216
* lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles2012-12-111-1/+5
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-273-10/+6
* lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles2012-11-271-1/+1
* lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles2012-11-273-8/+11
* x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32Ronald S. Bultje2012-11-171-1/+9
* lavr: fix the decision for writing directly to the output bufferJustin Ruggles2012-11-171-4/+5
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-112-42/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-6/+0
* x86: avresample: Add missing colons to assembly labelsDiego Biurrun2012-11-061-2/+2
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-312-2/+2
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-312-2/+0
* lavr: document upper bound on number of output samples.Anton Khirnov2012-10-291-0/+4
OpenPOWER on IntegriCloud