index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswresample
/
resample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swresample/resample: Fix flush refelction length
Michael Niedermayer
2017-08-16
1
-3
/
+6
*
swresample/resample: free existing ResampleContext on reinit
James Almer
2017-03-21
1
-0
/
+1
*
swresample/resample: move resample_free() higher in the file
James Almer
2017-03-21
1
-7
/
+8
*
swresample/resample: do not assert compensation_distance on rebuild_filter
Muhammad Faiz
2017-03-17
1
-1
/
+1
*
swresample/resample: do not allow odd filter_length
Muhammad Faiz
2017-03-09
1
-38
/
+18
*
swresample/resample: use uniform normalization
Muhammad Faiz
2017-03-08
1
-7
/
+7
*
swresample/resample: remove swri_resample function
Muhammad Faiz
2016-12-14
1
-44
/
+35
*
swresample/resample: do not allow negative dst_size return value
Muhammad Faiz
2016-12-14
1
-3
/
+4
*
swresample/resample: do not rebuild filter when sample_delta is zero
Muhammad Faiz
2016-12-04
1
-1
/
+1
*
swresample/resample: optimize exact_rational=on:linear_interp=on case
Muhammad Faiz
2016-11-25
1
-1
/
+6
*
swresample/resample: fix return value of build_filter
Muhammad Faiz
2016-10-18
1
-1
/
+3
*
swresample/x86: add support for exact_rational
Muhammad Faiz
2016-06-21
1
-2
/
+0
*
swresample/resample: do not increase phase_count on exact_rational
Muhammad Faiz
2016-06-17
1
-2
/
+59
*
swresample/resample: add support for odd phase_count
Muhammad Faiz
2016-06-17
1
-9
/
+8
*
swresample: add exact_rational option
Muhammad Faiz
2016-06-13
1
-11
/
+30
*
swresample/resample: Fix division by 0 with tap_count=1
Michael Niedermayer
2016-05-16
1
-4
/
+4
*
swr/resample: use av_clip_int16 instead of av_clip
Ganesh Ajjanagadde
2015-12-24
1
-2
/
+2
*
swresample/resample: remove redundant L for floating literal
Ganesh Ajjanagadde
2015-11-15
1
-2
/
+2
*
swresample/resample: increase precision for compensation
Michael Niedermayer
2015-11-11
1
-0
/
+4
*
swresample/resample: speed up Blackman Nuttall filter
Ganesh Ajjanagadde
2015-11-09
1
-2
/
+2
*
swresample/resample: speed up upsampling by precomputing sines
Ganesh Ajjanagadde
2015-11-09
1
-4
/
+17
*
swresample/resample: improve bessel function accuracy and speed
Ganesh Ajjanagadde
2015-11-08
1
-27
/
+98
*
swresample: allow double precision beta value for the Kaiser window
Ganesh Ajjanagadde
2015-11-08
1
-2
/
+2
*
swresample/resample: speed up build_filter for Blackman-Nuttall filter
Ganesh Ajjanagadde
2015-11-05
1
-2
/
+3
*
swresample/resample: speed up build_filter by 50%
Ganesh Ajjanagadde
2015-11-04
1
-4
/
+40
*
swresample/resample: manually unroll the main loop in bessel()
Michael Niedermayer
2015-10-07
1
-3
/
+5
*
swresample/resample: merge first iteration into init in bessel()
Michael Niedermayer
2015-10-07
1
-3
/
+4
*
swresample/resample: fix typos
Michael Niedermayer
2015-06-04
1
-2
/
+2
*
swresample: Add swr_get_out_samples()
Michael Niedermayer
2015-06-04
1
-0
/
+20
*
swresample/resample: Fix undefined shifts
Michael Niedermayer
2015-03-14
1
-1
/
+1
*
swresample/resample: fix invert_initial_buffer() after flush
Michael Niedermayer
2014-10-16
1
-3
/
+3
*
swr: initialize only the necessary resample dsp functions
James Almer
2014-07-04
1
-8
/
+2
*
swr: rename swresample_dsp init functions to swri_resample_dsp
James Almer
2014-07-02
1
-1
/
+1
*
swr: move dst_size == 0 handling outside DSP function.
Ronald S. Bultje
2014-06-28
1
-3
/
+7
*
swr: remove div/mod from DSP functions.
Ronald S. Bultje
2014-06-18
1
-8
/
+15
*
swr: split out DSP functions.
Ronald S. Bultje
2014-06-14
1
-100
/
+49
*
swresample/resample: replace assert by av_assert
Michael Niedermayer
2014-06-14
1
-1
/
+1
*
swr: handle initial negative sample index outside DSP function.
Ronald S. Bultje
2014-06-14
1
-0
/
+46
*
swr: handle 64bit overflow check in multiple_resample().
Ronald S. Bultje
2014-06-09
1
-0
/
+2
*
swr: move compensation_distance handling to swri_resample caller.
Ronald S. Bultje
2014-06-02
1
-0
/
+10
*
swresample: add swri_resample_float_avx
James Almer
2014-05-16
1
-0
/
+10
*
swresample: add swri_resample_double_sse2
James Almer
2014-04-25
1
-0
/
+8
*
swresample/resample: use av_malloc_array() where appropriate
Michael Niedermayer
2014-04-08
1
-1
/
+1
*
swresample/resample: Limit filter length
Michael Niedermayer
2014-04-08
1
-0
/
+5
*
swresample: add swri_resample_float_sse
James Almer
2014-03-20
1
-0
/
+10
*
swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
James Almer
2014-03-18
1
-5
/
+5
*
swresample: replace 2 av_free() by av_freep()
Michael Niedermayer
2013-09-16
1
-1
/
+1
*
swr/resample: fix filter rounding and cliping for s32
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/ build_filter: use av_calloc() fix buffer overflow
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
lswr: Improve default resampler's default parameters
Alexander Strasser
2013-01-04
1
-1
/
+1
[next]