summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mpegplayer/mpegplayer.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-3/+3
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-5/+0
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-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis1-46/+46
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis1-320/+320
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis1-1/+12
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis1-4/+32
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+9
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok1-0/+9
2010-01-21mpegplayer: reset foreground/background color and clear display in case they ...Teruaki Kawashima1-0/+6
2010-01-13mpegplayer:Teruaki Kawashima1-18/+13
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-12-07Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes1-0/+9
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-4/+5
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-0/+3
2009-08-27Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and rem...Teruaki Kawashima1-17/+9
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+9
2009-07-08Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ...Bertrik Sikken1-3/+3
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-1/+1
2009-05-13Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré1-2/+11
2009-05-06M:Robe 500: Make some plugins work with the touchscreen (remote support needs...Karl Kurbjun1-8/+10
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere1-0/+6
2009-04-01Fix warningsKarl Kurbjun1-0/+8
2009-04-01Add initial support for changing the LCD mode in MPEG player for hardware YUV...Karl Kurbjun1-0/+15
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-8/+8
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-2/+0
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis1-0/+7
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo1-0/+9
2009-01-16loader-initialized global plugin API:Andrew Mahone1-11/+7
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone1-1/+0
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli1-1/+2
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger1-1/+3
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere1-1/+1
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg1-0/+9
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré1-2/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré1-3/+3
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts1-1/+1
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts1-1/+1
2008-10-07IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.Vitja Makarov1-0/+9
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-2/+2
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-28implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg1-7/+3
2008-05-28Oops. Have to explicitly remove the lcd enable notify before exiting or it wi...Michael Sevakis1-0/+6
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+23
2008-05-18MPEGPlayer quickie: add an option to set the backlight brightness to a plugin...Michael Sevakis1-15/+49
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2