Age | Commit message (Expand) | Author |
2006-04-30 | Recording buffer offset must be passed on to the firmware calls, not the othe... | Peter D'Hoye |
2006-03-03 | More 64bit simulator fixes, coinciding with the long policy this time. | Jens Arnold |
2005-12-22 | Simulator fixes: id3 string pointers can be null. | Magnus Holmgren |
2005-12-07 | several small fixes sugested by different people (FireFly, Lear, Takka) | Marcoen Hirschberg |
2005-12-06 | waiting is over: initial unicode commit | Marcoen Hirschberg |
2005-12-04 | Bugfix: Prevent spurious bitswap when switching from recording to playback. T... | Jens Arnold |
2005-11-13 | removed set audio status method - will be using different approach | Anton Oleynikov |
2005-11-13 | new function to set audio status (to be used later) | Anton Oleynikov |
2005-11-12 | Removed monitor option from audio_set_recording_options and the global settin... | Andy |
2005-11-12 | Fix for broken simulators | Andy |
2005-11-12 | iRiver: Initial support for wav-recording in recording menu. Supports mic/lin... | Andy |
2005-11-08 | Removed tabs | Hardeep Sidhu |
2005-11-08 | If no previous track found, check if we're really at the end of playback or i... | Hardeep Sidhu |
2005-11-07 | Overlooked this one when changing sound_set() calls to the individual functions. | Jens Arnold |
2005-11-06 | Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,... | Jens Arnold |
2005-09-15 | Archos recording/playback: (1) Xing header creation: * Now estimates the fram... | Jens Arnold |
2005-09-10 | Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula... | Jens Arnold |
2005-09-05 | Archos recording: yield() within audio_beep() to avoid starving the mpeg thre... | Jens Arnold |
2005-09-04 | Archos recording: Always prepend ID3V2 and Xing header to a recording file, e... | Jens Arnold |
2005-09-02 | Adjusted the file size calculation when prerecording | Linus Nielsen Feltzing |
2005-08-30 | Archos: Even more NULL pointer accesses removed | Linus Nielsen Feltzing |
2005-08-30 | Archos: Removed NULL pointer accesses when changing tracks | Linus Nielsen Feltzing |
2005-08-29 | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold |
2005-08-21 | Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ... | Linus Nielsen Feltzing |
2005-08-21 | Hooked up the runtime database on archos. | Jens Arnold |
2005-08-19 | More mpeg.c cleanup: collected variables and declarations at the top, more #i... | Jens Arnold |
2005-08-19 | Cleaned up remnants of early iriver development. First part of #if/#ifdef cle... | Jens Arnold |
2005-08-18 | Use the provided function to calculate the unsaved space in rec_tick(). | Jens Arnold |
2005-07-08 | Fixed skip bug at buffer refill | Henrik Backe |
2005-07-07 | Only update resume info when playing. Fixes resume when exiting recording/ra... | Hardeep Sidhu |
2005-07-04 | Moved resume info updating to the mpeg/playback threads so that it's saved ev... | Hardeep Sidhu |
2005-07-01 | Don't update playlist when no tracks in memory. Fixes looping bug when repea... | Hardeep Sidhu |
2005-07-01 | Added new feature to move to next folder once the current one completes when ... | Hardeep Sidhu |
2005-06-25 | Added new shuffle repeat mode that reshuffles playlist before repeating. Als... | Hardeep Sidhu |
2005-06-05 | First audio codec playback attempt by Miikka Pekkarinen | Linus Nielsen Feltzing |
2005-06-04 | Major recording rework: (1) Slight optimisation of the recording transfer. (2... | Jens Arnold |
2005-05-28 | Avoid radio interference from the MAS internal clock on devices with the Sams... | Jens Arnold |
2005-05-27 | Some small fixes for playback: (1) Always fill up to the high watermark. (2) ... | Jens Arnold |
2005-05-23 | Archos recorders: New recording data transfer routine. Not asm optimised this... | Jens Arnold |
2005-05-08 | Removed unused variable. | Jens Arnold |
2005-05-08 | Disabled unused constants. | Jens Arnold |
2005-05-08 | More dead code... | Jens Arnold |
2005-04-07 | First step towards separating the metadata handling from the mpeg thread code | Linus Nielsen Feltzing |
2005-04-05 | mp3buf renamed to audiobuf | Linus Nielsen Feltzing |
2005-04-04 | More audio code restructuring, mostly renaming functions so far | Linus Nielsen Feltzing |
2005-04-01 | Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() | Linus Nielsen Feltzing |
2005-02-28 | Killed a warning on iRiver builds | Linus Nielsen Feltzing |
2005-02-22 | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg |
2005-02-18 | Unified build system to use SOURCES for sim builds too, a single Makefile-look | Daniel Stenberg |
2005-02-12 | iRiver: Fixed bad handling of SYS_USB_CONNECTED (again) | Linus Nielsen Feltzing |