summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES (follow)
Commit message (Collapse)AuthorAge
...
* Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing2005-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and ↵Jens Arnold2005-08-29
| | | | | | SWCODEC, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
* No need to build the example plugin "helloworld". Not building it alsoDaniel Stenberg2005-08-23
| | | | | | | prevents it from getting shipped in all automatically built zipfiles... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7390 a1c6a512-1295-4272-9138-f99709370657
* Plugin that counds files and folders on harddisk. Works on all models.Jonas Häggqvist2005-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7364 a1c6a512-1295-4272-9138-f99709370657
* Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko2005-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7288 a1c6a512-1295-4272-9138-f99709370657
* Created new viewer application to test WavPack encoding. Accepts .wav fileDave Bryant2005-07-04
| | | | | | | | | | and generates lossless .wv with the same name. Runs at about 150% realtime for now. Only problem is that folder display (and playlist?) do not get updated when finished and since files don't show extensions it's a little hard to tell which is which (wav is first by alpha). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7010 a1c6a512-1295-4272-9138-f99709370657
* removed old codec leftoversDaniel Stenberg2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6919 a1c6a512-1295-4272-9138-f99709370657
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
| | | | | | | | unified to a single codec-only API, made a new codeclib, disabled the building of the *2wav plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657
* Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6698 a1c6a512-1295-4272-9138-f99709370657
* First version of Musepack playback (not working)Dave Chapman2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6670 a1c6a512-1295-4272-9138-f99709370657
* First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, ↵Dave Chapman2005-06-11
| | | | | | with zero optimisations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6668 a1c6a512-1295-4272-9138-f99709370657
* Add codecwav.cDave Chapman2005-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6656 a1c6a512-1295-4272-9138-f99709370657
* First attempt at codecflac.cDave Chapman2005-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6597 a1c6a512-1295-4272-9138-f99709370657
* Metronome doesn't yet work on the iRiverLinus Nielsen Feltzing2005-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6582 a1c6a512-1295-4272-9138-f99709370657
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
* we dont need the test plugin anymoreChristian Gmeiner2005-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6535 a1c6a512-1295-4272-9138-f99709370657
* Oops, didn't mean to commit those.Jonas Häggqvist2005-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6500 a1c6a512-1295-4272-9138-f99709370657
* Remote supportJonas Häggqvist2005-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6499 a1c6a512-1295-4272-9138-f99709370657
* Dictionary plugin, first version... please bugtest.Tomas Salfischberger2005-05-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6394 a1c6a512-1295-4272-9138-f99709370657
* Don't build splitedit.c on iriverLinus Nielsen Feltzing2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6344 a1c6a512-1295-4272-9138-f99709370657
* no new line fixChristian Gmeiner2005-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6301 a1c6a512-1295-4272-9138-f99709370657
* plugin to test remote lcdChristian Gmeiner2005-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6297 a1c6a512-1295-4272-9138-f99709370657
* Added MIDI synthesizer pluginStepan Moskovchenko2005-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6287 a1c6a512-1295-4272-9138-f99709370657
* Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for ↵Thom Johansen2005-04-12
| | | | | | initiating the port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
* Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms ↵Linus Nielsen Feltzing2005-04-07
| | | | | | Rockbox generated playlists so they are recognized by the iRiver firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6259 a1c6a512-1295-4272-9138-f99709370657
* Logo plugin: (1) Changed button handling. Left/Down now always decreases the ↵Jens Arnold2005-03-05
| | | | | | absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6146 a1c6a512-1295-4272-9138-f99709370657
* Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ↵Jens Arnold2005-03-02
| | | | | | but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6104 a1c6a512-1295-4272-9138-f99709370657
* add wv2wavChristian Gmeiner2005-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6063 a1c6a512-1295-4272-9138-f99709370657
* First version of vorbis decoderDave Chapman2005-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6017 a1c6a512-1295-4272-9138-f99709370657
* Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
* Initial version of a52towav test viewer plugin for liba52 - output is ↵Dave Chapman2005-02-16
| | | | | | hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5977 a1c6a512-1295-4272-9138-f99709370657
* Fixed check for software codec in SOURCES, and ifdefed the plugin itself.Jens Arnold2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5968 a1c6a512-1295-4272-9138-f99709370657
* Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist.Jens Arnold2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5967 a1c6a512-1295-4272-9138-f99709370657
* Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to ↵Dave Chapman2005-02-16
| | | | | | convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5966 a1c6a512-1295-4272-9138-f99709370657
* New plugin by Jonas Haggqvist: bouncing rockbox logo, screensaver style.Jens Arnold2005-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5944 a1c6a512-1295-4272-9138-f99709370657
* Snow.rock ported to the player, fullscreen.Jens Arnold2005-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5927 a1c6a512-1295-4272-9138-f99709370657
* Mosaique now working on the player, using the player graphics library.Jens Arnold2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5918 a1c6a512-1295-4272-9138-f99709370657
* Cube now working on the player, using the new player graphics library.Jens Arnold2005-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5883 a1c6a512-1295-4272-9138-f99709370657
* fix syntaxDaniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5785 a1c6a512-1295-4272-9138-f99709370657
* adapted to build on iRiverDaniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5784 a1c6a512-1295-4272-9138-f99709370657
* finally add my Alpine car CD changer emulator, although very few people may ↵Jörg Hohensohn2005-01-20
| | | | | | use it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5618 a1c6a512-1295-4272-9138-f99709370657
* New plugin: Oscilloscope, with the thought-to-be impossible horizontal aspectJens Arnold2004-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5389 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 6: (all) Now using the default event handler, standard ↵Jens Arnold2004-10-23
| | | | | | placement is in switch() default case. (chessclock) Compile-time keyboard configuration, for Ondio adaption. Fixed remaining issues with bitmap lcd -> compile for all platforms, as originally intended. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5327 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 5: (all) Now using the default event handler, standard ↵Jens Arnold2004-10-22
| | | | | | placement is in switch() default case. (splitedit,star,vu_meter) Compile-time keyboard configuration, for Ondio adaption. (splitedit) Timing kludge for MMC. (star) Completed USB support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5321 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 4: (solitaire) Fixed an array out-of-bounds access on game ↵Jens Arnold2004-10-20
| | | | | | init. Help splashes are cleaned up after timeout. Compile-time keyboard configuration. Added USB handling using the default event handler git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5315 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio ↵Jens Arnold2004-10-18
| | | | | | adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (minesweeper,pong,snake,snake2) added USB handling. (mandelbrot,mosaique) Fixed return value. (minesweeper) fast moving with button repeat. (oscillograph) Fixed cleanup in USB case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5304 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio ↵Jens Arnold2004-10-17
| | | | | | adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (calendar, chip8) Fixed usb handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5295 a1c6a512-1295-4272-9138-f99709370657
* Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio ↵Jens Arnold2004-10-16
| | | | | | adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (snow) Made USB aware. (video) Added contrast setting to Ondio version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5291 a1c6a512-1295-4272-9138-f99709370657
* metronome.rock now uses default_event_handler_ex(). Adapted and enabled for ↵Jens Arnold2004-10-12
| | | | | | Ondio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5265 a1c6a512-1295-4272-9138-f99709370657
* grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ↵Jens Arnold2004-10-12
| | | | | | Adapted and enabled them for Ondio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5264 a1c6a512-1295-4272-9138-f99709370657