summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-0/+3
2004-03-11Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn1-5/+22
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg1-0/+12
2004-01-13mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing1-0/+1
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn1-183/+93
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing1-0/+3
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn1-3/+0
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 Hohensohn1-879/+43
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing1-182/+400
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-0/+2
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing1-23/+21
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12All platforms don't have USBDaniel Stenberg1-1/+3
2003-12-09In simulator thread, increment id3 offset along with elapsed time so that res...Hardeep Sidhu1-0/+3
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing1-1/+16
2003-11-07The code police strikes backLinus Nielsen Feltzing1-14/+14
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-14/+14
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing1-1/+1
2003-11-03Another fix for bug #835158, now handles multiple splitsLinus Nielsen Feltzing1-41/+56
2003-11-03Now handles empty recordings without crashing. This fixes bug #835158.Linus Nielsen Feltzing1-8/+23
2003-11-02Killed a warningLinus Nielsen Feltzing1-1/+1
2003-11-02Frame-accurate file splits when recording. Now the PLAY button closes the cur...Linus Nielsen Feltzing1-30/+161
2003-10-17Resume rounding error fixes (patch #783078 by Harold Toler)Björn Stenberg1-4/+7
2003-10-17Fixed ff/rew rounding error (patch #783525 by Harold Toler)Björn Stenberg1-1/+2
2003-10-15The 'rec upd' panic now prints the filename as wellLinus Nielsen Feltzing1-1/+1
2003-08-29Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ...Hardeep Sidhu1-4/+4
2003-08-20Reset playing variables when usb connectedHardeep Sidhu1-0/+2
2003-07-22Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing1-4/+5
2003-07-02Only recorders use PA11 for /PR. Players use it for the STOP button...Björn Stenberg1-1/+1
2003-07-01Another port init fixes the silent play problem, Rockbox is now ready for FLASH!Jörg Hohensohn1-3/+3
2003-07-01The mono recording fix was braindead.Linus Nielsen Feltzing1-8/+0
2003-06-30missing port init prevented recording with Rockbox from flashJörg Hohensohn1-0/+1
2003-06-30Mono recording with Line In now mixes the left and right channel. Fixes bug #...Linus Nielsen Feltzing1-0/+9
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg1-1/+1
2003-06-25In flush_reload, don't reset swapwrite if we're still swapping current track....Hardeep Sidhu1-1/+6
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing1-1/+38
2003-05-30Better file system performance when recording by not using O_TRUNCLinus Nielsen Feltzing1-1/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-4/+1
2003-05-03Stop radio when playing mp3 filesLinus Nielsen Feltzing1-0/+7
2003-04-30Spin down disk directly after buffer saves when recordingLinus Nielsen Feltzing1-0/+2
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing1-8/+18
2003-04-19Better generation of Xing headers, now they contain the correct MPEG version ...Linus Nielsen Feltzing1-26/+17
2003-04-15Safer low water mark when recordingLinus Nielsen Feltzing1-2/+3
2003-04-12Fixed the dreaded 'silent play' bugLinus Nielsen Feltzing1-7/+15
2003-04-11Now creates an empty ID3 header to not confuse MP3 editorsLinus Nielsen Feltzing1-0/+9
2003-04-11Better handling of next/prevLinus Nielsen Feltzing1-2/+5
2003-04-09Added missing gain setting code (Henrik Backe)Björn Stenberg1-4/+4
2003-04-01Ooops, forgot to check for frame count overflowLinus Nielsen Feltzing1-0/+5
2003-04-01Killed a warning (saving 417 bytes in the process :-)Linus Nielsen Feltzing1-4/+4