summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
AgeCommit message (Expand)Author
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-02-02talk: Remove superflous call to talk_init().Thomas Martitz
2014-01-26hwcodec/talk.c: Give the thumbnail buffer regardless of the talk buffer policy.Thomas Martitz
2013-12-23Fix more reds.Thomas Martitz
2013-12-23hwcodec: Need to grab audio buffer before recording.Thomas Martitz
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis
2013-07-12Fix whitespace in files for following commit.Michael Sevakis
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis
2011-12-16Fix red?Nick Peskett
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett
2011-11-17Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz
2011-11-06Fix warning and typos.Thomas Martitz
2011-11-06hwcodec: fix shrink_callback resuming playback wrongly, and add checksThomas Martitz
2011-10-09Another fix for audio_get_buffer() on hwcodec by Thomas Martitz.Jens Arnold
2011-10-09Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...Thomas Martitz
2011-08-30Fix h100 red and other warnings.Thomas Martitz
2011-08-30Fix hwcodec red.Thomas Martitz
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-14Fix remaining problems.Thomas Martitz
2011-08-14Fix errors and warnings.Thomas Martitz
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-05-23Remove next reported 'set but unused' warnings.Andree Buschmann
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
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