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
2016-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2015-12-14avresample: Mark avresample_buffer() as pointer to constKip Warner
2015-11-05avresample: Document avresample_open() a little betterLuca Barbato
2015-09-29avresample: Remove an unused variableGanesh Ajjanagadde
2015-09-13lavr: Remove unreachable codeVittorio Giovara
2015-08-31lavr: Remove unused labelVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-04-29avresample: Reallocate the internal buffer to the correct sizeLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-21libavresample: NEON optimized FIR audio resamplingPeter Meerwald
2015-02-20libavresample: Annotate AARCH64 init function with av_coldPeter Meerwald
2014-10-18avresample: Make sure the even check does not overflowLuca Barbato
2014-10-18avresample: prevent theoretical division by zeroVittorio Giovara
2014-08-17lavr: Update the planar check in ff_audio_convertLuca Barbato
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-04lavr: Do not change the sample format for mono audioJustin Ruggles
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