summaryrefslogtreecommitdiff
path: root/libavresample
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* avresample: Mark avresample_buffer() as pointer to constKip Warner2015-12-14
* avresample: Document avresample_open() a little betterLuca Barbato2015-11-05
* avresample: Remove an unused variableGanesh Ajjanagadde2015-09-29
* lavr: Remove unreachable codeVittorio Giovara2015-09-13
* lavr: Remove unused labelVittorio Giovara2015-08-31
* Bump major versions of all librariesVittorio Giovara2015-08-28
* lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-28
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* avresample: Reallocate the internal buffer to the correct sizeLuca Barbato2015-04-28
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* libavresample: NEON optimized FIR audio resamplingPeter Meerwald2015-02-21
* libavresample: Annotate AARCH64 init function with av_coldPeter Meerwald2015-02-20
* avresample: Make sure the even check does not overflowLuca Barbato2014-10-18
* avresample: prevent theoretical division by zeroVittorio Giovara2014-10-18
* lavr: Update the planar check in ff_audio_convertLuca Barbato2014-08-17
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-10
* Bump major versions of all libraries.Anton Khirnov2014-08-09
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* lavr: Do not change the sample format for mono audioJustin Ruggles2014-08-03
* 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