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