summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone3-77/+72
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone1-12/+15
2009-06-03Fix red.Andrew Mahone1-0/+2
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer s...Andrew Mahone1-0/+5
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré4-4/+4
2009-06-02avoid echo -e and use printf insteadDaniel Stenberg1-1/+1
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger1-5/+5
2009-06-02Add the Lua scripting language plugin to the manual.Alex Parker3-0/+32
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= 0x...Thomas Martitz1-7/+24
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz1-29/+38
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere3-22/+61
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere4-0/+129
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold3-30/+124
2009-06-01Fix reds & yellowMaurus Cuelenaere4-0/+52
2009-06-01Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ALLOW_S...Andrew Mahone3-28/+26
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere6-19/+149
2009-06-01Add missing delay in i2c_start of the generic_i2c driver, used by ams targets.Bertrik Sikken1-0/+1
2009-06-01Move the ONDIO_PAD to the others which have the same keymap in the generic di...Thomas Martitz1-9/+1
2009-06-01Samsung YH*: Enable RTC on all, enable lcd contrast on 925.Thomas Martitz3-17/+13
2009-06-01Add usb ids for third and fourth gen nanos to the list of unsupported targetsNils Wallménius1-1/+1
2009-06-01Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.Andrew Mahone3-0/+767
2009-06-01typo--Jens Arnold1-1/+1
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay8-108/+55
2009-06-01Sansa AMS : higher a bit the delay between acmd41 loops, needed for some micr...Rafaël Carré1-0/+1
2009-05-31A bit more work on playback controlling pictureflow:Thomas Martitz3-12/+32
2009-05-31Use I2C2_DACNT register (number of pending i2c bytes to read/write) to determ...Bertrik Sikken1-39/+27
2009-05-31Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone4-12/+16
2009-05-31Restructure/cleanup the album list buttom mapping, removing it entirely for s...Thomas Martitz1-23/+20
2009-05-31Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s...Nils Wallménius1-6/+7
2009-05-31Fix typo. Not sure how it will affect targets with that CPU though...Magnus Holmgren1-1/+1
2009-05-31Attach the playback control menu to pictureflow's main menu.Thomas Martitz1-4/+8
2009-05-31Bump plugin api version.Thomas Martitz1-1/+1
2009-05-31Commit the first part of FS#10263: Starting playback from within pictureflow,...Thomas Martitz3-9/+74
2009-05-31playlist start can only have 1 return value (0), so make it return nothing.Thomas Martitz3-5/+3
2009-05-31Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...Jens Arnold1-21/+20
2009-05-31fix FS#10261 - the files context menu (as an example) would get skipped and t...Jonathan Gordon1-1/+1
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold2-16/+17
2009-05-30Fix shutdown splash. It is meant to be shown on an empty screen.Jens Arnold1-0/+3
2009-05-30Rename struct root_menu and the global int root_menu to avoid clashes with #i...Thomas Martitz1-17/+17
2009-05-30MIPSel: remove unneeded gcc arguments in tools/configureMaurus Cuelenaere1-2/+2
2009-05-30Move enum table into tagtree.c as it's not used elsewhere and switch to upper...Thomas Martitz2-30/+35
2009-05-30Improved Vorbis comment reader. The tags no longer need to fit in the first O...Magnus Holmgren4-98/+286
2009-05-30Lame 3.98 changed the -V parameter from integer to floating point. Now we nee...Jens Arnold1-1/+1
2009-05-29Commit FS#10262 by Marko Pahlke: Fuze SVG for the manual (again with pdf and ...Marianne Arnold3-0/+1593
2009-05-29Commit FS#10260 by Marko Pahlke: Clip SVG for the manual (used to add a pdf a...Marianne Arnold4-0/+2598
2009-05-29AMSSansa: Add AS3525_DRAM_FREQ as a configurable frequency. Attempts to use...Jack Halpin1-12/+19
2009-05-29Remove an old safety making sure that people re-ran configure after the h120/...Frank Gevaerts1-4/+0
2009-05-29Make 'Backlight mod' an Advanced build option for the Ondios (largely inspire...Marianne Arnold3-6/+15
2009-05-29Don't recheck for track art when checking track art first.Andrew Mahone1-1/+1
2009-05-29Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone1-70/+86