summaryrefslogtreecommitdiff
path: root/apps/mpeg.c (unfollow)
Commit message (Expand)Author
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat
2010-08-22Fix HWCODEC playback broken in r27773. mpeg.c declared playlist functions on ...Jens Arnold
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon
2010-05-07Fix yellow.Steve Bavin
2010-05-07Minor const police raid.Steve Bavin
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-02-07Remove more tabsAndree Buschmann
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken
2009-11-16mpeg.h/c cleanupJeffrey Goode
2009-11-16Cleanup audio.h, related functionsJeffrey Goode
2009-10-31Fix yellow, definesJeffrey Goode
2009-10-31FS#10739: playback.c code splitJeffrey Goode
2009-07-20fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...Jonathan Gordon
2009-07-20woops, remove that sim code which I forgot to remove from the older versions ...Jonathan Gordon
2009-07-20rework cuesheet support:Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken
2009-05-09Remove unused function audio_has_changed_track from apps/mpeg.cBertrik Sikken
2009-04-06FS9795 - some playback cleanup. Jonathan Gordon
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross
2009-02-16Don't send a trackchange event at end of playlist. Fixes 'Follow Playlist' on...Jens Arnold
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-27Fix red (missing header file)Bertrik Sikken
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-20Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen
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