summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier3-41/+282
2009-11-30fix segfault on %Rb tokenJonathan Gordon1-1/+1
2009-11-29Oops, correct typo that made the previous commit uselessNils Wallménius1-1/+1
2009-11-29Disable strict aliasing for speex for now to get rid of warnings, some very n...Nils Wallménius1-2/+4
2009-11-29Fix yellow by making the ifdef hell slightly worseNils Wallménius1-1/+1
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius5-33/+38
2009-11-29Use clz instruction to calculate integer logarithms, speeds up decoding of on...Nils Wallménius2-0/+10
2009-11-29#if 0 out unused stuffNils Wallménius1-2/+4
2009-11-29Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup...Nils Wallménius1-3/+10
2009-11-29These macros have been replaced by (UN)LIKELY macros and were not used anywhere.Nils Wallménius1-12/+0
2009-11-28Updated italian translation.Alessio Lenzi1-4/+80
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere1-0/+1
2009-11-26Fix crash when crossfading at natural track transition - FS#10814Steve Bavin1-0/+3
2009-11-26Redo a hack that precluded entering a folder on an ejected hotswap drive. Use...Thomas Martitz1-7/+34
2009-11-25Add a simple sanity check before checking for changed binary.Thomas Martitz1-0/+10
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz3-3/+15
2009-11-25Take out that code from the dynamic playlist viewer that aborts track move-in...Dave Hooper1-3/+1
2009-11-25make recording trigger threshold settings work again.Dominik Wenger1-2/+2
2009-11-24revert accidental commitFrank Gevaerts1-2/+0
2009-11-24Limit character width to 255 pixelsFrank Gevaerts1-0/+2
2009-11-23remove svn:executableMichael Chicoine3-0/+0
2009-11-23crappy band-aid fix for statusbar being screwed after leaving plugins... Jonathan Gordon1-0/+3
2009-11-23Prettify debug menu for logfJeffrey Goode2-2/+5
2009-11-22fix more redNils Wallménius1-1/+1
2009-11-22fix mono recording token,Jonathan Gordon3-4/+14
2009-11-22Fix reds.Nils Wallménius2-88/+6
2009-11-22Give test_codec the ability to checksum files or folders of files, usefull to...Nils Wallménius3-93/+226
2009-11-22Fix references to those files.Nils Wallménius2-4/+4
2009-11-22Rename files to avoid name clash with a commit soon to come.Nils Wallménius2-0/+0
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren2-8/+17
2009-11-22Update Swedish translation.Magnus Holmgren1-2/+19
2009-11-22XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...Jens Arnold1-6/+3
2009-11-22buffering.c: cosmeticsRafaël Carré1-16/+16
2009-11-22Plasma demo: (1) small speed optimisation. (2) Limit speed to 33fps. (3) Boos...Jens Arnold1-5/+31
2009-11-22hopefully fix the sameplrate tokenJonathan Gordon1-1/+0
2009-11-21FS#10781 - Scrolling doesn't stop when entering USB screen from WPSMichael Chicoine1-0/+5
2009-11-21Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...Michael Giacomelli2-44/+47
2009-11-20Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to ...Andrew Mahone4-15/+12
2009-11-20Fix codec and plugin issues on ARM EABI caused by .iram sometimes being assig...Andrew Mahone1-4/+9
2009-11-20Short enum fixes for doom plugin.Andrew Mahone3-3/+3
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone1-1/+1
2009-11-19Avoid possible memory corruptionNils Wallménius1-2/+3
2009-11-18pcmbuf: better debug info, reinstate flush variable clearJeffrey Goode1-12/+22
2009-11-18Unify fourcc macro and some style changesNils Wallménius8-75/+79
2009-11-18Make svn properties consistent and set some missing onesNils Wallménius2-2/+2
2009-11-18jpeg/png: Remove erased file name from list of file when change file.Teruaki Kawashima2-83/+72
2009-11-18Set svn:keywords property.Mohamed Tarek4-2/+6
2009-11-18Handle mid-track resumes in RM.Mohamed Tarek4-2/+41
2009-11-17Fix FS#10546 - metronome doesn't work on h1xx/h3xx.Torne Wuff1-2/+2
2009-11-17jpeg/png: refactor use of buf.Teruaki Kawashima2-46/+32