summaryrefslogtreecommitdiffstats
path: root/libavresample
Commit message (Expand)AuthorAgeFilesLines
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-283-8/+39
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-246-2/+342
* lavr: define ResampleContext in resample.hJanne Grunau2014-04-242-29/+29
* aarch64: NEON float to s16 audio conversionJanne Grunau2014-04-225-0/+419
* resample: remove an unneeded context variableAnton Khirnov2014-04-171-8/+3
* lavr: allocate the resampling buffer with a positive sizeAnton Khirnov2014-04-131-1/+1
* resample: implement flushingAnton Khirnov2014-04-131-7/+39
* resample: split linear into its own functionAnton Khirnov2014-04-112-15/+27
* resample: add initial padding explicitlyAnton Khirnov2014-04-112-22/+36
* resample: drop useless abs()Anton Khirnov2014-04-111-2/+2
* resample: reindentAnton Khirnov2014-04-111-21/+20
* resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-112-13/+25
* resample: fix avresample_get_delay() return valueAnton Khirnov2014-04-111-1/+5
* 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
OpenPOWER on IntegriCloud