summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c (follow)
Commit message (Expand)AuthorAge
* test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fi...Nils Wallménius2010-10-27
* Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius2010-10-16
* Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz2010-10-10
* fix test_codec broken after r27968Rafaël Carré2010-09-02
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Commit FS#11458 by me. Fixes test_codec to work on files larger then the ava...Michael Giacomelli2010-07-06
* test_codec: allocate wavbuffer/dspbuffer dynamicallyRafaël Carré2010-06-22
* test_codec: remove 2 static string buffers and put them on the stackRafaël Carré2010-06-22
* test_codec: fix DEBUGF pointer format specifierRafaël Carré2010-06-22
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* test_codec: print crc's that start with 0 properly.Nils Wallménius2010-06-17
* test_codec: close the log file before attempting to open a new one, and clear...Rob Purchase2010-05-31
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Use the same output func for wav writing and checksum calculation, simplifyin...Nils Wallménius2010-03-08
* Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok2010-02-14
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* Give test_codec the ability to checksum files or folders of files, usefull to...Nils Wallménius2009-11-22
* pcmbuf: bug fix with pcmbuf flush, code cleanup, added commentsJeffrey Goode2009-11-11
* Test codec: Add exit button for touchscreensKarl Kurbjun2009-11-07
* pcmbuf: better latency calculation, added debug codeJeffrey Goode2009-11-05
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
* Better menu verbiage for test_codecJeffrey Goode2009-09-23
* FS#10199: Adds limiter DSP functionJeffrey Goode2009-08-18
* Adds DSP testing and WAV writing to test_codecJeffrey Goode2009-08-12
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* FS#10080Nils Wallménius2009-07-14
* Enable plugins on the Onda VX747Maurus Cuelenaere2009-04-07
* Make test_codec.c compilable again.Andree Buschmann2009-02-12
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis2009-01-24
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Fix test_codec for r19704 (prefix removed from plugin API).Jens Arnold2009-01-08
* Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis2009-01-05
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Fix test_codec precision. The old version effectively rounded the decode time...Jens Arnold2008-11-23
* Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis2008-10-23
* Fix test_codec plugin that was broken by r18834Nils Wallménius2008-10-22
* Fix test_codec on multiprocessor codecs (MP3, SPC).Michael Giacomelli2008-09-20
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* D2: Add test_codec exit button mapping.Rob Purchase2008-06-23
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* Add effective clockrate for realtime decoding to the displayed results of tes...Andree Buschmann2008-06-04
* Fix warning.Steve Bavin2008-05-13
* Plugin parameters should be const.Steve Bavin2008-05-13
* Oops. test_codec should be updated too.Michael Sevakis2008-03-29
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28