summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-01-13Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing1-8/+19
2004-01-13mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing1-0/+1
2004-01-13Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing1-1/+1
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing1-48/+37
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn4-188/+256
2004-01-09Removed mallocBjörn Stenberg1-4/+0
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing1-2/+22
2004-01-08ancient experimental test code not used for 2+ years, removedDaniel Stenberg6-323/+0
2004-01-08prehistoric stuff never usedDaniel Stenberg2-957/+0
2004-01-08malloc is not used in RockboxDaniel Stenberg4-475/+0
2004-01-08not usedDaniel Stenberg9-1792/+0
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing1-0/+3
2004-01-08add newline at end of file as older gcc compilers warn about thisDaniel Stenberg1-1/+1
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn1-3/+0
2004-01-05still trying to fix the sim (blindfolded)Jörg Hohensohn1-0/+4
2004-01-05fixes the red builds, I hopeJörg Hohensohn1-49/+53
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn4-912/+1056
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing1-12/+8
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing1-26/+79
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn1-11/+21
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing2-184/+405
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-0/+2
2003-12-28Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing1-7/+5
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing1-23/+21
2003-12-24oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn1-1/+1
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn3-23/+26
2003-12-21Moved memset() out of .iramBjörn Stenberg1-6/+0
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2-0/+50
2003-12-17Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg1-2/+2
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg1-0/+3
2003-12-15kill a compiler warningDaniel Stenberg1-0/+1
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg1-0/+2
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing1-1/+1
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-0/+1
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing1-3/+3
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn3-7/+158
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12All platforms don't have USBDaniel Stenberg2-4/+11
2003-12-12link support for NeoDaniel Stenberg1-0/+79
2003-12-12Additional Neo supportDaniel Stenberg7-2/+82
2003-12-12first attempt at Neo 35 configDaniel Stenberg1-0/+43
2003-12-12adjustments for NeoDaniel Stenberg4-4/+89
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2-0/+24
2003-12-09In simulator thread, increment id3 offset along with elapsed time so that res...Hardeep Sidhu1-0/+3
2003-12-09easy-to-use function types for typecastingDaniel Stenberg1-0/+7
2003-12-08works with older glibc headers too nowDaniel Stenberg1-3/+6
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg2-12/+36
2003-12-06CleanupBjörn Stenberg1-25/+1
2003-12-04Fix for the occasional problem on FMR devices, when the device can't be turne...Linus Nielsen Feltzing1-0/+4
2003-12-03oops, a typo made the player build failJörg Hohensohn1-3/+3