summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
AgeCommit message (Expand)Author
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2007-08-16Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2006-11-19please, oh please give me a green build so I can goto bedJonathan Gordon
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg
2006-03-03Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold
2005-12-17Fixed several plugins for dB volume.Jens Arnold
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-05-12Fix for bug #904026: Reset pitch to ensure synchronous playback.Jens Arnold
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing
2005-01-16Bugfix: Ordinary ending of playback didn't close the file (File handle leak, ...Jens Arnold
2004-10-16Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold
2004-10-13BUG FIX: Corrected the speed kludge for Ondio video playback. The previous so...Jens Arnold
2004-10-12grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold
2004-07-09scrollbar() parameters were swappedJens Arnold
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing
2004-05-23removed a bit of obsolete stuffJörg Hohensohn
2004-05-09adaptive spinup controlJörg Hohensohn
2004-04-30LCD contrast setting on F2/F3Jörg Hohensohn
2004-04-30didn't I say no more hardware banging?Jörg Hohensohn
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn
2004-03-08loops have not been OK, were showing one frame more than availableJörg Hohensohn
2004-03-08my underrun checks have not been precisely correctJörg Hohensohn
2004-03-05for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn
2004-02-21mp3_play_init() removed, this was resetting the sound settings. Playback is t...Jörg Hohensohn
2004-02-07option to resume to the position it was stopped last timeJörg Hohensohn
2004-02-06spinup the disk more early, and a recovery for underruns: seek to the last po...Jörg Hohensohn
2004-02-05The new video player, with audio!Jörg Hohensohn
2004-01-27I knew this was going too fast with the new LCD function. Now contains a fix ...Jörg Hohensohn
2004-01-15nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg
2003-12-22better USB handling, typo fixedJörg Hohensohn
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn