summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (unfollow)
Commit message (Expand)Author
2003-02-22Safer recording, now closes the file after each successful buffer saveLinus Nielsen Feltzing
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2003-02-14Fixed the 3-hour time display bug, plus some cosmetic changesLinus Nielsen Feltzing
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing
2003-02-13Killed a nasty bug that could leave the recorded file open. This will cause t...Linus Nielsen Feltzing
2003-02-11Better simulator mpeg emulationBjörn Stenberg
2003-02-08Added some debugging info to chase the 3-hour time display bugLinus Nielsen Feltzing
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-21Decreased the DMA transfer size, as proposed by Gerald ClarkLinus Nielsen Feltzing
2003-01-10Added a thread for the simulator that counts the time.Kjell Ericson
2003-01-09set_elapsed() bug fix by Simon ElénBjörn Stenberg
2003-01-04Signal track change if no tracks in playlist are valid so wps updates and exi...Hardeep Sidhu
2003-01-03Prev was going back too many tracks if more than one track was loaded in memory.Hardeep Sidhu
2002-12-19Don't signal track change until all id3 entries have been updated. Also, cor...Hardeep Sidhu
2002-12-18Killed a dozen global variablesBjörn Stenberg
2002-12-12Fixed a few recording glitches, and *maybe* the 30-minute recording bugLinus Nielsen Feltzing
2002-12-06Even more complicated MAS driver to handle MP2 streams, due to undocumented M...Linus Nielsen Feltzing
2002-12-05Even safer watermark margins, in wait for an accurate disk spinup time measur...Linus Nielsen Feltzing
2002-12-05Less aggressive dynamic watermark calculationLinus Nielsen Feltzing
2002-12-05Faster start of playbackLinus Nielsen Feltzing
2002-12-05Better update of the watermark when changing tracksLinus Nielsen Feltzing
2002-12-05More fine-tuned buffer handling, and better debug infoLinus Nielsen Feltzing
2002-12-05Slightly improved swap handling in lowwater situationsLinus Nielsen Feltzing
2002-12-05The lowest watermark debug info wasn't correctly updatedLinus Nielsen Feltzing
2002-12-05...and the usual simulator correctionsLinus Nielsen Feltzing
2002-12-05Added MP3 buffer margin settingLinus Nielsen Feltzing
2002-12-05Watermark = average bitrate * 1.5Linus Nielsen Feltzing
2002-12-05The low watermark level is now dynamically calculatedLinus Nielsen Feltzing
2002-12-05Better handling of DMA underrun. Now maybe the stopping audio is history...Linus Nielsen Feltzing
2002-12-05Fixed a bug that prevented recording if music was playing when entering the r...Linus Nielsen Feltzing
2002-11-25Even more recording fixes. No more lockups (i hope)Linus Nielsen Feltzing
2002-11-25Saves battery when monitoring, no longer trashes the first frame, corrected D...Linus Nielsen Feltzing
2002-11-24The saving flag wasn't correctly handledLinus Nielsen Feltzing
2002-11-24Recording buffer saving mechanism was braindeadLinus Nielsen Feltzing
2002-11-24Lots of MAS hacking for better recording resultsLinus Nielsen Feltzing
2002-11-21Optimized recording interruptLinus Nielsen Feltzing
2002-11-21Experiment to cure the strange sound wuality problem with Line In recordingLinus Nielsen Feltzing
2002-11-20More MAS voodoo resulting in more stable, maybe even working, recordingLinus Nielsen Feltzing
2002-11-20Instantaneous start of recordingLinus Nielsen Feltzing
2002-11-20New filename generation based on date/timeLinus Nielsen Feltzing
2002-11-19More recording stability, plus some feedbackLinus Nielsen Feltzing
2002-11-19Now sets the correct frequencyLinus Nielsen Feltzing
2002-11-19Fixed some sim build errorsLinus Nielsen Feltzing
2002-11-19Now uses IRQ for DEMAND instead of polling. This should improve the playback ...Linus Nielsen Feltzing
2002-11-13Slightly more correct saving when recordingLinus Nielsen Feltzing
2002-11-13mpeg_stop() now yields to ensure that the mpeg is stopped when it returnsLinus Nielsen Feltzing
2002-11-11Correct flags to the open() call when recordingLinus Nielsen Feltzing
2002-11-11Added a timeout debug panic for the recording DMA protocolLinus Nielsen Feltzing
2002-11-10An attempt to support older recorder modelsLinus Nielsen Feltzing