James Almer
|
a34b348328
swresample/swresample: add a used channel layout option using the new API
|
1 год назад |
James Almer
|
9903ba28c2
swsresample/swresample: error out on invalid layouts
|
2 лет назад |
rcombs
|
9546b3a1cb
lswr: take const AVChannelLayout* in swr_alloc_set_opts2()
|
2 лет назад |
James Almer
|
4ab04fdfb5
swresample/swresample: fill the correct buffer to print the output layout string
|
2 лет назад |
Andreas Rheinhardt
|
f2b79c5b85
lib*/version: Move library version functions into files of their own
|
2 лет назад |
Martin Storsjö
|
4332d6c4d5
libswresample: Split version.h
|
2 лет назад |
James Almer
|
8a5896ec1f
swresample: convert to new channel layout API
|
3 лет назад |
Yu Yang
|
ac2b34abbf
libswresample/swresamplec: Err num(negative-size) was used as a function parameter
|
2 лет назад |
Andreas Rheinhardt
|
77a37e0369
swresample/swresample: Remove array size hint from swr_convert()
|
2 лет назад |
Andreas Rheinhardt
|
1ea3650823
Replace all occurences of av_mallocz_array() by av_calloc()
|
3 лет назад |
Carl Eugen Hoyos
|
96fab29e96
Silence "string-plus-int" warning shown by clang.
|
4 лет назад |
Paul B Mahol
|
a9fa6b8e02
swresample/swresample: check for invalid sample rates
|
5 лет назад |
Michael Niedermayer
|
bce4da85e8
swresample/swresample: Fix input channel count in resample_first computation
|
6 лет назад |
Hendrik Schreiber
|
647fd4b829
swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering.
|
6 лет назад |
Carl Eugen Hoyos
|
8518294558
lswr/swresample: Mention the actually supported formats when erroring out.
|
7 лет назад |
Muhammad Faiz
|
c52638cca2
swresample/swresample: do not use s32p internally by default when resampling
|
7 лет назад |
Muhammad Faiz
|
6c7a0876fe
swresample/swresample: do not reset tsf on swr_alloc_set_opts
|
7 лет назад |
Michael Niedermayer
|
b3928a1cc6
swresample/swresample: Check count before memcpy()
|
8 лет назад |
Paul B Mahol
|
9876d8fc6d
swresample: add int64 sample format
|
8 лет назад |
Michael Niedermayer
|
30b2611ed3
swresample: Skip over dither steps if dithering scale is 0
|
8 лет назад |
Michael Niedermayer
|
946acacdcd
swresample: move dither init up
|
8 лет назад |
Muhammad Faiz
|
b8c6e5a661
swresample: add exact_rational option
|
8 лет назад |
Michael Niedermayer
|
914ad90edd
swresample/swresample: Remove "less than" comparissions of enums
|
8 лет назад |
Michael Niedermayer
|
32f53958b8
swresample/swresample: Fix integer overflow in seed calculation
|
9 лет назад |
Michael Niedermayer
|
d4325b2fea
swr: Remember previously set int_sample_format from user
|
9 лет назад |
Michael Niedermayer
|
0dd2790df5
swresample/swresample: Clear delayed_samples_fixup in clear_context()
|
9 лет назад |
Michael Niedermayer
|
5de3a589f1
swresample/swresample: Print used int_sample_fmt
|
9 лет назад |
Michael Niedermayer
|
4977692461
swresample: Choose 16bit internally only if input and output is 16bit or less
|
9 лет назад |
Michael Niedermayer
|
56f0fe6b84
swr: Fix ASSERT_LEVEL warning
|
9 лет назад |
Clément Bœsch
|
c5a08956a3
swresample: fix initilaize/initialize typo
|
9 лет назад |
Michael Niedermayer
|
c3f87f7545
swresample/swresample: Cleanup on init failure.
|
9 лет назад |
Michael Niedermayer
|
cc17b43d8d
swresample: Add swr_get_out_samples()
|
9 лет назад |
Ganesh Ajjanagadde
|
196b885a5f
swresample/dither: check memory allocation
|
9 лет назад |
Michael Niedermayer
|
02915602d9
swresample: Check the return value of resampler->init()
|
9 лет назад |
Rainer Hochecker
|
adb7372f74
swr: fix alignment issue caused by 8ch sse functions
|
9 лет назад |
Michael Niedermayer
|
3c77bb5f23
swresample: Check channel layouts and channels against each other and print human readable error messages
|
9 лет назад |
Michael Niedermayer
|
80a28c7509
swresample: Allow reinitialization without ever setting channel layouts
|
9 лет назад |
Michael Niedermayer
|
d7b9cb2f7a
swresample: Allow reinitialization without ever setting channel counts
|
9 лет назад |
Michael Niedermayer
|
1a10134e20
swresample/swresample: Use av_mallocz_array()
|
9 лет назад |
Michael Niedermayer
|
4d00860ac7
swresample: Add prefix to soxr_resampler
|
9 лет назад |
Michael Niedermayer
|
649c158e8c
Add FFMPEG_VERSION into the binary libs
|
10 лет назад |
Michael Niedermayer
|
e4f8a973aa
swresample: Fix swr_drop_output so it does not flush the buffers
|
10 лет назад |
Michael Niedermayer
|
080c846f59
swresample: do not put multiple statements in one line
|
10 лет назад |
Michael Niedermayer
|
6b347f519d
swresample/swresample: replace always true if() by av_assert0()
|
10 лет назад |
Michael Niedermayer
|
f9fefa499f
swresample/swresample: fix sample drop loop end condition
|
10 лет назад |
Michael Niedermayer
|
f4e814f787
swresample: check av_opt_set for failure in swr_alloc_set_opts()
|
10 лет назад |
Michael Niedermayer
|
05ff1a2c05
swresample/swresample: Treat mono as planar
|
10 лет назад |
Timothy Gu
|
37715b4594
swresample: split option table to a separate file
|
10 лет назад |
Ronald S. Bultje
|
b785c62681
swr: handle initial negative sample index outside DSP function.
|
10 лет назад |
Michael Niedermayer
|
96cb4c8718
swresample: swr_close()
|
10 лет назад |