summaryrefslogtreecommitdiffstats
path: root/libavresample
Commit message (Expand)AuthorAgeFilesLines
* Bump major versions of all librariesVittorio Giovara2017-03-231-1/+1
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-011-3/+3
* Mark some arrays that never change as const.Anton Khirnov2017-02-011-1/+1
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-0/+1
* Fix some mismatches between function parameter and doxygen parameter names.Diego Biurrun2016-11-211-2/+2
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-132-1/+3
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-042-3/+3
* build: miscellaneous cosmeticsDiego Biurrun2016-04-072-8/+8
* avresample: Mark avresample_buffer() as pointer to constKip Warner2015-12-144-9/+13
* avresample: Document avresample_open() a little betterLuca Barbato2015-11-051-0/+4
* avresample: Remove an unused variableGanesh Ajjanagadde2015-09-291-1/+0
* lavr: Remove unreachable codeVittorio Giovara2015-09-131-4/+1
* lavr: Remove unused labelVittorio Giovara2015-08-311-1/+0
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-282-58/+0
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-113-3/+3
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-313-4/+8
* avresample: Reallocate the internal buffer to the correct sizeLuca Barbato2015-04-281-1/+3
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-194-42/+42
* libavresample: NEON optimized FIR audio resamplingPeter Meerwald2015-02-216-2/+470
* libavresample: Annotate AARCH64 init function with av_coldPeter Meerwald2015-02-201-2/+2
* avresample: Make sure the even check does not overflowLuca Barbato2014-10-181-1/+1
* avresample: prevent theoretical division by zeroVittorio Giovara2014-10-181-1/+4
* lavr: Update the planar check in ff_audio_convertLuca Barbato2014-08-171-2/+2
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-103-1/+200
* Bump major versions of all libraries.Anton Khirnov2014-08-091-2/+2
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-1/+1
* lavr: Do not change the sample format for mono audioJustin Ruggles2014-08-034-12/+16
* 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
OpenPOWER on IntegriCloud