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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swresample/swresample: Treat mono as planar
Michael Niedermayer
2014-08-04
1
-0
/
+2
*
fix spelling errors
Andreas Cadhalpun
2014-07-12
1
-1
/
+1
*
swresample/libswresample.v: hide ff_*
Michael Niedermayer
2014-07-12
1
-1
/
+1
*
swresample: misc. doxy improvements
Timothy Gu
2014-07-08
1
-19
/
+64
*
swresample: organize functions into doxy groups
Timothy Gu
2014-07-06
1
-1
/
+43
*
swresample: better doxy for configuration-returning functions
Timothy Gu
2014-07-06
1
-1
/
+10
*
swresample: improve Doxygen introduction
Timothy Gu
2014-07-06
1
-3
/
+30
*
swresample: add SwrContext doxy
Timothy Gu
2014-07-06
1
-0
/
+6
*
swresample: add SwrDitherType doxy
Timothy Gu
2014-07-06
1
-0
/
+1
*
swresample: group all the option constants in a section in doxy
Timothy Gu
2014-07-06
1
-0
/
+11
*
swresample: grammar/capitalization fixes
Timothy Gu
2014-07-06
1
-3
/
+3
*
swresample: split option table to a separate file
Timothy Gu
2014-07-06
3
-132
/
+156
*
x86/swr: use lavu helper macros to check CPU extensions
James Almer
2014-07-04
3
-20
/
+25
*
x86/swr: split audioconvert and rematrix DSP into separate files
James Almer
2014-07-04
4
-63
/
+84
*
swr: initialize only the necessary resample dsp functions
James Almer
2014-07-04
5
-69
/
+76
*
swr: rename swresample_dsp init functions to swri_resample_dsp
James Almer
2014-07-02
4
-6
/
+6
*
swr: remove obsolete resample prototypes
James Almer
2014-07-02
1
-4
/
+0
*
Partially revert "swr: add prototypes for resample dsp functions"
James Almer
2014-07-02
2
-29
/
+14
*
x86/swr: add ff_resample_{common, linear}_int16_xop
James Almer
2014-07-02
2
-15
/
+26
*
x86/swr: add ff_resample_{common, linear}_float_fma
James Almer
2014-07-02
2
-35
/
+51
*
x86/swr: convert resample_{common, linear}_double_sse2 to yasm
James Almer
2014-07-01
4
-169
/
+74
*
swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.
Ronald S. Bultje
2014-06-30
4
-215
/
+187
*
swresample/resample_template: move division out of loop for float/double swri...
Michael Niedermayer
2014-06-30
1
-2
/
+7
*
swresample/resample_template: flip order of operations in swri_resample_linea...
Michael Niedermayer
2014-06-29
1
-1
/
+4
*
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Ronald S. Bultje
2014-06-28
5
-147
/
+480
*
swr: move dst_size == 0 handling outside DSP function.
Ronald S. Bultje
2014-06-28
1
-3
/
+7
*
swr: remove another forgotten division in DSP function.
Ronald S. Bultje
2014-06-22
1
-4
/
+2
*
swr: remove div/mod from DSP functions.
Ronald S. Bultje
2014-06-18
3
-12
/
+19
*
swresample/audioconvert: fix () in FMT_PAIR_FUNC()
Michael Niedermayer
2014-06-18
1
-1
/
+1
*
swr: reindent.
Ronald S. Bultje
2014-06-16
1
-64
/
+64
*
swr: compile mmx2 s16p functions only on x86-32.
Ronald S. Bultje
2014-06-15
1
-0
/
+2
*
swr: add prototypes for resample dsp functions
James Almer
2014-06-15
3
-24
/
+44
*
swr: remove obsolete function prototypes.
Ronald S. Bultje
2014-06-15
1
-6
/
+0
*
swr: split out DSP functions.
Ronald S. Bultje
2014-06-14
7
-148
/
+325
*
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
5
-50
/
+66
*
swr: remove unnecessary assignment.
Ronald S. Bultje
2014-06-14
1
-1
/
+0
*
swr: handle 64bit overflow check in multiple_resample().
Ronald S. Bultje
2014-06-09
2
-2
/
+3
*
fix various typos
Lou Logan
2014-06-03
1
-1
/
+1
*
swr: move compensation_distance handling to swri_resample caller.
Ronald S. Bultje
2014-06-02
2
-16
/
+12
*
swr/resample_template: prevent end_index from overflowing and add check for d...
Michael Niedermayer
2014-06-02
1
-2
/
+4
*
Rewrite main resampling loop (common and linear).
Ronald S. Bultje
2014-06-02
1
-16
/
+48
*
swresample: add swri_resample_float_avx
James Almer
2014-05-16
3
-1
/
+77
*
swresample: swr_close()
Michael Niedermayer
2014-05-15
3
-1
/
+15
*
inline asm: fix arrays as named constraints.
Matt Oliver
2014-05-07
1
-2
/
+2
*
swresample/resample: add missing xmm clobbers
James Almer
2014-05-07
1
-0
/
+3
*
Fix convertion typos
Michael Niedermayer
2014-04-29
1
-1
/
+1
*
swresample: add swri_resample_double_sse2
James Almer
2014-04-25
3
-2
/
+68
*
swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input
Michael Niedermayer
2014-04-24
1
-0
/
+5
*
swresample/resample_template: try to consider src_size more exactly
Michael Niedermayer
2014-04-15
1
-1
/
+3
[next]