summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-4/+4
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-3/+3
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-6/+6
2008-03-20Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis1-2/+2
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-4/+4
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-37/+4
2007-11-04make initialisation of buffer/unbuffer call backs consistent with FS#6639Robert Kukla1-4/+2
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin1-34/+6
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-3/+4
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-11/+4
2007-08-23FS #6639 - Fixes for Last.fm logging on HWCODEC targets by Boris GjeneroRobert Keevil1-35/+40
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius1-1/+3
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye1-0/+5
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+1
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+1
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-03-01Hook up .cue file detection via a callback klugde on HWCODEC, to make cue she...Jens Arnold1-0/+11
2007-02-18fix the player buildJonathan Gordon1-1/+1
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis1-16/+16
2006-11-06Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while recordi...Jens Arnold1-0/+7
2006-11-06Fixed the errors on the sims.Michael Sevakis1-9/+2
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-11/+9
2006-10-19Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing1-0/+2
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+11
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-10/+4
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-1/+1
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye1-2/+4
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold1-2/+2
2005-12-22Simulator fixes: id3 string pointers can be null.Magnus Holmgren1-3/+6
2005-12-07several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg1-4/+3
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+9
2005-12-04Bugfix: Prevent spurious bitswap when switching from recording to playback. T...Jens Arnold1-0/+1
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov1-16/+0
2005-11-13new function to set audio status (to be used later)Anton Oleynikov1-0/+16
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy1-6/+3
2005-11-12Fix for broken simulatorsAndy1-1/+3
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-22/+29
2005-11-08Removed tabsHardeep Sidhu1-9/+9
2005-11-08If no previous track found, check if we're really at the end of playback or i...Hardeep Sidhu1-3/+18
2005-11-07Overlooked this one when changing sound_set() calls to the individual functions.Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-18/+9
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold1-17/+18
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-6/+6
2005-09-05Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold1-1/+2
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold1-153/+159
2005-09-02Adjusted the file size calculation when prerecordingLinus Nielsen Feltzing1-2/+10
2005-08-30Archos: Even more NULL pointer accesses removedLinus Nielsen Feltzing1-4/+10
2005-08-30Archos: Removed NULL pointer accesses when changing tracksLinus Nielsen Feltzing1-3/+2
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-29/+29
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-8/+60