summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-21Hooked up the runtime database on archos.Jens Arnold1-7/+118
2005-08-19More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold1-146/+136
2005-08-19Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold1-99/+67
2005-08-18Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold1-6/+1
2005-07-08Fixed skip bug at buffer refillHenrik Backe1-1/+1
2005-07-07Only update resume info when playing. Fixes resume when exiting recording/ra...Hardeep Sidhu1-1/+2
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu1-1/+18
2005-07-01Don't update playlist when no tracks in memory. Fixes looping bug when repea...Hardeep Sidhu1-2/+6
2005-07-01Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu1-3/+3
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-6/+10
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-0/+5
2005-06-04Major recording rework: (1) Slight optimisation of the recording transfer. (2...Jens Arnold1-183/+120
2005-05-28Avoid radio interference from the MAS internal clock on devices with the Sams...Jens Arnold1-0/+16
2005-05-27Some small fixes for playback: (1) Always fill up to the high watermark. (2) ...Jens Arnold1-12/+24
2005-05-23Archos recorders: New recording data transfer routine. Not asm optimised this...Jens Arnold1-86/+44
2005-05-08Removed unused variable.Jens Arnold1-1/+0
2005-05-08Disabled unused constants.Jens Arnold1-0/+2
2005-05-08More dead code...Jens Arnold1-4/+1