summaryrefslogtreecommitdiff
path: root/libavresample
Commit message (Expand)AuthorAge
...
* lavr: check that current_buffer is not NULL before using itJustin Ruggles2013-10-27
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-14
* avresample/x86: Switch operand order for mulpsDerek Buitenhuis2013-10-14
* audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov2013-10-12
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* miscellaneous typo fixesDiego Biurrun2013-07-25
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* lavr doxy: add version.h to the lavr groupAnton Khirnov2013-05-17
* avresample: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* 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