summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swresample/resample_template: move division out of loop for float/double swri...Michael Niedermayer2014-06-301-2/+7
* swresample/resample_template: flip order of operations in swri_resample_linea...Michael Niedermayer2014-06-291-1/+4
* swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-285-147/+480
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-281-3/+7
* swr: remove another forgotten division in DSP function.Ronald S. Bultje2014-06-221-4/+2
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-183-12/+19
* swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer2014-06-181-1/+1
* swr: reindent.Ronald S. Bultje2014-06-161-64/+64
* swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje2014-06-151-0/+2
* swr: add prototypes for resample dsp functionsJames Almer2014-06-153-24/+44
* swr: remove obsolete function prototypes.Ronald S. Bultje2014-06-151-6/+0
* swr: split out DSP functions.Ronald S. Bultje2014-06-147-148/+325
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-141-1/+1
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-145-50/+66
* swr: remove unnecessary assignment.Ronald S. Bultje2014-06-141-1/+0
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-092-2/+3
* fix various typosLou Logan2014-06-031-1/+1
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-022-16/+12
* swr/resample_template: prevent end_index from overflowing and add check for d...Michael Niedermayer2014-06-021-2/+4
* Rewrite main resampling loop (common and linear).Ronald S. Bultje2014-06-021-16/+48
* 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
OpenPOWER on IntegriCloud