index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswresample
/
resample_template.c
Age
Commit message (
Expand
)
Author
2015-04-05
swr/resample: use av_clip functions
James Almer
2015-02-17
swresample/resample_template: Add () to protect the arguments of the OUT() macro
Michael Niedermayer
2014-07-04
swr: initialize only the necessary resample dsp functions
James Almer
2014-07-02
Partially revert "swr: add prototypes for resample dsp functions"
James Almer
2014-07-01
x86/swr: convert resample_{common, linear}_double_sse2 to yasm
James Almer
2014-06-30
swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.
Ronald S. Bultje
2014-06-30
swresample/resample_template: move division out of loop for float/double swri...
Michael Niedermayer
2014-06-29
swresample/resample_template: flip order of operations in swri_resample_linea...
Michael Niedermayer
2014-06-28
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Ronald S. Bultje
2014-06-22
swr: remove another forgotten division in DSP function.
Ronald S. Bultje
2014-06-18
swr: remove div/mod from DSP functions.
Ronald S. Bultje
2014-06-16
swr: reindent.
Ronald S. Bultje
2014-06-15
swr: add prototypes for resample dsp functions
James Almer
2014-06-14
swr: split out DSP functions.
Ronald S. Bultje
2014-06-14
swr: handle initial negative sample index outside DSP function.
Ronald S. Bultje
2014-06-14
swr: remove unnecessary assignment.
Ronald S. Bultje
2014-06-09
swr: handle 64bit overflow check in multiple_resample().
Ronald S. Bultje
2014-06-02
swr: move compensation_distance handling to swri_resample caller.
Ronald S. Bultje
2014-06-02
swr/resample_template: prevent end_index from overflowing and add check for d...
Michael Niedermayer
2014-06-02
Rewrite main resampling loop (common and linear).
Ronald S. Bultje
2014-05-16
swresample: add swri_resample_float_avx
James Almer
2014-04-25
swresample: add swri_resample_double_sse2
James Almer
2014-04-15
swresample/resample_template: try to consider src_size more exactly
Michael Niedermayer
2014-04-14
swresample/resample: simplify index/consumed calculation for the filter = 1 case
Michael Niedermayer
2014-04-14
swresample/resample: Fix fractional part of index in the filter_size = 1 filt...
Michael Niedermayer
2014-03-24
swresample/resample: sse float linear interpolation
James Almer
2014-03-24
swresample/resample: mmx2/sse2 int16 linear interpolation
James Almer
2014-03-20
swresample: add swri_resample_float_sse
James Almer
2014-03-18
swresample: reuse COMMON_CORE asm where possible
James Almer
2014-03-18
swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
James Almer
2013-02-04
swr/resample: fix integer overflow, add missing cast
Michael Niedermayer
2012-12-06
resample: remove disabled debug code
Michael Niedermayer
2012-11-15
swr/resample: move templating parameters to template itself.
Clément Bœsch
2012-11-15
swr: move if() block into the only branch where it can be true.
Michael Niedermayer
2012-11-15
swr: reorder/redesign operations to avoid integer overflow.
Michael Niedermayer
2012-06-28
swr: MMX2 & SSSE3 int16 resample core
Michael Niedermayer
2012-06-19
swr: introduce filter_alloc in preparation of SIMD resample optimisations
Michael Niedermayer
2012-06-19
swr/resample: optimize C code for the most common case
Michael Niedermayer
2012-06-06
resample_template: use av_assert
Michael Niedermayer
2012-04-10
swr: support float & int32 in the resampler
Michael Niedermayer