summaryrefslogtreecommitdiffstats
path: root/libavresample
Commit message (Expand)AuthorAgeFilesLines
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+6
* lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov2014-02-221-0/+5
* lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov2014-02-223-1/+14
* lavr: mix front center channel as indicated in the ATSC A/52 specification.Tim Walker2014-02-081-2/+7
* arm: Add X() around all references to extern symbolsMartin Storsjö2014-02-071-2/+2
* aarch64: port neon clobber test from armJanne Grunau2014-01-152-0/+32
* x86/arm: Add clobber tests to libavresampleMartin Storsjö2014-01-134-0/+67
* audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov2014-01-031-1/+1
* audio_mix: fix zeroing output channels in certain casesAnton Khirnov2014-01-031-2/+5
* audio_mix: initialize the data pointers to NULLAnton Khirnov2014-01-031-1/+1
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-0/+2
* 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
OpenPOWER on IntegriCloud