summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Rockbox Utility: add preliminary support for installing the bootloader (+ dua...Maurus Cuelenaere9-1/+544
2009-08-16Fix realloc bug in TLSF.Magnus Holmgren1-1/+2
2009-08-16Fix loading of multiple .wps/.rwps files in a row, by reloading all wpses upo...Thomas Martitz3-25/+47
2009-08-16Add Save icon and add a note to the about dialog about the origin of the icon...Dominik Riebeling6-68/+57
2009-08-16Recalibrate the skin buffer size calculation so that targets with remote get ...Thomas Martitz1-6/+23
2009-08-16fix playerJonathan Gordon2-1/+4
2009-08-16more wps->skin engine work..Jonathan Gordon11-365/+597
2009-08-16Save a bit of binsize by using a more suitable datatype and making the array ...Jens Arnold1-1/+2
2009-08-16FAT timestamp handling improvements for non-RTC targets:Jens Arnold1-45/+54
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek5-2/+1253
2009-08-16pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...Teruaki Kawashima1-5/+5
2009-08-16Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARMMohamed Tarek1-7/+7
2009-08-16Make those functions actually inline. Around 20% speedup on coldfire, 10% spe...Jens Arnold3-71/+65
2009-08-16fix crossfade setting broken by r22192.Teruaki Kawashima1-2/+3
2009-08-16Remove svn:executable on source file and set keywords.Dominik Riebeling1-1/+1
2009-08-16Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold2-5/+5
2009-08-16Put QMF coefficients into IRAM. Update test program to still compile with IB...Michael Giacomelli2-2/+2
2009-08-16Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli2-5/+5
2009-08-15Fix red.Mohamed Tarek1-1/+0
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek18-2553/+40
2009-08-15Add explanation on how to invoke the vbrfix plugin (FS#10530 by David Kauffma...Dominik Riebeling1-1/+3
2009-08-15Improve notification about unsupported players.Dominik Riebeling3-12/+82
2009-08-15Fix up some USB IDs.Dominik Riebeling1-4/+3
2009-08-15Set svn:executable property.Dominik Riebeling1-0/+0
2009-08-15Remove resolution from system configuration as it isn't used anymore.Dominik Riebeling3-40/+0
2009-08-15Fix a warning.Dominik Riebeling1-0/+1
2009-08-15rbutil: add a errorlog function into rbutil and the possibility to save a log...Dominik Wenger13-94/+400
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek6-303/+3
2009-08-15Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific...Bertrik Sikken2-2/+34
2009-08-15rbutil: use universal mkamsboot.a and libucl.a on mac.Dominik Wenger1-1/+12
2009-08-15Make libucl Makefile more silent.Dominik Riebeling1-1/+6
2009-08-15libucl: move intermediate files into a build directory and allow to build a u...Dominik Wenger1-7/+34
2009-08-15Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggledRafaël Carré2-5/+38
2009-08-15Fix handling of unaligned input buffers in libatrac.Mohamed Tarek1-10/+5
2009-08-15FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode1-12/+3
2009-08-15Make mkamsboot Makefile more silent.Dominik Riebeling1-2/+7
2009-08-15rbutil: move extern "C" declaration into mkamsboot.h Dominik Wenger2-4/+9
2009-08-15mkamsboot: move intermediate files into a build directory and allow building ...Dominik Wenger1-14/+38
2009-08-15rbutil: add ams sansa targets. (FS#10185)Dominik Wenger7-8/+324
2009-08-15Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek1-1/+5
2009-08-14Fix YellowKarl Kurbjun1-2/+2
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun3-5/+15
2009-08-14mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla1-4/+16
2009-08-14Fix yellow.Mohamed Tarek1-1/+1
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek10-12/+227
2009-08-14Revert the asm fixmul stuff for now.Mohamed Tarek1-10/+1
2009-08-14Use the bytestream reading functions form librm and drop bytestream.h and lib...Mohamed Tarek6-716/+26
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek5-66/+62
2009-08-14Move main() outside atrac3.c and create atrac3.hMohamed Tarek4-244/+251
2009-08-14Replace av_log() with DEBUGF and drop some now-useless files.Mohamed Tarek10-4256/+19