summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
* Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg2008-10-10
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Fix red (missing header file)Bertrik Sikken2008-04-27
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis2008-03-20
* It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon2008-03-17
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* make initialisation of buffer/unbuffer call backs consistent with FS#6639Robert Kukla2007-11-04
* Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2007-10-31
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen2007-09-19
* FS #6639 - Fixes for Last.fm logging on HWCODEC targets by Boris GjeneroRobert Keevil2007-08-23
* Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius2007-08-01
* A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye2007-06-24
* Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius2007-06-13
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold2007-03-01
* fix the player buildJonathan Gordon2007-02-18
* 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