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
/
rematrix.c
Age
Commit message (
Expand
)
Author
2012-11-15
swr/rematrix: move templating parameters to template itself.
Clément Bœsch
2012-11-13
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-10-14
swr/rematrix: fix C99 left shift overflow
Michael Niedermayer
2012-09-09
swr: add av_cold to init/free functions
Michael Niedermayer
2012-09-08
swr/auto_matrix: treat a single channel as mono instead of failing
Michael Niedermayer
2012-09-08
swr/auto_matrix: treat stereo downmix like stereo.
Michael Niedermayer
2012-09-08
swr/auto_matrix: add clean layout function
Michael Niedermayer
2012-09-08
swr/auto_matrix: move layouts to local variables
Michael Niedermayer
2012-09-07
Add Dolby/DPLII downmix support to libswresample
Michael Niedermayer
2012-09-07
swr: update rematrix coeffs to match AC-3
Michael Niedermayer
2012-07-02
swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...
Michael Niedermayer
2012-07-02
swr: fix mix* related function pointer warnings
Michael Niedermayer
2012-06-21
lswr/rematrix: specify explicitly the name of the unsupported channel layouts
Stefano Sabatini
2012-06-12
swr: mix_2_1_int16_mmx/sse
Michael Niedermayer
2012-06-12
swr: mix_1_1 int16 MMX
Michael Niedermayer
2012-06-12
swr: SIMD rematrixing and SSE/AVX mix_1_1 float
Michael Niedermayer
2012-06-12
swr: add native matrix for SIMD
Michael Niedermayer
2012-06-09
swr: skip memset(0) in rematrix when the array is known to be already 0
Michael Niedermayer
2012-06-08
swr: 5.1->stereo double, float and s16
Michael Niedermayer
2012-06-08
swr: add all in one rematrixing function ptr
Michael Niedermayer
2012-06-08
swr: add inrermediate sample type for rematrixing
Michael Niedermayer
2012-05-02
swr: add double precision support to the rematrix code
Michael Niedermayer
2012-05-02
swr: add lfe_mix_level
Justin Ruggles
2012-05-02
swr: update side to back mixing.
Justin Ruggles
2012-05-01
swr: add and use function pointers for rematrix
Michael Niedermayer
2012-05-01
swr: add native matrix for rematrixing
Michael Niedermayer
2012-04-28
swr: change sample format representation so as to maintain the planer/packed ...
Michael Niedermayer
2012-04-11
swr: simplify code by using av_get_bytes_per_sample()
Michael Niedermayer
2012-04-10
swr: use assert in swri_sum2 to check that only supported formats are used.
Michael Niedermayer
2012-04-10
swr: add dither support.
Michael Niedermayer
2012-04-10
swr: update copyright year for rematrix
Michael Niedermayer
2012-03-07
swr: special case for empty channels in rematrix.
Nicolas George
2012-02-20
libswr: allow to set custom matrices.
Nicolas George
2011-11-17
swr: use "swri_" prefix instead of "swr_" for the private API.
Clément Bœsch
2011-10-26
rematrix: add parameter to tune volume
Michael Niedermayer
2011-10-26
rematrix: change type of integers from 16 to 32bit to allow increasing volume...
Michael Niedermayer
2011-10-26
rematrix: add type for coefficients
Michael Niedermayer
2011-10-21
rematrix: Fix several passing argument from incompatible pointer type warnings.
Michael Niedermayer
2011-10-10
swresample: fix broken indent.
Clément Bœsch
2011-10-07
swresample/rematrix: show matrix with debug log level
Michael Niedermayer
2011-09-28
libswr/rematrix: remove unused variable.
Nicolas George
2011-09-28
libswr/rematrix: add braces to silence a warning.
Nicolas George
2011-09-19
rematrix: dont use floats for int16 code.
Michael Niedermayer
2011-09-19
rematrix: use double during init.
Michael Niedermayer
2011-09-19
swr: replace sqrt(0.5) by M_SQRT1_2
Michael Niedermayer
2011-09-19
Add libswresample.
Michael Niedermayer