summaryrefslogtreecommitdiff
path: root/libavresample
Commit message (Expand)AuthorAge
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-23
* lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-23
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-12
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-12
* lavr: cosmetics: reindentJustin Ruggles2013-02-12
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-12
* lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-12
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-17
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-17
* x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles2013-01-08
* x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles2013-01-08
* lavr: log channel conversion description for any-to-any functionsJustin Ruggles2013-01-07
* lavr: mix: reduce the mixing matrix when possibleJustin Ruggles2013-01-07
* lavr: cosmetics: reindentJustin Ruggles2013-01-07
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-07
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-07
* x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles2013-01-05
* lavr: fix missing " in header documentationPeter Meerwald2013-01-04
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-19
* avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-16
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-16
* lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-16
* lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-15
* lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles2012-12-12
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-11
* lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles2012-12-11
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-27
* lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles2012-11-27
* lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles2012-11-27
* x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32Ronald S. Bultje2012-11-17
* lavr: fix the decision for writing directly to the output bufferJustin Ruggles2012-11-17
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-09
* x86: avresample: Add missing colons to assembly labelsDiego Biurrun2012-11-06
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* lavr: document upper bound on number of output samples.Anton Khirnov2012-10-29
* lavr: add general API usage doxyAnton Khirnov2012-10-29
* lavr: handle clipping in the float to s32 conversionJustin Ruggles2012-10-13
* lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-05
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* ARM: libavresample: NEON optimised generic fltp to s16 conversionMans Rullgard2012-09-13
* ARM: libavresample: NEON optimised stereo fltp to s16 conversionMans Rullgard2012-09-13
* ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-13
* lavr/audio_mix_matrix: acknowledge the existence of LFE2.Tim Walker2012-09-12
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04