summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-05Add apps/plugins/mpegplayer/*.S to the source tarballs.Dave Chapman
2007-04-05* Fix the bug where subline separators were read as part of a string.Nicolas Pennequin
2007-04-05Rearrange struct wps_tag to avoid padding. Hopefully save some bytes.Dan Everton
2007-04-05optimized motion compensation for ARM from the mplayer-w100 project. Elefants...Marcoen Hirschberg
2007-04-05count was set wrong for the parititons screen. imo this is a bug in the list ...Jonathan Gordon
2007-04-05Fix sim warningJonathan Gordon
2007-04-05Make the partitions debug screen use the list also.Jonathan Gordon
2007-04-05Give the playlist viewer a title (FS#6898)Jonathan Gordon
2007-04-05Fix the root menu for any targets without a radio (we are using #if not #ifde...Jonathan Gordon
2007-04-05Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...Nicolas Pennequin
2007-04-05Player: Found two more Latin extended chars on the old LCD, and mapped them.Jens Arnold
2007-04-05Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). R...Jens Arnold
2007-04-04Player full-line progress bar: No more separate character cell(s) for the col...Jens Arnold
2007-04-04just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg
2007-04-04Player progress drawing rewrite (both emptying cup and full-line bar): * Fixe...Jens Arnold
2007-04-04* Make some private variables 'static'.Nicolas Pennequin
2007-04-04Introducing the WPS tokenizer !Nicolas Pennequin
2007-04-04Oops, forgot to add the picture.Nicolas Pennequin
2007-04-04* Add a few things about cuesheet support (setting description, file format a...Nicolas Pennequin
2007-04-04add support for non 16x16 frame sizesMarcoen Hirschberg
2007-04-04Enable building WPSs and themes for charcell targets, and add an example WPS ...Jens Arnold
2007-04-04Replace obsolete generate_rocklatin tool with player_unifont tool.Jens Arnold
2007-04-03Remove old reference code, better match Old-LCD init with datasheet, and a bi...Jens Arnold
2007-04-03Fix yellow.Tom Ross
2007-04-03Adjust Chopper and fix my warning from Wormlet.Tom Ross
2007-04-03Adjust Wormlet to use the new macros.Tom Ross
2007-04-03Set svn:keywords properlyJens Arnold
2007-04-03Added command macros for old LCD. Renamed some macros to better match the dat...Jens Arnold
2007-04-03Better check when using the plugin buffer to store a temp cuesheet.Nicolas Pennequin
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold
2007-04-02Improve ID3 "spoofing" to allow detection of missing information by the WPS.Nicolas Pennequin
2007-04-02This is called database for quite a while now...Jens Arnold
2007-04-02Fix flickering battery icon in the player sim.Jens Arnold
2007-04-02Simulator logf builds don't need two ways to access logfSteve Bavin
2007-04-02Fix occasional display of old tag data (normally from 32 tracks previous)Steve Bavin
2007-04-02update by Wenbin LeoMarcoen Hirschberg
2007-04-02Minor code policing. Correct a comment and remove a stray comment delimiter.Michael Sevakis
2007-04-02Gigabeat: Add an assembly lcd_yuv_blit. Seems to be good for a modest speedup...Michael Sevakis
2007-04-02These remote LCD bitmap functions cannot be added without warning this way; r...Jens Arnold
2007-04-02Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold
2007-04-02Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold
2007-04-02Player: Add 3 turkish characters which are available in hardware on the old LCD.Jens Arnold
2007-04-01Repair player progressbars (single char and full line) broken in the full uni...Jens Arnold
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold
2007-04-01Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen
2007-04-01remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen
2007-04-01JPEG Viewer on color LCDs: Finish up another old project. Add grayscale displ...Michael Sevakis
2007-04-01stop the first press after exiting some plugins being eaten.Jonathan Gordon