summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c (follow)
Commit message (Expand)AuthorAge
* 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
* Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré2009-07-17
* Storage API : remove undeeded target-specific functionsRafaël Carré2009-07-17
* Fix plugins for the changed pitch scale from r21781Jens Arnold2009-07-11
* Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré2009-06-29
* fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone2009-01-25
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer...Jens Arnold2008-11-09
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Plugin parameters should be const.Steve Bavin2008-05-13
* Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold2008-04-04
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye2007-08-16
* Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye2007-08-15
* Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius2007-08-01
* Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius2007-06-13
* Missed a couple. Hopefully fix all warnings.Michael Sevakis2007-04-21
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* please, oh please give me a green build so I can goto bedJonathan Gordon2006-11-19
* * Move checkbox to plugin api (core never uses it)Jonathan Gordon2006-11-19
* Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg2006-03-03
* Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold2006-03-03
* New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2006-01-15
* Fixed several plugins for dB volume.Jens Arnold2005-12-17
* Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold2005-07-26
* Fix for bug #904026: Reset pitch to ensure synchronous playback.Jens Arnold2005-05-12
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
* Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing2005-04-01
* Bugfix: Ordinary ending of playback didn't close the file (File handle leak, ...Jens Arnold2005-01-16
* Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold2004-10-16
* BUG FIX: Corrected the speed kludge for Ondio video playback. The previous so...Jens Arnold2004-10-13
* grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ...Jens Arnold2004-10-12
* scrollbar() parameters were swappedJens Arnold2004-07-09
* Removed progressbar() and slidebar()Linus Nielsen Feltzing2004-07-08
* removed a bit of obsolete stuffJörg Hohensohn2004-05-23
* adaptive spinup controlJörg Hohensohn2004-05-09
* LCD contrast setting on F2/F3Jörg Hohensohn2004-04-30
* didn't I say no more hardware banging?Jörg Hohensohn2004-04-30
* uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn2004-04-30
* loops have not been OK, were showing one frame more than availableJörg Hohensohn2004-03-08
* my underrun checks have not been precisely correctJörg Hohensohn2004-03-08
* for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn2004-03-05
* mp3_play_init() removed, this was resetting the sound settings. Playback is t...Jörg Hohensohn2004-02-21
* option to resume to the position it was stopped last timeJörg Hohensohn2004-02-07