summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Fixed the unnecessary compiler warning.Miika Pekkarinen2005-07-21
* Fixed the crossfade setting: Resuming stopped playback automaticallyMiika Pekkarinen2005-07-21
* Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen2005-07-21
* Fixed the backwards skipping.Miika Pekkarinen2005-07-20
* Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen2005-07-20
* No longer crashes when resuming or on shutdown in car adapter modeRyan Jackson2005-07-19
* Fixed track changing problems.Miika Pekkarinen2005-07-19
* Track count is now correct.Miika Pekkarinen2005-07-18
* Fixed a problem that caused codec switching to fail on certain rareMiika Pekkarinen2005-07-17
* Fixed the gapless playback.Miika Pekkarinen2005-07-17
* Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren2005-07-16
* Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen2005-07-16
* Revert back the previous commit, there are some problems with id3Miika Pekkarinen2005-07-15
* Don't read metadata twice.Miika Pekkarinen2005-07-15
* Don't hang when trying to stop paused playback.Miika Pekkarinen2005-07-15
* Fixed a problem that caused playback to stutter when changing tracksMiika Pekkarinen2005-07-15
* Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen2005-07-15
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson2005-07-12
* Resetting the pause indicator when seeking songs.Miika Pekkarinen2005-07-11
* Patch #1235763 by Ryan Jackson - Resume/bookmark support for VorbisLinus Nielsen Feltzing2005-07-11
* Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen2005-07-10
* Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen2005-07-10
* Fixed a simulator crash while trying to play a song. Fixed crossfadeMiika Pekkarinen2005-07-10
* Updating wps info correctly when changing a track while buffering.Miika Pekkarinen2005-07-10
* The previous commit did not fix the metadata reading correctly. Now itMiika Pekkarinen2005-07-10
* Fixed a problem that next track info was not always available after theMiika Pekkarinen2005-07-10
* Track changing works now better (not still perfect).Miika Pekkarinen2005-07-10
* Some playback fixes.Miika Pekkarinen2005-07-08
* Lame hack to strip ID3v1 tags from MP3 playback, so they can play back withou...Linus Nielsen Feltzing2005-07-07
* PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen2005-07-07
* Makes sure that the pause/resume/prev/next functions are executed in the audi...Linus Nielsen Feltzing2005-07-06
* Waiting pcm buffer to run empty before stopping the last track.Miika Pekkarinen2005-07-06
* Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen2005-07-05
* More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen2005-07-05
* Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen2005-07-05
* Fixed a problem that caused playback to stop on certain situations. FixedMiika Pekkarinen2005-07-05
* Fixed crossfading.Miika Pekkarinen2005-07-05
* Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu2005-07-04
* Update the wps when next track info is available.Miika Pekkarinen2005-07-04
* Fixed the warnings.Miika Pekkarinen2005-07-03
* Updated the track_unbuffer event callback.Miika Pekkarinen2005-07-03
* Now next track info is always available.Miika Pekkarinen2005-07-03
* Use the central IDATA_ATTR define.Jens Arnold2005-07-03
* The last small fix to the previous commit.Miika Pekkarinen2005-07-02
* Correction to the previous commit when switching tracks manually.Miika Pekkarinen2005-07-02
* Use correct timing to display the next track wps screen when crossfadeMiika Pekkarinen2005-07-02
* Make sure we stop the playback the right way.Miika Pekkarinen2005-07-02
* Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen2005-07-02
* Pause correctly while seeking.Miika Pekkarinen2005-07-01