summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while recordi...Jens Arnold2006-11-06
* Fixed the errors on the sims.Michael Sevakis2006-11-06
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing2006-10-19
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis2006-08-28
* Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye2006-04-30
* More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold2006-03-03
* Simulator fixes: id3 string pointers can be null.Magnus Holmgren2005-12-22
* several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg2005-12-07
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Bugfix: Prevent spurious bitswap when switching from recording to playback. T...Jens Arnold2005-12-04
* removed set audio status method - will be using different approachAnton Oleynikov2005-11-13
* new function to set audio status (to be used later)Anton Oleynikov2005-11-13
* Removed monitor option from audio_set_recording_options and the global settin...Andy2005-11-12
* Fix for broken simulatorsAndy2005-11-12
* iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy2005-11-12
* Removed tabsHardeep Sidhu2005-11-08
* If no previous track found, check if we're really at the end of playback or i...Hardeep Sidhu2005-11-08
* Overlooked this one when changing sound_set() calls to the individual functions.Jens Arnold2005-11-07
* Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold2005-11-06
* Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold2005-09-15
* Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold2005-09-10
* Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold2005-09-05
* Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold2005-09-04
* Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing2005-09-02
* 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