summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swresample: organize functions into doxy groupsTimothy Gu2014-07-06
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-06
* swresample: improve Doxygen introductionTimothy Gu2014-07-06
* swresample: add SwrContext doxyTimothy Gu2014-07-06
* swresample: add SwrDitherType doxyTimothy Gu2014-07-06
* swresample: group all the option constants in a section in doxyTimothy Gu2014-07-06
* swresample: grammar/capitalization fixesTimothy Gu2014-07-06
* swresample: split option table to a separate fileTimothy Gu2014-07-06
* x86/swr: use lavu helper macros to check CPU extensionsJames Almer2014-07-04
* x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer2014-07-04
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-04
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-02
* swr: remove obsolete resample prototypesJames Almer2014-07-02
* Partially revert "swr: add prototypes for resample dsp functions"James Almer2014-07-02
* x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer2014-07-02
* x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer2014-07-02
* x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer2014-07-01
* swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje2014-06-30
* swresample/resample_template: move division out of loop for float/double swri...Michael Niedermayer2014-06-30
* swresample/resample_template: flip order of operations in swri_resample_linea...Michael Niedermayer2014-06-29
* swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-28
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-28
* swr: remove another forgotten division in DSP function.Ronald S. Bultje2014-06-22
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-18
* swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer2014-06-18
* swr: reindent.Ronald S. Bultje2014-06-16
* swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje2014-06-15
* swr: add prototypes for resample dsp functionsJames Almer2014-06-15
* swr: remove obsolete function prototypes.Ronald S. Bultje2014-06-15
* 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