summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-202-2/+2
* swr: fix a few typo in the public header.Clément Bœsch2012-11-201-5/+5
* swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-201-0/+4
* swr: general doxy text about swr and example code.Michael Niedermayer2012-11-201-2/+72
* swr: set default channel count options to 0.Clément Bœsch2012-11-192-5/+5
* swr/resample: fix SSSE3 included unconditionally.Clément Bœsch2012-11-151-0/+2
* swr/rematrix: move templating parameters to template itself.Clément Bœsch2012-11-152-33/+38
* swr/resample: move templating parameters to template itself.Clément Bœsch2012-11-152-112/+82
* swr: move if() block into the only branch where it can be true.Michael Niedermayer2012-11-151-4/+5
* swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer2012-11-151-6/+17
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-135-5/+4
* lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini2012-11-031-55/+62
* lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini2012-11-031-3/+3
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-312-2/+0
* swr: use 64bit index/len for x86_64 mixMichael Niedermayer2012-10-282-8/+15
* swresample: include ff_log2_tab for shared buildsHendrik Leppkes2012-10-202-0/+2
* swr-test: fix division by 0Michael Niedermayer2012-10-161-1/+1
* swr-test: check pointers before useMichael Niedermayer2012-10-161-4/+8
* swr/rematrix: fix C99 left shift overflowMichael Niedermayer2012-10-141-1/+1
* swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer2012-10-111-1/+1
* swr-test: avoid VLAMichael Niedermayer2012-10-061-2/+2
* Add missing version macros to librariesjamal2012-09-281-1/+7
* swresample: Create version.h headerjamal2012-09-283-8/+42
* ARM: libswresample: NEON optimised generic fltp to s16 conversionMans Rullgard2012-09-242-0/+242
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-242-0/+3
* ARM: libswresample: NEON optimised stereo fltp to s16 conversionMans Rullgard2012-09-242-0/+72
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-245-0/+121
* swr/resample: mark mm_flags as potentially unusedMichael Niedermayer2012-09-131-1/+1
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-093-8/+8
* swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer2012-09-081-0/+7
* swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer2012-09-081-0/+2
* swr/auto_matrix: add clean layout functionMichael Niedermayer2012-09-081-1/+9
* swr/auto_matrix: move layouts to local variablesMichael Niedermayer2012-09-081-35/+37
* libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer2012-09-071-3/+3
* swsresample: Fix unprotected inline asmDerek Buitenhuis2012-09-071-2/+2
* Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer2012-09-073-6/+50
* swr: update rematrix coeffs to match AC-3Michael Niedermayer2012-09-071-2/+7
* swr: update copyright yearsMichael Niedermayer2012-09-074-4/+4
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-22/+22
* Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-2/+2
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-7/+7
* Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-2/+2
* swr/resample: update SSSE3 flag to new nameMichael Niedermayer2012-09-011-2/+2
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-312-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-241-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
* bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer2012-08-091-0/+1
* swr: fix 10l typo mixing in and out config.Michael Niedermayer2012-08-011-1/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-234-15/+36
* lswr: channel_map requires input conversion.Nicolas George2012-07-171-1/+1
OpenPOWER on IntegriCloud