summaryrefslogtreecommitdiffstats
path: root/apps/plugins/test_codec.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: HAVE_BACKLIGHT in the test pluginsSolomon Peachy1-2/+6
2017-12-08Get test_codec synced with changes in 6c868ddMichael Sevakis1-2/+2
2016-05-14Manually unboost if not using boost in test_codecMichael Giacomelli1-0/+2
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-1/+6
2013-05-21Fix CPU boosting in test_codec.Michael Sevakis1-7/+11
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-27/+24
2012-04-26test_codec: Fix some problems with writing WAV with DSPMichael Sevakis1-41/+34
2012-03-22Don't hardcode cpu frequency in test_codecMarcin Bukat1-6/+2
2012-03-03test_X plugins PLA integrationJean-Louis Biasini1-29/+15
2012-01-29Fix building test plugins on non-touch targets, for real.Thomas Martitz1-9/+5
2012-01-29Revert "Fix building test plugins on non-touch targets."Thomas Martitz1-1/+1
2012-01-28Fix building test plugins on non-touch targets.Magnus Holmgren1-1/+1
2012-01-27test_codec/test_fps: Use pluginlib_touchscreen API to make them fit for touch...Thomas Martitz1-4/+56
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz1-1/+1
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+2
2011-12-17Fix building of test_codecNils Wallménius1-2/+3
2011-09-06rk27xx - enable a few test pluginsMarcin Bukat1-0/+2
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann1-2/+7
2011-08-29Final commit to get test_codec working properly for both freq-scaling and non...Andree Buschmann1-7/+7
2011-08-29Fix logic of test_codec for targets with HAVE_ADJUSTABLE_CPU_FREQ.Andree Buschmann1-18/+15
2011-05-15test_codec: Allow user to abort tests using target-defined TESTCODEC_EXITBUTTON.Michael Sevakis1-5/+22
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-24/+21
2011-03-16Sync test_codec to r29595.Michael Sevakis1-8/+0
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-10/+9
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-1/+2
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-2/+1
2010-12-02HDD6330: add missing button for test_codec.Szymon Dziok1-1/+2
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+4
2010-11-24test_codec: fix menu broken in r28637Nils Wallménius1-0/+4
2010-11-22Fix mistake on targets without frequency scaling.Michael Giacomelli1-6/+5
2010-11-22Add option to run test_codec unboosted on players with boosting.Michael Giacomelli1-8/+47
2010-10-27test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fi...Nils Wallménius1-0/+3
2010-10-16Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius1-2/+0
2010-10-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz1-1/+1
2010-09-02fix test_codec broken after r27968Rafaël Carré1-1/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-06Commit FS#11458 by me. Fixes test_codec to work on files larger then the ava...Michael Giacomelli1-15/+76
2010-06-22test_codec: allocate wavbuffer/dspbuffer dynamicallyRafaël Carré1-3/+6
2010-06-22test_codec: remove 2 static string buffers and put them on the stackRafaël Carré1-2/+2
2010-06-22test_codec: fix DEBUGF pointer format specifierRafaël Carré1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-17test_codec: print crc's that start with 0 properly.Nils Wallménius1-1/+1
2010-05-31test_codec: close the log file before attempting to open a new one, and clear...Rob Purchase1-6/+8
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-03-08Use the same output func for wav writing and checksum calculation, simplifyin...Nils Wallménius1-104/+12
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok1-0/+2
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1