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