summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2007-11-04make initialisation of buffer/unbuffer call backs consistent with FS#6639Robert Kukla
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen
2007-08-23FS #6639 - Fixes for Last.fm logging on HWCODEC targets by Boris GjeneroRobert Keevil
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-03-01Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold
2007-02-18fix the player buildJonathan Gordon
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis
2006-11-06Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while recordi...Jens Arnold
2006-11-06Fixed the errors on the sims.Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-19Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold
2005-12-22Simulator fixes: id3 string pointers can be null.Magnus Holmgren
2005-12-07several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-12-04Bugfix: Prevent spurious bitswap when switching from recording to playback. T...Jens Arnold
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov
2005-11-13new function to set audio status (to be used later)Anton Oleynikov
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy
2005-11-12Fix for broken simulatorsAndy
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy
2005-11-08Removed tabsHardeep Sidhu
2005-11-08If no previous track found, check if we're really at the end of playback or i...Hardeep Sidhu
2005-11-07Overlooked this one when changing sound_set() calls to the individual functions.Jens Arnold
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold
2005-09-05Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold
2005-09-02Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing
2005-08-30Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing
2005-08-30Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing
2005-08-21Hooked up the runtime database on archos.Jens Arnold
2005-08-19More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold
2005-08-19Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold
2005-08-18Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold
2005-07-08Fixed skip bug at buffer refillHenrik Backe
2005-07-07Only update resume info when playing. Fixes resume when exiting recording/ra...Hardeep Sidhu