summaryrefslogtreecommitdiffstats
path: root/apps/plugins/video.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-1/+1
2011-10-15Fix warningsBertrik Sikken1-0/+2
2011-10-15plugins: another round of making local functions staticBertrik Sikken1-16/+16
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-2/+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
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-2/+0
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-0/+2
2009-07-11Fix plugins for the changed pitch scale from r21781Jens Arnold1-1/+1
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-4/+4
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone1-2/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+3
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-11-09Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer...Jens Arnold1-40/+66
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-2/+4
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-2/+2
2007-08-16Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye1-2/+2
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye1-4/+5
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius1-2/+5
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+1
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-2/+2
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-1/+1
2006-11-19please, oh please give me a green build so I can goto bedJonathan Gordon1-2/+2
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-2/+2
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg1-248/+247
2006-03-03Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold1-3/+0
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-5/+2
2005-12-17Fixed several plugins for dB volume.Jens Arnold1-3/+5
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-8/+8
2005-05-12Fix for bug #904026: Reset pitch to ensure synchronous playback.Jens Arnold1-0/+3
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-1/+1
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-1/+1
2005-01-16Bugfix: Ordinary ending of playback didn't close the file (File handle leak, ...Jens Arnold1-0/+1
2004-10-16Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold1-16/+29
2004-10-13BUG FIX: Corrected the speed kludge for Ondio video playback. The previous so...Jens Arnold1-6/+16
2004-10-12grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold1-26/+47
2004-07-09scrollbar() parameters were swappedJens Arnold1-1/+1
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing1-3/+1
2004-05-23removed a bit of obsolete stuffJörg Hohensohn1-10/+0
2004-05-09adaptive spinup controlJörg Hohensohn1-7/+32
2004-04-30LCD contrast setting on F2/F3Jörg Hohensohn1-0/+42
2004-04-30didn't I say no more hardware banging?Jörg Hohensohn1-2/+5
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn1-38/+8
2004-03-08loops have not been OK, were showing one frame more than availableJörg Hohensohn1-6/+9