Age | Commit message (Expand) | Author |
2005-02-11 | iRiver: mpeg_thread now correctly responds to SYS_USB_DISCONNECT | Linus Nielsen Feltzing |
2005-02-10 | iRiver: USB support | Linus Nielsen Feltzing |
2005-02-06 | Handle MPEG_STOP in the dummy iriver mpeg thread | Linus Nielsen Feltzing |
2005-02-06 | Aligned thread stack, added dummy thread loop for iriver | Linus Nielsen Feltzing |
2005-02-03 | less warnings on iriver builds | Daniel Stenberg |
2005-02-03 | Bug fix: Dummy functions are only for units without any mas. | Jens Arnold |
2005-02-02 | a set of dummies for iriver | Daniel Stenberg |
2005-01-30 | long policy | Jean-Philippe Bernardy |
2005-01-09 | Use the register shadow variable in all places. | Jens Arnold |
2004-12-24 | different kind of recording beep: more faint, but not disturbing prerecording... | Jörg Hohensohn |
2004-12-21 | aid for blind recorders: longer beep when starting a recording, short beep wh... | Jörg Hohensohn |
2004-11-17 | Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correc... | Linus Nielsen Feltzing |
2004-11-15 | Handle invalid playlist entries properly in new_file(). This fixes bug report... | Linus Nielsen Feltzing |
2004-11-05 | new_file() now correctly bails out if all files in the playlist are corrupt. ... | Linus Nielsen Feltzing |
2004-10-25 | Update pause_start_time when creating new files. Fixes bug report #988839. | Linus Nielsen Feltzing |
2004-10-11 | Stepping backwards over non-existing files now works. Thanks to Christian Mar... | Linus Nielsen Feltzing |
2004-10-09 | Limit read chunk size for MMC to 256 KB. Fixes playback problems for high-bit... | Jens Arnold |
2004-10-06 | Removed erroneous comment. | Björn Stenberg |
2004-09-29 | Added MAS3539F support (Ondio SP) | Jens Arnold |
2004-09-28 | a hell of a commit: changed several HAVE_xx configuration flags into multiple... | Jörg Hohensohn |
2004-09-26 | Added header file for bitswap, and made the fliptable global for re-use | Jens Arnold |
2004-08-23 | Bug fix: recording does no longer hang after 30 bytes (especially when runnin... | Jens Arnold |
2004-08-16 | Const policed pointer arguments to functions, part 1 | Jens Arnold |
2004-08-05 | Corrected MAS version checks | Jens Arnold |
2004-08-03 | More const policeing step 4 | Jens Arnold |
2004-07-29 | Two new exported functions: mpeg_get_last_header() and mpeg_file_pos() | Linus Nielsen Feltzing |
2004-07-27 | Added possibility to select the priority of the ID3 tags | Linus Nielsen Feltzing |
2004-07-08 | Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator | Linus Nielsen Feltzing |
2004-07-06 | Don't create a Xing header if nothing has been recorded | Linus Nielsen Feltzing |
2004-06-09 | Ooops! I wrote garbage to the MAS when stopping the recording. | Linus Nielsen Feltzing |
2004-06-04 | We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som... | Linus Nielsen Feltzing |
2004-06-04 | Removed unused variables | Linus Nielsen Feltzing |
2004-06-04 | The MAS3587F data sheet was wrong about having to validate the pause bit sett... | Linus Nielsen Feltzing |
2004-06-03 | The Play button now acts as a Pause button during recording instead of openin... | Linus Nielsen Feltzing |
2004-05-09 | Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese... | Jörg Hohensohn |
2004-05-04 | Unified & assembler optimized recording transfer routines: Smaller & 50% faster | Jens Arnold |
2004-04-21 | Removed some debugging code that shouldn't have been committed | Linus Nielsen Feltzing |
2004-04-09 | Fixed bug #932467, where there could be a deadlock if you pause the playback ... | Linus Nielsen Feltzing |
2004-04-01 | Some bug fixes in the recording code. The recorded frames weren't CRC protect... | Linus Nielsen Feltzing |
2004-03-30 | Fixed the prerecording as well | Linus Nielsen Feltzing |
2004-03-30 | Fixed the problem when high quality recordings could start with a corrupt frame | Linus Nielsen Feltzing |
2004-03-19 | Third step of the voice-UI: numerical settings are spoken (composed at runtim... | Jörg Hohensohn |
2004-03-14 | killed an overlooked warning | Jörg Hohensohn |
2004-03-14 | First step of the voice-UI: the menus can talk. You need a "voicefont" file i... | Jörg Hohensohn |
2004-03-11 | Feature for recording: Delayed file open avoids disk spinup as long as the bu... | Jörg Hohensohn |
2004-01-15 | Added mpeg_next_track(), which returns a pointer to the id3 struct of the | Daniel Stenberg |
2004-01-13 | mpeg_stop() now clears the paused flag in the simulator | Linus Nielsen Feltzing |
2004-01-10 | next round of playback function split: everything in place, working and used;... | Jörg Hohensohn |
2004-01-08 | Fixed the newly introduced hang when leaving the recording screen | Linus Nielsen Feltzing |
2004-01-06 | typo: one create_thread() too many, caused crash | Jörg Hohensohn |