summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
...
* Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing2005-08-30
* Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing2005-08-30
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing2005-08-21
* Hooked up the runtime database on archos.Jens Arnold2005-08-21
* More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold2005-08-19
* Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold2005-08-19
* Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold2005-08-18
* Fixed skip bug at buffer refillHenrik Backe2005-07-08
* Only update resume info when playing. Fixes resume when exiting recording/ra...Hardeep Sidhu2005-07-07
* Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu2005-07-04
* Don't update playlist when no tracks in memory. Fixes looping bug when repea...Hardeep Sidhu2005-07-01
* Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu2005-07-01
* Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu2005-06-25
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05
* Major recording rework: (1) Slight optimisation of the recording transfer. (2...Jens Arnold2005-06-04
* Avoid radio interference from the MAS internal clock on devices with the Sams...Jens Arnold2005-05-28
* Some small fixes for playback: (1) Always fill up to the high watermark. (2) ...Jens Arnold2005-05-27
* Archos recorders: New recording data transfer routine. Not asm optimised this...Jens Arnold2005-05-23
* Removed unused variable.Jens Arnold2005-05-08
* Disabled unused constants.Jens Arnold2005-05-08
* More dead code...Jens Arnold2005-05-08
* First step towards separating the metadata handling from the mpeg thread codeLinus Nielsen Feltzing2005-04-07
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
* More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing2005-04-04
* Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing2005-04-01
* Killed a warning on iRiver buildsLinus Nielsen Feltzing2005-02-28
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
* iRiver: Fixed bad handling of SYS_USB_CONNECTED (again)Linus Nielsen Feltzing2005-02-12
* long policyJean-Philippe Bernardy2005-02-11
* iRiver: mpeg_thread now correctly responds to SYS_USB_DISCONNECTLinus Nielsen Feltzing2005-02-11
* iRiver: USB supportLinus Nielsen Feltzing2005-02-10
* Handle MPEG_STOP in the dummy iriver mpeg threadLinus Nielsen Feltzing2005-02-06
* Aligned thread stack, added dummy thread loop for iriverLinus Nielsen Feltzing2005-02-06
* less warnings on iriver buildsDaniel Stenberg2005-02-03
* Bug fix: Dummy functions are only for units without any mas.Jens Arnold2005-02-03
* a set of dummies for iriverDaniel Stenberg2005-02-02
* long policyJean-Philippe Bernardy2005-01-30
* Use the register shadow variable in all places.Jens Arnold2005-01-09
* different kind of recording beep: more faint, but not disturbing prerecording...Jörg Hohensohn2004-12-24
* aid for blind recorders: longer beep when starting a recording, short beep wh...Jörg Hohensohn2004-12-21
* Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correc...Linus Nielsen Feltzing2004-11-17
* Handle invalid playlist entries properly in new_file(). This fixes bug report...Linus Nielsen Feltzing2004-11-15
* new_file() now correctly bails out if all files in the playlist are corrupt. ...Linus Nielsen Feltzing2004-11-05
* Update pause_start_time when creating new files. Fixes bug report #988839.Linus Nielsen Feltzing2004-10-25
* Stepping backwards over non-existing files now works. Thanks to Christian Mar...Linus Nielsen Feltzing2004-10-11
* Limit read chunk size for MMC to 256 KB. Fixes playback problems for high-bit...Jens Arnold2004-10-09
* Removed erroneous comment.Björn Stenberg2004-10-06
* Added MAS3539F support (Ondio SP)Jens Arnold2004-09-29