summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
...
* swr-test: allow testing a specific subset of casesMichael Niedermayer2012-05-051-2/+11
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-032-3/+15
* swr-test: fix rounding error leading to NANMichael Niedermayer2012-05-031-0/+2
* swr: automatically choose s16/flt/dbl to preserve input precision unless user...Michael Niedermayer2012-05-021-5/+10
* swr: add double precision support to the rematrix codeMichael Niedermayer2012-05-022-2/+33
* swr: update double precision checks for our resamplerMichael Niedermayer2012-05-021-1/+2
* swr: add lfe_mix_levelJustin Ruggles2012-05-023-0/+13
* swr: update side to back mixing.Justin Ruggles2012-05-021-2/+9
* swr: add and use function pointers for rematrixMichael Niedermayer2012-05-014-30/+29
* swr: add native matrix for rematrixingMichael Niedermayer2012-05-013-0/+28
* swr: disable 1 stage convert when dither is enabled.Michael Niedermayer2012-05-011-1/+1
* swr-test: allow randomizing mode differently each run.Michael Niedermayer2012-05-011-0/+7
* swr-test: use uint_rand() for mode tooMichael Niedermayer2012-05-011-3/+3
* swr-test: simplify by using uint_rand()Michael Niedermayer2012-05-011-1/+1
* swr: use memcpy when input and output matchMichael Niedermayer2012-04-291-0/+7
* swr: add sample format to AudioDataMichael Niedermayer2012-04-292-0/+2
* swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer2012-04-292-11/+11
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-292-1/+36
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-292-0/+36
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-292-0/+40
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-282-0/+39
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-282-0/+51
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-281-11/+13
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-281-1/+1
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-282-8/+18
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-286-2/+127
* swr: move AudioConvert to headerMichael Niedermayer2012-04-282-11/+9
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-286-33/+34
* swr-test: simplify prng codeMichael Niedermayer2012-04-271-4/+5
* swr: unroll audioconvert core C functionMichael Niedermayer2012-04-271-2/+9
* swr: audioconvert, mark some constants as floats.Michael Niedermayer2012-04-271-3/+3
* swr-test: fix declaration statement ordering.Michael Niedermayer2012-04-261-2/+2
* swr-test: fix pointer type warningsMichael Niedermayer2012-04-261-10/+10
* swr-test: fix unused var warningsMichael Niedermayer2012-04-261-4/+3
* swr-test:indentMichael Niedermayer2012-04-261-112/+112
* swr-test: support fabrices audiogen like avrMichael Niedermayer2012-04-261-0/+83
* swr-test: fix u8 zero point.Michael Niedermayer2012-04-261-2/+2
* swr-test: improve rounding in set()Michael Niedermayer2012-04-261-5/+5
* swr-test: remove unneeded hack to test planar formats.Michael Niedermayer2012-04-261-15/+15
* swr-test: improve outputMichael Niedermayer2012-04-261-6/+4
* swr-test: print channel layout, instead of just channel countsMichael Niedermayer2012-04-261-2/+6
* swr-test: Use randomized collision free hypercube corner enumeration to selec...Michael Niedermayer2012-04-261-14/+40
* swr-test: use formats arrayMichael Niedermayer2012-04-261-2/+5
* swr-test: remove 0 terminator in layouts for consistencyMichael Niedermayer2012-04-261-3/+2
* swr-test: add rates tables containing a new set of sample rates.Michael Niedermayer2012-04-261-3/+11
* swr-test: indentMichael Niedermayer2012-04-261-14/+14
* swr-test: add sorted formats table from avrMichael Niedermayer2012-04-261-0/+13
* swr: pass resample parameters from the user to the resampler.Michael Niedermayer2012-04-262-1/+9
* swr: Add longer more descriptive alternative AVOptions.Michael Niedermayer2012-04-261-2/+15
* swr: Capitalize help texts for AVOptionsMichael Niedermayer2012-04-261-20/+19
OpenPOWER on IntegriCloud