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
*
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-12-19
1
-0
/
+3
*
swresample/soxr_resample: fix error handling
Rob Sykes
2014-12-13
1
-2
/
+6
*
x86/swr: add ff_float_to_int32_a_avx2
James Almer
2014-11-07
2
-3
/
+13
*
x86/swr: replace sse4 instructions in pack_6ch with sse ones
James Almer
2014-11-06
2
-21
/
+33
*
swresample: Fix swr_drop_output so it does not flush the buffers
Michael Niedermayer
2014-11-04
1
-1
/
+2
*
swresample/resample: fix invert_initial_buffer() after flush
Michael Niedermayer
2014-10-16
1
-3
/
+3
*
swresample: do not put multiple statements in one line
Michael Niedermayer
2014-10-16
1
-3
/
+9
*
swresample/audioconvert: Fix undefined behavior (left shift of negative value)
Michael Niedermayer
2014-10-08
1
-2
/
+2
*
swresample/swresample: replace always true if() by av_assert0()
Michael Niedermayer
2014-10-06
1
-2
/
+2
*
swresample/swresample: fix sample drop loop end condition
Michael Niedermayer
2014-10-06
1
-0
/
+2
*
libswresample: move condition to start of loop.
Reimar Döffinger
2014-09-07
1
-4
/
+6
*
Remove pointless if.
Reimar Döffinger
2014-09-07
1
-3
/
+1
*
libswresample: Avoid needlessly large on-stack array.
Reimar Döffinger
2014-09-07
1
-5
/
+9
*
swr: aarch64 audio_convert and neon clobber test
Michael Niedermayer
2014-08-27
6
-0
/
+469
*
swresample: Add AVFrame based API
Michael Niedermayer
2014-08-16
4
-1
/
+221
*
swresample: check av_opt_set for failure in swr_alloc_set_opts()
Michael Niedermayer
2014-08-11
1
-9
/
+31
*
swresample: document the need to configure the context using AVOptions
Luca Barbato
2014-08-11
1
-0
/
+4
*
bump libpostproc and libswresample
Michael Niedermayer
2014-08-10
2
-2
/
+4
*
swresample-test: make it independant of the internal SWR_CH_MAX
Michael Niedermayer
2014-08-10
1
-0
/
+2
*
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
[next]