summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
...
* swr: split out DSP functions.Ronald S. Bultje2014-06-14
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-14
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swr: remove unnecessary assignment.Ronald S. Bultje2014-06-14
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-09
* fix various typosLou Logan2014-06-03
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-02
* swr/resample_template: prevent end_index from overflowing and add check for d...Michael Niedermayer2014-06-02
* Rewrite main resampling loop (common and linear).Ronald S. Bultje2014-06-02
* swresample: add swri_resample_float_avxJames Almer2014-05-16
* swresample: swr_close()Michael Niedermayer2014-05-15
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
* swresample/resample: add missing xmm clobbersJames Almer2014-05-07
* Fix convertion typosMichael Niedermayer2014-04-29
* swresample: add swri_resample_double_sse2James Almer2014-04-25
* swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer2014-04-24
* swresample/resample_template: try to consider src_size more exactlyMichael Niedermayer2014-04-15
* swresample/resample: simplify index/consumed calculation for the filter = 1 caseMichael Niedermayer2014-04-14
* swresample/resample: Fix fractional part of index in the filter_size = 1 filt...Michael Niedermayer2014-04-14
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-04-08
* swresample/dither: use av_malloc_array()Michael Niedermayer2014-04-08
* swresample/resample: Limit filter lengthMichael Niedermayer2014-04-08
* swresample/resample: sse float linear interpolationJames Almer2014-03-24
* swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer2014-03-24
* swresample: add swri_resample_float_sseJames Almer2014-03-20
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* swresample: reuse COMMON_CORE asm where possibleJames Almer2014-03-18
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-18
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-24
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-24
* swresample: factorize clear_context() outMichael Niedermayer2014-02-22
* Fix libswresample compilation with Apple Neon assembler.Reimar Döffinger2014-02-17
* swresample: Add arm&x86 clobber testsMartin Storsjö2014-01-18
* Avoid using empty macro arguments.Reimar Döffinger2013-12-31
* lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini2013-12-26
* Add Windows resource file support for shared librariesJames Almer2013-12-05
* swresample: use the internal buffer for resampling the last few samplesMichael Niedermayer2013-12-04
* lswr: fix assert failure on unknown layouts.Nicolas George2013-11-03
* lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini2013-10-17
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-08
* swr: fix example code and doxy indent.Clément Bœsch2013-09-29
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-16
* swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX outputMichael Niedermayer2013-08-20
* swr: clean layouts before checking sanityMichael Niedermayer2013-08-20
* swresample: fix negative rematrix volumnsMichael Niedermayer2013-07-22
* swresample: Make rematrix maxvalue user settableMichael Niedermayer2013-07-22
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-18
* swresample/rematrix_template: Fix integer overflow in mix8to2Michael Niedermayer2013-06-10
* swresample/rematrix_template: Fix integer overflow in mix6to2Michael Niedermayer2013-06-10