summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swresample: add swri_resample_float_avxJames Almer2014-05-163-1/+77
* swresample: swr_close()Michael Niedermayer2014-05-153-1/+15
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-2/+2
* swresample/resample: add missing xmm clobbersJames Almer2014-05-071-0/+3
* Fix convertion typosMichael Niedermayer2014-04-291-1/+1
* swresample: add swri_resample_double_sse2James Almer2014-04-253-2/+68
* swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer2014-04-241-0/+5
* swresample/resample_template: try to consider src_size more exactlyMichael Niedermayer2014-04-151-1/+3
* swresample/resample: simplify index/consumed calculation for the filter = 1 caseMichael Niedermayer2014-04-141-2/+2
* swresample/resample: Fix fractional part of index in the filter_size = 1 filt...Michael Niedermayer2014-04-141-1/+1
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-04-081-1/+1
* swresample/dither: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* swresample/resample: Limit filter lengthMichael Niedermayer2014-04-081-0/+5
* swresample/resample: sse float linear interpolationJames Almer2014-03-242-0/+36
* swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer2014-03-242-0/+68
* swresample: add swri_resample_float_sseJames Almer2014-03-203-2/+43
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-0/+2
* swresample: reuse COMMON_CORE asm where possibleJames Almer2014-03-181-2/+7
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-183-13/+15
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-241-0/+5
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-243-2/+13
* swresample: factorize clear_context() outMichael Niedermayer2014-02-221-26/+20
* Fix libswresample compilation with Apple Neon assembler.Reimar Döffinger2014-02-171-2/+2
* swresample: Add arm&x86 clobber testsMartin Storsjö2014-01-184-0/+63
* Avoid using empty macro arguments.Reimar Döffinger2013-12-311-5/+5
* lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-261-6/+6
* Add Windows resource file support for shared librariesJames Almer2013-12-052-0/+58
* swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer2013-12-041-2/+7
* lswr: fix assert failure on unknown layouts.Nicolas George2013-11-031-2/+2
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-173-7/+7
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-082-4/+2
* swr: fix example code and doxy indent.Clément Bœsch2013-09-291-2/+2
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-162-2/+2
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-201-3/+5
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-201-1/+2
* swresample: fix negative rematrix volumnsMichael Niedermayer2013-07-221-1/+1
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-224-3/+14
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-2/+2
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* swresample/rematrix_template: Fix integer overflow in mix8to2Michael Niedermayer2013-06-101-1/+1
* swresample/rematrix_template: Fix integer overflow in mix6to2Michael Niedermayer2013-06-101-1/+1
* swr: dont treat 32 and 24 as equal in simple copy checkMichael Niedermayer2013-06-051-1/+2
* swr: set scale for 32->32/24 ditherMichael Niedermayer2013-06-051-0/+1
* swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol2013-06-041-1/+1
* swr: Fix dithering of s16 with SIMDMichael Niedermayer2013-06-041-1/+1
* swr: add native_simd_oneMichael Niedermayer2013-06-043-0/+7
* swresample/rematrix: add S32 mixing codeMichael Niedermayer2013-06-042-0/+21
* wresample/rematrix_template: fix internal typesMichael Niedermayer2013-06-041-7/+7
* swr/rematrix: use av_calloc()Michael Niedermayer2013-04-151-3/+3
* buildsys: only include log2_tab per library for shared buildsMichael Niedermayer2013-03-041-1/+1