summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...Jens Arnold2005-09-01
* Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold2005-09-01
* Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold2005-09-01
* Corrected the codec format tableLinus Nielsen Feltzing2005-09-01
* Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing2005-09-01
* Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing2005-08-30
* Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing2005-08-30
* Archos: Trap UserBrk in the gdb debuggerLinus Nielsen Feltzing2005-08-30
* Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ...Linus Nielsen Feltzing2005-08-30
* Change ROMbox to use BootBox-suitable start address. This will "break" it unt...Jörg Hohensohn2005-08-30
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold2005-08-29
* iRiver: Reduced pops from the line out connector.Miika Pekkarinen2005-08-28
* SH1: Tiny optimisation of the thread scheduler.Jens Arnold2005-08-26
* Ooops, didn't mean to commit thatLinus Nielsen Feltzing2005-08-24
* FM radio: fix by Antonius Hellman, no more crash when loading preset files wi...Linus Nielsen Feltzing2005-08-24
* allow the flash plugin to verify the RomBox link addressJörg Hohensohn2005-08-23
* Trying to enter STANDBY mode when entering USB mode seems to cause more troub...Linus Nielsen Feltzing2005-08-22
* Some slight size optimisations.Jens Arnold2005-08-22
* Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing2005-08-21
* Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even i...Jens Arnold2005-08-21
* Hooked up the runtime database on archos.Jens Arnold2005-08-21
* Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen2005-08-21
* Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen2005-08-21
* Fixed "if there are less than 2 bytes left in the buffer, thenMiika Pekkarinen2005-08-20
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold2005-08-19
* Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing2005-08-19
* Properly skip the ID3v2 extended header for both 2.3 and 2.4Linus Nielsen Feltzing2005-08-19
* Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold2005-08-19
* Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold2005-08-18
* Avoid zero values for defines to minimize problems where they're compared to ...Jonas Häggqvist2005-08-17
* Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing2005-08-16
* FM radio simulation working againLinus Nielsen Feltzing2005-08-16
* iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing2005-08-15
* Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing2005-08-15
* Corrected UART register namesLinus Nielsen Feltzing2005-08-13
* CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing2005-08-13
* Forgot that the simulator doesn't simulate the FM radioLinus Nielsen Feltzing2005-08-13
* OopsLinus Nielsen Feltzing2005-08-13
* Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing2005-08-13
* The Ondio uses a different crystal for the TEA5767 than iriverLinus Nielsen Feltzing2005-08-13
* The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing2005-08-13
* Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing2005-08-13
* Support the LAME Info header too.Magnus Holmgren2005-08-13
* Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold2005-08-11
* Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold2005-08-11
* Only check for frames with three-letter names when parsing ID3V2.2 tags (and ...Magnus Holmgren2005-08-11
* Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren2005-08-11
* iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing2005-08-11