summaryrefslogtreecommitdiff
path: root/libavresample
Commit message (Expand)AuthorAge
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-28
* build: handle library dependencies in configureJanne Grunau2014-05-13
* aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-24
* lavr: define ResampleContext in resample.hJanne Grunau2014-04-24
* aarch64: NEON float to s16 audio conversionJanne Grunau2014-04-22
* resample: remove an unneeded context variableAnton Khirnov2014-04-17
* lavr: allocate the resampling buffer with a positive sizeAnton Khirnov2014-04-13
* resample: implement flushingAnton Khirnov2014-04-13
* resample: split linear into its own functionAnton Khirnov2014-04-11
* resample: add initial padding explicitlyAnton Khirnov2014-04-11
* resample: drop useless abs()Anton Khirnov2014-04-11
* resample: reindentAnton Khirnov2014-04-11
* resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-11
* resample: fix avresample_get_delay() return valueAnton Khirnov2014-04-11
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-04
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov2014-02-22
* lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov2014-02-22
* lavr: mix front center channel as indicated in the ATSC A/52 specification.Tim Walker2014-02-08
* arm: Add X() around all references to extern symbolsMartin Storsjö2014-02-07
* aarch64: port neon clobber test from armJanne Grunau2014-01-15
* x86/arm: Add clobber tests to libavresampleMartin Storsjö2014-01-13
* audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov2014-01-03
* audio_mix: fix zeroing output channels in certain casesAnton Khirnov2014-01-03
* audio_mix: initialize the data pointers to NULLAnton Khirnov2014-01-03
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* 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