Commit History

Author SHA1 Message Date
  Michael Niedermayer 430405eb0b swresample/swresample: Fix input channel count in resample_first computation 6 years ago
  Hendrik Schreiber da51b8be0b swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 6 years ago
  Paul B Mahol 9876d8fc6d swresample: add int64 sample format 8 years ago
  Michael Niedermayer 30b2611ed3 swresample: Skip over dither steps if dithering scale is 0 8 years ago
  Michael Niedermayer 946acacdcd swresample: move dither init up 8 years ago
  Muhammad Faiz b8c6e5a661 swresample: add exact_rational option 8 years ago
  Michael Niedermayer 914ad90edd swresample/swresample: Remove "less than" comparissions of enums 8 years ago
  Michael Niedermayer 32f53958b8 swresample/swresample: Fix integer overflow in seed calculation 9 years ago
  Michael Niedermayer d4325b2fea swr: Remember previously set int_sample_format from user 9 years ago
  Michael Niedermayer 0dd2790df5 swresample/swresample: Clear delayed_samples_fixup in clear_context() 9 years ago
  Michael Niedermayer 5de3a589f1 swresample/swresample: Print used int_sample_fmt 9 years ago
  Michael Niedermayer 4977692461 swresample: Choose 16bit internally only if input and output is 16bit or less 9 years ago
  Michael Niedermayer 56f0fe6b84 swr: Fix ASSERT_LEVEL warning 9 years ago
  Clément Bœsch c5a08956a3 swresample: fix initilaize/initialize typo 9 years ago
  Michael Niedermayer c3f87f7545 swresample/swresample: Cleanup on init failure. 9 years ago
  Michael Niedermayer cc17b43d8d swresample: Add swr_get_out_samples() 9 years ago
  Ganesh Ajjanagadde 196b885a5f swresample/dither: check memory allocation 9 years ago
  Michael Niedermayer 02915602d9 swresample: Check the return value of resampler->init() 9 years ago
  Rainer Hochecker adb7372f74 swr: fix alignment issue caused by 8ch sse functions 9 years ago
  Michael Niedermayer 3c77bb5f23 swresample: Check channel layouts and channels against each other and print human readable error messages 9 years ago
  Michael Niedermayer 80a28c7509 swresample: Allow reinitialization without ever setting channel layouts 9 years ago
  Michael Niedermayer d7b9cb2f7a swresample: Allow reinitialization without ever setting channel counts 9 years ago
  Michael Niedermayer 1a10134e20 swresample/swresample: Use av_mallocz_array() 9 years ago
  Michael Niedermayer 4d00860ac7 swresample: Add prefix to soxr_resampler 9 years ago
  Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 9 years ago
  Michael Niedermayer e4f8a973aa swresample: Fix swr_drop_output so it does not flush the buffers 9 years ago
  Michael Niedermayer 080c846f59 swresample: do not put multiple statements in one line 9 years ago
  Michael Niedermayer 6b347f519d swresample/swresample: replace always true if() by av_assert0() 9 years ago
  Michael Niedermayer f9fefa499f swresample/swresample: fix sample drop loop end condition 9 years ago
  Michael Niedermayer f4e814f787 swresample: check av_opt_set for failure in swr_alloc_set_opts() 10 years ago
  Michael Niedermayer 05ff1a2c05 swresample/swresample: Treat mono as planar 10 years ago
  Timothy Gu 37715b4594 swresample: split option table to a separate file 10 years ago
  Ronald S. Bultje b785c62681 swr: handle initial negative sample index outside DSP function. 10 years ago
  Michael Niedermayer 96cb4c8718 swresample: swr_close() 10 years ago
  Michael Niedermayer 6c6e4dd139 swr: check that the context for swr_convert() has been initialized 10 years ago
  Michael Niedermayer a66be60888 swresample: add swr_is_initialized() 10 years ago
  Michael Niedermayer f284e2a58a swresample: factorize clear_context() out 10 years ago
  Stefano Sabatini 334e2e2363 lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 10 years ago
  Michael Niedermayer a6af5da7a2 swresample: use the internal buffer for resampling the last few samples 10 years ago
  Stefano Sabatini 904c89ac1b lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT 10 years ago
  Michael Niedermayer 9078b40d35 swresample: replace 2 av_free() by av_freep() 10 years ago
  Michael Niedermayer e2b718464e swresample: Make rematrix maxvalue user settable 11 years ago
  Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 11 years ago
  Michael Niedermayer 3289670142 swr: dont treat 32 and 24 as equal in simple copy check 11 years ago
  Paul B Mahol 0804171104 swresample: set flags & description and add documentation for output_sample_bits 11 years ago
  Michael Niedermayer 495bf1b685 swr: Fix dithering of s16 with SIMD 11 years ago
  Michael Niedermayer 35aaa306ac swr: make the default of nopts for first_pts actually work 11 years ago
  Michael Niedermayer 8b3affda87 swr: support a seperate output sample bits. 11 years ago
  Michael Niedermayer 2abbe6d07a swr: add duplicate cutoff for compatibility 11 years ago
  Michael Niedermayer 21cd905cd4 swr: check channel layouts before using them. 11 years ago