summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Use TIME_BEFORE in bench_* plugins, and use 10s test duration.Andrew Mahone3-4/+7
2009-05-17Make it possible to exit from the WPS on the Onda VX747Maurus Cuelenaere1-1/+1
2009-05-17Fix duplicate #includesBertrik Sikken18-26/+1
2009-05-17Add HID related bits to the debug menu (work by Tomer Shalev)Frank Gevaerts1-18/+56
2009-05-17Clean up some unused #includesBertrik Sikken3-28/+3
2009-05-17get repeat/hold actions working on the touchscreen WPS. prepending an action ...Jonathan Gordon4-6/+38
2009-05-16Correct a little typo.Thomas Martitz1-1/+1
2009-05-16Add a simple benchmark plugin for the scaler, using the pluginlib import of r...Andrew Mahone1-0/+137
2009-05-16Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek2-0/+20
2009-05-16Resume feature for Rockblox by dumping the state upon exiting and loading it ...Thomas Martitz1-16/+69
2009-05-16Use a struct for the necessary status variables for rockblox. Will make dumpi...Thomas Martitz1-69/+96
2009-05-16Define a restart button for Ondio and Player for Rockblox.Thomas Martitz1-0/+2
2009-05-16New 'clock present' WPS tag: The tag checks for the presence of the clock har...Marianne Arnold3-0/+11
2009-05-16FS#9971 superdom fixes from Teruaki Kawashima.Andrew Mahone1-890/+740
2009-05-16Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album...Andrew Mahone1-48/+11
2009-05-16Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-p...Andrew Mahone1-0/+1
2009-05-16Define a symbol and use it instead of repeating the conditionAlexander Levin1-9/+12
2009-05-16Make variables static where possibleAlexander Levin1-2/+2
2009-05-16Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone1-2/+2
2009-05-16Use new buflib extensions to avoid static allocation for track list, by shift...Andrew Mahone1-46/+59
2009-05-16Extend buflib to support shifting space out off the buffer for other use, and...Andrew Mahone2-0/+53
2009-05-15FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone1-1/+1
2009-05-15Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman3-22/+21
2009-05-15Fix splash on greyscale (was showing only a black or grey box, no text) by re...Thomas Martitz1-2/+6
2009-05-15Fix FS#10197 by setting the viewport before calculating the string size.Thomas Martitz1-3/+5
2009-05-15M:Robe 500: Commit some minor changes and some keymap changes (short press po...Karl Kurbjun2-34/+31
2009-05-15Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin1-1/+0
2009-05-15Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, p...Andrew Mahone1-10/+27
2009-05-15More touchscreen additions, quickscreen, browser, context menu, skip fwd/back...Jonathan Gordon1-1/+4
2009-05-15Clean up create_track_index, fixing FS#9333, and use tagcache-provided length...Andrew Mahone1-36/+33
2009-05-15allow the user to change the shuffle and repeat modes from the touchscreen, u...Jonathan Gordon3-2/+37
2009-05-15fix red... who went and changed the remote defines?! :pJonathan Gordon1-5/+5
2009-05-15get the quickscreen working on the mr500. hold "mode" on the remote to get to...Jonathan Gordon2-2/+32
2009-05-15Fix the lock contention stall during cover art load, by adding a separate mod...Andrew Mahone1-2/+19
2009-05-14Move bswap.h up from libavutil/ and remove libavutil/Mohamed Tarek2-1/+1
2009-05-14Set the font to FONT_UI after exiting a plugin (FS#10132). This makes the cor...Alexander Levin1-0/+1
2009-05-13Rockblox: Show Highscore list on 176x220 (e200). The space between the score ...Thomas Martitz2-5/+16
2009-05-13Support longer tags on targets with 'enough' memory (more than 2 MB RAM).Magnus Holmgren1-0/+4
2009-05-13Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré6-11/+37
2009-05-12-Remove all dynamic allocations, hence remove cook_decode_close() which was b...Mohamed Tarek13-971/+91
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré4-4/+5
2009-05-12-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing Mohamed Tarek10-510/+71
2009-05-12Remove bytestream.h and and a related comment from cook.hMohamed Tarek2-73/+1
2009-05-11Undo overlay test change which should not have been committed, should return ...Andrew Mahone1-1/+1
2009-05-11-Took cook_random() from an old cook.c revision [6 mar 2007], which is a Mohamed Tarek8-341/+15
2009-05-11Don't go back to the settings after selecting a .cfg via the theme or cfg bro...Thomas Martitz1-0/+1
2009-05-11Don't allow disconnecting from the usb screen, as this doesn't work properly ...Frank Gevaerts1-7/+0
2009-05-11Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ne...Dave Chapman3-3437/+1
2009-05-11Fix the $Id$ line broken by r20907.Dave Chapman1-1/+1
2009-05-11Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone1-9/+9