summaryrefslogtreecommitdiff
path: root/src/tests/mix-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-16Remove newline at end of log messagesPeter Meerwald-Stadler1-1/+1
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish1-1/+1
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish1-1/+1
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-09-04endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_...Peter Meerwald1-2/+2
2014-08-12tests: Fix mix-test on big-endian systemsPeter Meerwald1-175/+54
2014-08-10tests: Cleanup mix-testPeter Meerwald1-3/+3
2014-08-10mix: Fix mixing of S24 samples stored as S32REPeter Meerwald1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-2/+2
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-02-15core: Move pa_mix() into new file mix.cPeter Meerwald1-0/+1
2012-08-22memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen1-1/+1
2012-08-04tests: modify mix-test to use new 'check' test frameworkDeng Zhengrong1-36/+253
2011-11-02tests: More useful output of make checkMaarten Bosmans1-2/+6
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-03-02Various fixes for build warningsMaarten Bosmans1-8/+2
2009-08-20Get rid of liboilWim Taymans1-3/+0
2009-08-08mix-test: fix test for s24-32 samplesLennart Poettering1-33/+41
2009-07-20daemon: before exec'ing ourselves, make sure nobody plays games with /proc/se...Lennart Poettering1-2/+4
2009-06-29Implement mix-test for s24le and s24be sample formats.Diego Elio 'Flameeyes' Pettenò1-0/+29
2009-06-29Use static constants to keep the generated sample blocks.Diego Elio 'Flameeyes' Pettenò1-46/+20
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21rework logging to make it more modularLennart Poettering1-1/+1
2008-10-02when we mix into a 16bit accumulator make sure we clamp before we scale with ...Lennart Poettering1-2/+4
2008-10-01Make the shared memory segment size configurableLennart Poettering1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-10/+10
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-11-09optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering1-0/+261