summaryrefslogtreecommitdiff
path: root/apps/playback.c (unfollow)
Commit message (Expand)Author
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-07-12Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson
2005-07-11Resetting the pause indicator when seeking songs.Miika Pekkarinen
2005-07-11Patch #1235763 by Ryan Jackson - Resume/bookmark support for VorbisLinus Nielsen Feltzing
2005-07-10Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen
2005-07-10Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen
2005-07-10Updating wps info correctly when changing a track while buffering.Miika Pekkarinen
2005-07-10The previous commit did not fix the metadata reading correctly. Now itMiika Pekkarinen
2005-07-10Fixed a problem that next track info was not always available after theMiika Pekkarinen
2005-07-10Track changing works now better (not still perfect).Miika Pekkarinen
2005-07-08Some playback fixes.Miika Pekkarinen
2005-07-07Lame hack to strip ID3v1 tags from MP3 playback, so they can play back withou...Linus Nielsen Feltzing
2005-07-07PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen
2005-07-06Makes sure that the pause/resume/prev/next functions are executed in the audi...Linus Nielsen Feltzing
2005-07-06Waiting pcm buffer to run empty before stopping the last track.Miika Pekkarinen
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Fixed a problem that caused playback to stop on certain situations. FixedMiika Pekkarinen
2005-07-05Fixed crossfading.Miika Pekkarinen
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu
2005-07-04Update the wps when next track info is available.Miika Pekkarinen
2005-07-03Fixed the warnings.Miika Pekkarinen
2005-07-03Updated the track_unbuffer event callback.Miika Pekkarinen
2005-07-03Now next track info is always available.Miika Pekkarinen
2005-07-03Use the central IDATA_ATTR define.Jens Arnold
2005-07-02The last small fix to the previous commit.Miika Pekkarinen
2005-07-02Correction to the previous commit when switching tracks manually.Miika Pekkarinen
2005-07-02Use correct timing to display the next track wps screen when crossfadeMiika Pekkarinen
2005-07-02Make sure we stop the playback the right way.Miika Pekkarinen
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-07-01Pause correctly while seeking.Miika Pekkarinen
2005-07-01Fixed codec switching.Miika Pekkarinen
2005-07-01Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen
2005-06-30Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen
2005-06-30Not sure if this is the right way to make "resume" work correctly for WavPack,Dave Bryant
2005-06-29Added event handler to register track changes.Miika Pekkarinen
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen
2005-06-29Fixed buffering problems with dynamic playlist handling. IncreasedMiika Pekkarinen
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen
2005-06-26Fixed one warning.Miika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22More audio thread debug infoLinus Nielsen Feltzing
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing
2005-06-20Fixed a problem with playback when returning from usb mode.Miika Pekkarinen
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen