summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Added header file for bitswap, and made the fliptable global for re-useJens Arnold2004-09-26
* Bug fix: recording does no longer hang after 30 bytes (especially when runnin...Jens Arnold2004-08-23
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* Corrected MAS version checksJens Arnold2004-08-05
* More const policeing step 4Jens Arnold2004-08-03
* Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing2004-07-29
* Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing2004-07-27
* Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing2004-07-08
* Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing2004-07-06
* Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing2004-06-09
* We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing2004-06-04
* Removed unused variablesLinus Nielsen Feltzing2004-06-04
* The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing2004-06-04
* The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing2004-06-03
* Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese...Jörg Hohensohn2004-05-09
* Unified & assembler optimized recording transfer routines: Smaller & 50% fasterJens Arnold2004-05-04
* Removed some debugging code that shouldn't have been committedLinus Nielsen Feltzing2004-04-21
* Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing2004-04-09
* Some bug fixes in the recording code. The recorded frames weren't CRC protect...Linus Nielsen Feltzing2004-04-01
* Fixed the prerecording as wellLinus Nielsen Feltzing2004-03-30
* Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing2004-03-30