summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
...
* fixes the red builds, I hopeJörg Hohensohn2004-01-05
* Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2004-01-05
* New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing2003-12-31
* Fixed yellow and red buildsLinus Nielsen Feltzing2003-12-28
* Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing2003-12-28
* restart the byte counter on a new recorded fileDaniel Stenberg2003-12-12
* All platforms don't have USBDaniel Stenberg2003-12-12
* In simulator thread, increment id3 offset along with elapsed time so that res...Hardeep Sidhu2003-12-09
* Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing2003-11-20
* The code police strikes backLinus Nielsen Feltzing2003-11-07
* set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn2003-11-06
* Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing2003-11-03
* Another fix for bug #835158, now handles multiple splitsLinus Nielsen Feltzing2003-11-03
* Now handles empty recordings without crashing. This fixes bug #835158.Linus Nielsen Feltzing2003-11-03
* Killed a warningLinus Nielsen Feltzing2003-11-02
* Frame-accurate file splits when recording. Now the PLAY button closes the cur...Linus Nielsen Feltzing2003-11-02
* Resume rounding error fixes (patch #783078 by Harold Toler)Björn Stenberg2003-10-17
* Fixed ff/rew rounding error (patch #783525 by Harold Toler)Björn Stenberg2003-10-17
* The 'rec upd' panic now prints the filename as wellLinus Nielsen Feltzing2003-10-15
* Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ...Hardeep Sidhu2003-08-29
* Reset playing variables when usb connectedHardeep Sidhu2003-08-20
* Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing2003-07-22
* Only recorders use PA11 for /PR. Players use it for the STOP button...Björn Stenberg2003-07-02
* Another port init fixes the silent play problem, Rockbox is now ready for FLASH!Jörg Hohensohn2003-07-01
* The mono recording fix was braindead.Linus Nielsen Feltzing2003-07-01
* missing port init prevented recording with Rockbox from flashJörg Hohensohn2003-06-30
* Mono recording with Line In now mixes the left and right channel. Fixes bug #...Linus Nielsen Feltzing2003-06-30
* Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg2003-06-29
* In flush_reload, don't reset swapwrite if we're still swapping current track....Hardeep Sidhu2003-06-25
* Slightly better handling of disk-full situationsLinus Nielsen Feltzing2003-06-19
* Better file system performance when recording by not using O_TRUNCLinus Nielsen Feltzing2003-05-30
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09
* Stop radio when playing mp3 filesLinus Nielsen Feltzing2003-05-03
* Spin down disk directly after buffer saves when recordingLinus Nielsen Feltzing2003-04-30
* Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing2003-04-20
* Better generation of Xing headers, now they contain the correct MPEG version ...Linus Nielsen Feltzing2003-04-19
* Safer low water mark when recordingLinus Nielsen Feltzing2003-04-15
* Fixed the dreaded 'silent play' bugLinus Nielsen Feltzing2003-04-12
* Now creates an empty ID3 header to not confuse MP3 editorsLinus Nielsen Feltzing2003-04-11
* Better handling of next/prevLinus Nielsen Feltzing2003-04-11
* Added missing gain setting code (Henrik Backe)Björn Stenberg2003-04-09
* 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