358 Commits (4d2825a31719772f54feb33a92b725e285e564c6)

Author SHA1 Message Date
Michael Niedermayer 73edb58c3c swr: float_to_int16_sse2() 13 years ago
Michael Niedermayer 5932938c9a swr: float_to_int32_sse2() 13 years ago
Michael Niedermayer b72a0f9c23 swr: add int16_to_float_sse2() 13 years ago
Michael Niedermayer 832c3b10d2 swr: add int32_to_float_sse2 13 years ago
Michael Niedermayer 95057b1972 swr: int16->int32: use the old index negate trick to avoid 2 adds 13 years ago
Michael Niedermayer 113738d6c2 swr: more correct cglobal parameters to int16->int32 13 years ago
Michael Niedermayer fa5daaca0d swr: seperate functions for aligned & unaligned 13 years ago
Michael Niedermayer bcc66ff0e4 swr: add int16_to_int32_mmx/sse 13 years ago
Michael Niedermayer 06b62cb8f2 swr: move AudioConvert to header 13 years ago
Michael Niedermayer edbde52226 swr: change sample format representation so as to maintain the planer/packed distinction. 13 years ago
Michael Niedermayer dcfc12e86a swr-test: simplify prng code 13 years ago
Michael Niedermayer bbd3dc49ff swr: unroll audioconvert core C function 13 years ago
Michael Niedermayer 4119fa7023 swr: audioconvert, mark some constants as floats. 13 years ago
Michael Niedermayer 76d376d99b swr-test: fix declaration statement ordering. 13 years ago
Michael Niedermayer f75169b251 swr-test: fix pointer type warnings 13 years ago
Michael Niedermayer 7b2ce50701 swr-test: fix unused var warnings 13 years ago
Michael Niedermayer a0dd81dd95 swr-test:indent 13 years ago
Michael Niedermayer f1f5b39866 swr-test: support fabrices audiogen like avr 13 years ago
Michael Niedermayer 73be22f526 swr-test: fix u8 zero point. 13 years ago
Michael Niedermayer 56f89bae52 swr-test: improve rounding in set() 13 years ago
Michael Niedermayer 27de7a8eb3 swr-test: remove unneeded hack to test planar formats. 13 years ago
Michael Niedermayer 08809e3085 swr-test: improve output 13 years ago
Michael Niedermayer 5347b9da98 swr-test: print channel layout, instead of just channel counts 13 years ago
Michael Niedermayer e6c460e3ea swr-test: Use randomized collision free hypercube corner enumeration to select tests. 13 years ago
Michael Niedermayer 7461e9ae45 swr-test: use formats array 13 years ago
Michael Niedermayer 69f3af9590 swr-test: remove 0 terminator in layouts for consistency 13 years ago
Michael Niedermayer b1519102f1 swr-test: add rates tables containing a new set of sample rates. 13 years ago
Michael Niedermayer 030d6b65ae swr-test: indent 13 years ago
Michael Niedermayer dd63e27574 swr-test: add sorted formats table from avr 13 years ago
Michael Niedermayer da9587952a swr: pass resample parameters from the user to the resampler. 13 years ago
Michael Niedermayer a522e03754 swr: Add longer more descriptive alternative AVOptions. 13 years ago
Michael Niedermayer 20fc610439 swr: Capitalize help texts for AVOptions 13 years ago
Michael Niedermayer 36a9dd2f4d swr: align options a little 13 years ago
Michael Niedermayer 23282c2222 swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptions 13 years ago
Andrew Wason e9b1d5ae5e fix swr_convert buffering of packed audio 13 years ago
Michael Niedermayer 44239bd9f2 swr: add a swr_flags AVOption 13 years ago
Michael Niedermayer c1d404b9e4 swr: add a dither_scale parameter to tune the amplitude of the dither. 13 years ago
Michael Niedermayer a2c92e6063 swr: pass context to swri_get_dither() 13 years ago
Michael Niedermayer f8a237a307 swr: add triangular highpass dither 13 years ago
Michael Niedermayer 1fc4ff2205 swr: generate more dither noise to improve quality. 13 years ago
Michael Niedermayer 22057e8ecb swr: add swr_get_class() 13 years ago
Michael Niedermayer f9a2c5bc07 swr: simplify code by using av_get_bytes_per_sample() 13 years ago
Michael Niedermayer 6e9c634c36 swr: fix copy & pasted comment to match the code. 13 years ago
Michael Niedermayer b1ef4dc406 swr: add triangular dither support 13 years ago
Michael Niedermayer 0cff3e130b swr: remove unused variable 13 years ago
Michael Niedermayer 0170889372 swr: add SWR_DITHER_RECTANGULAR to AVOptions array 13 years ago
Michael Niedermayer 5b2be9bcc0 swr-test: include opt.h, this is needed for changing options for testing. 13 years ago
Michael Niedermayer 7c673d73ec swr: use assert in swri_sum2 to check that only supported formats are used. 13 years ago
Michael Niedermayer db2eadb2f5 swr: add dither support. 13 years ago
Michael Niedermayer 5c1f312888 swr: update copyright year for rematrix 13 years ago