summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-01Recorded files shorter than 3 hours now show correct average bitrate even wit...Linus Nielsen Feltzing1-82/+12
2003-03-25Finally, S/PDIF monitoring worksLinus Nielsen Feltzing1-3/+5
2003-03-24Fixed silly overflow in recalculate_watermark()Linus Nielsen Feltzing1-1/+1
2003-03-15patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing1-1/+1
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing1-30/+37
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing1-5/+28
2003-03-10Faster disk updates with the flush() functionLinus Nielsen Feltzing1-14/+3
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing1-122/+198
2003-03-03Found the only one point that led to imcompatibility of the CVS code with a 8...Uwe Freese1-0/+3
2003-03-02Even more return code checking when recordingLinus Nielsen Feltzing1-2/+8
2003-03-02Now correctly skips ID3V1 tags to avoid gaps between tracksLinus Nielsen Feltzing1-12/+34
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg1-50/+55
2003-02-22Safer recording, now closes the file after each successful buffer saveLinus Nielsen Feltzing1-4/+19
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-4/+9
2003-02-14Fixed the 3-hour time display bug, plus some cosmetic changesLinus Nielsen Feltzing1-16/+7
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing1-3/+6
2003-02-13Killed a nasty bug that could leave the recorded file open. This will cause t...Linus Nielsen Feltzing1-2/+7
2003-02-11Better simulator mpeg emulationBjörn Stenberg1-2/+3
2003-02-08Added some debugging info to chase the 3-hour time display bugLinus Nielsen Feltzing1-3/+3
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-1/+1
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2003-01-21Decreased the DMA transfer size, as proposed by Gerald ClarkLinus Nielsen Feltzing1-2/+2
2003-01-10Added a thread for the simulator that counts the time.Kjell Ericson1-2/+22
2003-01-09set_elapsed() bug fix by Simon ElénBjörn Stenberg1-1/+1
2003-01-04Signal track change if no tracks in playlist are valid so wps updates and exi...Hardeep Sidhu1-0/+1
2003-01-03Prev was going back too many tracks if more than one track was loaded in memory.Hardeep Sidhu1-2/+1
2002-12-19Don't signal track change until all id3 entries have been updated. Also, cor...Hardeep Sidhu1-11/+13
2002-12-18Killed a dozen global variablesBjörn Stenberg1-7/+11
2002-12-12Fixed a few recording glitches, and *maybe* the 30-minute recording bugLinus Nielsen Feltzing1-3/+4
2002-12-06Even more complicated MAS driver to handle MP2 streams, due to undocumented M...Linus Nielsen Feltzing1-10/+40
2002-12-05Even safer watermark margins, in wait for an accurate disk spinup time measur...Linus Nielsen Feltzing1-3/+3
2002-12-05Less aggressive dynamic watermark calculationLinus Nielsen Feltzing1-4/+12
2002-12-05Faster start of playbackLinus Nielsen Feltzing1-4/+10
2002-12-05Better update of the watermark when changing tracksLinus Nielsen Feltzing1-3/+11
2002-12-05More fine-tuned buffer handling, and better debug infoLinus Nielsen Feltzing1-12/+22
2002-12-05Slightly improved swap handling in lowwater situationsLinus Nielsen Feltzing1-2/+7
2002-12-05The lowest watermark debug info wasn't correctly updatedLinus Nielsen Feltzing1-4/+4
2002-12-05...and the usual simulator correctionsLinus Nielsen Feltzing1-2/+0
2002-12-05Added MP3 buffer margin settingLinus Nielsen Feltzing1-1/+8
2002-12-05Watermark = average bitrate * 1.5Linus Nielsen Feltzing1-1/+3
2002-12-05The low watermark level is now dynamically calculatedLinus Nielsen Feltzing1-6/+35
2002-12-05Better handling of DMA underrun. Now maybe the stopping audio is history...Linus Nielsen Feltzing1-1/+1
2002-12-05Fixed a bug that prevented recording if music was playing when entering the r...Linus Nielsen Feltzing1-0/+1