summaryrefslogtreecommitdiffstats
path: root/apps/plugins/video.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-08my underrun checks have not been precisely correctJörg Hohensohn1-2/+2
2004-03-05for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn1-21/+26
2004-02-21mp3_play_init() removed, this was resetting the sound settings. Playback is t...Jörg Hohensohn1-3/+4
2004-02-07option to resume to the position it was stopped last timeJörg Hohensohn1-53/+59
2004-02-06spinup the disk more early, and a recovery for underruns: seek to the last po...Jörg Hohensohn1-8/+37
2004-02-05The new video player, with audio!Jörg Hohensohn1-271/+742
2004-01-27I knew this was going too fast with the new LCD function. Now contains a fix ...Jörg Hohensohn1-8/+27
2004-01-15nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn1-87/+126
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-1/+1
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn1-29/+181
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-1/+0
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn1-3/+5
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn1-0/+198