Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-29avresample: Add avresample_get_out_samplesLuca Barbato
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-04-24aarch64: NEON optimized FIR audio resamplingJanne Grunau
2014-04-24lavr: define ResampleContext in resample.hJanne Grunau
2014-04-22aarch64: NEON float to s16 audio conversionJanne Grunau
2014-04-17resample: remove an unneeded context variableAnton Khirnov
2014-04-13lavr: allocate the resampling buffer with a positive sizeAnton Khirnov
2014-04-13resample: implement flushingAnton Khirnov
2014-04-11resample: split linear into its own functionAnton Khirnov
2014-04-11resample: add initial padding explicitlyAnton Khirnov
2014-04-11resample: drop useless abs()Anton Khirnov
2014-04-11resample: reindentAnton Khirnov
2014-04-11resample: split the nearest neighbour path into a separate function pointerAnton Khirnov
2014-04-11resample: fix avresample_get_delay() return valueAnton Khirnov
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-02-22lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2014-02-08lavr: mix front center channel as indicated in the ATSC A/52 specification.Tim Walker
2014-02-07arm: Add X() around all references to extern symbolsMartin Storsjö
2014-01-15aarch64: port neon clobber test from armJanne Grunau
2014-01-13x86/arm: Add clobber tests to libavresampleMartin Storsjö
2014-01-03audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov
2014-01-03audio_mix: fix zeroing output channels in certain casesAnton Khirnov
2014-01-03audio_mix: initialize the data pointers to NULLAnton Khirnov
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-27lavr: check that current_buffer is not NULL before using itJustin Ruggles
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-10-14avresample/x86: Switch operand order for mulpsDerek Buitenhuis
2013-10-12audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-17lavr doxy: add version.h to the lavr groupAnton Khirnov
2013-05-04avresample: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-02-24lavr: allow setting internal_sample_fmt option by stringJustin Ruggles
2013-02-24lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles
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-18lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles
2013-01-18lavr: 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-08lavr: log channel conversion description for any-to-any functionsJustin Ruggles
2013-01-08lavr: mix: reduce the mixing matrix when possibleJustin Ruggles