summaryrefslogtreecommitdiffstats
path: root/apps/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-31cleanup storage definesFrank Gevaerts1-2/+4
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-16/+9
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg1-0/+2873