summaryrefslogtreecommitdiffstats
path: root/apps/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-11/+49
2014-02-02talk: Remove superflous call to talk_init().Thomas Martitz1-2/+0
2014-01-26hwcodec/talk.c: Give the thumbnail buffer regardless of the talk buffer policy.Thomas Martitz1-1/+2
2013-12-23Fix more reds.Thomas Martitz1-1/+1
2013-12-23hwcodec: Need to grab audio buffer before recording.Thomas Martitz1-1/+13
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-49/+23
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-34/+20
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-81/+81
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-1/+1
2011-12-16Fix red?Nick Peskett1-1/+1
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett1-3/+3
2011-11-17Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz1-8/+21
2011-11-06Fix warning and typos.Thomas Martitz1-1/+1
2011-11-06hwcodec: fix shrink_callback resuming playback wrongly, and add checksThomas Martitz1-5/+16
2011-10-09Another fix for audio_get_buffer() on hwcodec by Thomas Martitz.Jens Arnold1-2/+5
2011-10-09Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...Thomas Martitz1-5/+7
2011-08-30Fix h100 red and other warnings.Thomas Martitz1-1/+1
2011-08-30Fix hwcodec red.Thomas Martitz1-0/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-32/+89
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-20/+48
2011-08-14Fix remaining problems.Thomas Martitz1-1/+0
2011-08-14Fix errors and warnings.Thomas Martitz1-3/+2
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-23/+66
2011-05-23Remove next reported 'set but unused' warnings.Andree Buschmann1-4/+2
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann1-2/+0
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-2/+2
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-2/+2
2010-08-22Fix HWCODEC playback broken in r27773. mpeg.c declared playlist functions on ...Jens Arnold1-12/+10
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-1/+0
2010-05-07Fix yellow.Steve Bavin1-1/+1
2010-05-07Minor const police raid.Steve Bavin1-4/+4
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-02-07Remove more tabsAndree Buschmann1-1/+1
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken1-6/+6
2009-11-16mpeg.h/c cleanupJeffrey Goode1-0/+21
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-7/+9
2009-10-31Fix yellow, definesJeffrey Goode1-1/+1
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-1/+1
2009-07-20fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...Jonathan Gordon1-1/+0
2009-07-20woops, remove that sim code which I forgot to remove from the older versions ...Jonathan Gordon1-13/+0
2009-07-20rework cuesheet support:Jonathan Gordon1-12/+42
2009-07-14FS#10080Nils Wallménius1-4/+2
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-1/+1
2009-05-09Remove unused function audio_has_changed_track from apps/mpeg.cBertrik Sikken1-11/+0
2009-04-06FS9795 - some playback cleanup. Jonathan Gordon1-0/+5
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross1-1/+1
2009-02-16Don't send a trackchange event at end of playlist. Fixes 'Follow Playlist' on...Jens Arnold1-1/+2
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-5/+5