678 Commits (e4e9144a5c6fbf42c0d48bbd323c12bc7d5409d8)

Author SHA1 Message Date
Michael Niedermayer f2e799a3d0 swr: add double precision support to the rematrix code 13 years ago
Michael Niedermayer 71a1f76d3c swr: update double precision checks for our resampler 13 years ago
Justin Ruggles 6d5bf67f04 swr: add lfe_mix_level 13 years ago
Justin Ruggles 9b42653b22 swr: update side to back mixing. 13 years ago
Michael Niedermayer aab5a4521c swr: add and use function pointers for rematrix 13 years ago
Michael Niedermayer 00fea26faf swr: add native matrix for rematrixing 13 years ago
Michael Niedermayer 046b5339fc swr: disable 1 stage convert when dither is enabled. 13 years ago
Michael Niedermayer 30aa004f0c swr-test: allow randomizing mode differently each run. 13 years ago
Michael Niedermayer bea3d19fbb swr-test: use uint_rand() for mode too 13 years ago
Michael Niedermayer 0334464336 swr-test: simplify by using uint_rand() 13 years ago
Michael Niedermayer 9f98a8e9bc swr: use memcpy when input and output match 13 years ago
Michael Niedermayer 106789dfa0 swr: add sample format to AudioData 13 years ago
Michael Niedermayer 2d6c29f566 swr: add set_audiodata_fmt() and use it to simplify code 13 years ago
Michael Niedermayer 65722e7fc5 swr: int32_to_int16_mmx/sse 13 years ago
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