Andreas Cadhalpun
|
39a6e02fd4
fix spelling errors
|
10 лет назад |
James Almer
|
42a92a240d
swr: remove obsolete resample prototypes
|
10 лет назад |
Ronald S. Bultje
|
b785c62681
swr: handle initial negative sample index outside DSP function.
|
10 лет назад |
Michael Niedermayer
|
e2b718464e
swresample: Make rematrix maxvalue user settable
|
11 лет назад |
Michael Niedermayer
|
4cfc92081d
swr: add native_simd_one
|
11 лет назад |
Michael Niedermayer
|
8b3affda87
swr: support a seperate output sample bits.
|
11 лет назад |
Michael Niedermayer
|
00cae86754
swr: support first_pts
|
11 лет назад |
Michael Niedermayer
|
db4e0ecaf0
swr: move silence buffer to context to avoid per use malloc/free
|
11 лет назад |
Michael Niedermayer
|
dc6588421e
swr: move buffer used to discard sample to context
|
11 лет назад |
Michael Niedermayer
|
e5a736261b
swr: Use a temporary buffer for dither/Noise shaping when the input is read only
|
11 лет назад |
Michael Niedermayer
|
2eec98125e
swr: mark noise data for noise shaping as const
|
11 лет назад |
Michael Niedermayer
|
558aa6cab7
swr: add seperate in/out pointers to the noise shaping code
|
11 лет назад |
Michael Niedermayer
|
fca51256d4
swr: rename dither_pos to noise_pos
|
11 лет назад |
Michael Niedermayer
|
ead3a2a37e
swr: add noise_scale field to seperate it from the noise shaping scales
|
11 лет назад |
Michael Niedermayer
|
6908ded20e
swr: fix the noise sample type for noise shaping
|
11 лет назад |
Michael Niedermayer
|
3ef06f3415
swr: split swri_dither_init() out
|
11 лет назад |
Michael Niedermayer
|
3ab1970612
swr: move dither related fields to their own context
|
11 лет назад |
Michael Niedermayer
|
ba1314c2ef
swr: update copyright years of a few files iam working on
|
11 лет назад |
Michael Niedermayer
|
82742294b7
swr: Implement Noise shaping dither
|
11 лет назад |
Rob Sykes
|
8d9a503313
docs: add soxr documentation
|
12 лет назад |
Michael Niedermayer
|
f9e55c0fed
swr: support -async X as a simple way to do what ffmpeg -async X did
|
12 лет назад |
Rob Sykes
|
801b315729
swr: Add SOX resampler support
|
12 лет назад |
Michael Niedermayer
|
ae5a55e77a
swr: move flush into Resampler
|
12 лет назад |
Michael Niedermayer
|
431dcc49d2
swr: make realloc_audio() available outside swresample.c
|
12 лет назад |
Rob Sykes
|
5a5d70748c
swr: Add API to make resample engine selectable.
|
12 лет назад |
Paul B Mahol
|
1acd2f6ba7
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
|
12 лет назад |
Michael Niedermayer
|
d23e8f53ad
swr: use 64bit index/len for x86_64 mix
|
12 лет назад |
Mans Rullgard
|
0eebde07a9
ARM: libswresample: NEON optimised flat float to s16 conversion
|
12 лет назад |
Michael Niedermayer
|
c5278cb84f
Add Dolby/DPLII downmix support to libswresample
|
12 лет назад |
Michael Niedermayer
|
323d912010
swr: update copyright years
|
12 лет назад |
Justin Ruggles
|
7e15df7551
swr: resampling: add filter type and Kaiser window beta to AVOptions
|
12 лет назад |
Michael Niedermayer
|
338509c2e1
swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointer type
|
12 лет назад |
Michael Niedermayer
|
beb0cd6acf
swr: SIMD rematrixing and SSE/AVX mix_1_1 float
|
12 лет назад |
Michael Niedermayer
|
48a45f819f
swr: add native matrix for SIMD
|
12 лет назад |
Michael Niedermayer
|
9abbbf7530
swr: add function pointers for SIMD rematrixing
|
12 лет назад |
Michael Niedermayer
|
ca30ae12c5
swr: add all in one rematrixing function ptr
|
12 лет назад |
Michael Niedermayer
|
72a242c998
swr: add swr_next_pts()
|
12 лет назад |
Michael Niedermayer
|
f88f705abc
swr: add swr_drop_output()
|
12 лет назад |
Justin Ruggles
|
6d5bf67f04
swr: add lfe_mix_level
|
12 лет назад |
Michael Niedermayer
|
aab5a4521c
swr: add and use function pointers for rematrix
|
12 лет назад |
Michael Niedermayer
|
00fea26faf
swr: add native matrix for rematrixing
|
12 лет назад |
Michael Niedermayer
|
106789dfa0
swr: add sample format to AudioData
|
12 лет назад |
Michael Niedermayer
|
2d6c29f566
swr: add set_audiodata_fmt() and use it to simplify code
|
12 лет назад |
Michael Niedermayer
|
bcc66ff0e4
swr: add int16_to_int32_mmx/sse
|
12 лет назад |
Michael Niedermayer
|
edbde52226
swr: change sample format representation so as to maintain the planer/packed distinction.
|
12 лет назад |
Michael Niedermayer
|
da9587952a
swr: pass resample parameters from the user to the resampler.
|
12 лет назад |
Michael Niedermayer
|
c1d404b9e4
swr: add a dither_scale parameter to tune the amplitude of the dither.
|
12 лет назад |
Michael Niedermayer
|
a2c92e6063
swr: pass context to swri_get_dither()
|
12 лет назад |
Michael Niedermayer
|
1fc4ff2205
swr: generate more dither noise to improve quality.
|
12 лет назад |
Michael Niedermayer
|
6e9c634c36
swr: fix copy & pasted comment to match the code.
|
12 лет назад |