168 Commits (ef32fbafcdfd5b9c3f758ae53a4ec622d96043a6)

Author SHA1 Message Date
  Michael Niedermayer c1fe2db376 swr: add ff_int32_to_float_a_avx 13 years ago
  Michael Niedermayer 29ed1900cc swr-test: fix rounding error leading to NAN 13 years ago
  Michael Niedermayer 33f7033452 swr: automatically choose s16/flt/dbl to preserve input precision unless user overrides. 13 years ago
  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() 14 years ago
  Michael Niedermayer 832c3b10d2 swr: add int32_to_float_sse2 14 years ago
  Michael Niedermayer 95057b1972 swr: int16->int32: use the old index negate trick to avoid 2 adds 14 years ago
  Michael Niedermayer 113738d6c2 swr: more correct cglobal parameters to int16->int32 14 years ago
  Michael Niedermayer fa5daaca0d swr: seperate functions for aligned & unaligned 14 years ago
  Michael Niedermayer bcc66ff0e4 swr: add int16_to_int32_mmx/sse 14 years ago
  Michael Niedermayer 06b62cb8f2 swr: move AudioConvert to header 14 years ago
  Michael Niedermayer edbde52226 swr: change sample format representation so as to maintain the planer/packed distinction. 14 years ago
  Michael Niedermayer dcfc12e86a swr-test: simplify prng code 14 years ago
  Michael Niedermayer bbd3dc49ff swr: unroll audioconvert core C function 14 years ago
  Michael Niedermayer 4119fa7023 swr: audioconvert, mark some constants as floats. 14 years ago
  Michael Niedermayer 76d376d99b swr-test: fix declaration statement ordering. 14 years ago
  Michael Niedermayer f75169b251 swr-test: fix pointer type warnings 14 years ago
  Michael Niedermayer 7b2ce50701 swr-test: fix unused var warnings 14 years ago
  Michael Niedermayer a0dd81dd95 swr-test:indent 14 years ago
  Michael Niedermayer f1f5b39866 swr-test: support fabrices audiogen like avr 14 years ago
  Michael Niedermayer 73be22f526 swr-test: fix u8 zero point. 14 years ago
  Michael Niedermayer 56f89bae52 swr-test: improve rounding in set() 14 years ago
  Michael Niedermayer 27de7a8eb3 swr-test: remove unneeded hack to test planar formats. 14 years ago
  Michael Niedermayer 08809e3085 swr-test: improve output 14 years ago
  Michael Niedermayer 5347b9da98 swr-test: print channel layout, instead of just channel counts 14 years ago
  Michael Niedermayer e6c460e3ea swr-test: Use randomized collision free hypercube corner enumeration to select tests. 14 years ago
  Michael Niedermayer 7461e9ae45 swr-test: use formats array 14 years ago
  Michael Niedermayer 69f3af9590 swr-test: remove 0 terminator in layouts for consistency 14 years ago
  Michael Niedermayer b1519102f1 swr-test: add rates tables containing a new set of sample rates. 14 years ago
  Michael Niedermayer 030d6b65ae swr-test: indent 14 years ago
  Michael Niedermayer dd63e27574 swr-test: add sorted formats table from avr 14 years ago
  Michael Niedermayer da9587952a swr: pass resample parameters from the user to the resampler. 14 years ago
  Michael Niedermayer a522e03754 swr: Add longer more descriptive alternative AVOptions. 14 years ago
  Michael Niedermayer 20fc610439 swr: Capitalize help texts for AVOptions 14 years ago
  Michael Niedermayer 36a9dd2f4d swr: align options a little 14 years ago