summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Add and improve logfing, fix a possible cause of problems due to abuse of rea...Brandon Low2006-04-11
* Fix logf build, fix double reporting buffer events.Brandon Low2006-04-11
* Almost entirely formatting changes, but also add one logf, and fix one nearly...Brandon Low2006-04-11
* Clarify a commentBrandon Low2006-04-11
* Clear tracks in more appropriate ways/placesBrandon Low2006-04-11
* Handle rebuffer-and-seek and track skip buffer events smarter. Fill the buff...Brandon Low2006-04-11
* Fix yellowBrandon Low2006-04-11
* Fix a (very unlikely) bug in bufferingBrandon Low2006-04-11
* Fix some signedness and exit condition stuff. Not sure if this addresses liv...Brandon Low2006-04-11
* Try to recover from a codec failure by restarting playbackBrandon Low2006-04-11
* Whoops, remove a done TODOBrandon Low2006-04-11
* Fix some commentsBrandon Low2006-04-11
* Ensure that codecs are cleared from the buffer if they will not be needed by ...Brandon Low2006-04-11
* Rework track skipping. Full playback stop is no longer involved in track ski...Brandon Low2006-04-11
* Get the next track's metadata in a more timely mannerBrandon Low2006-04-10
* Formatting, and logf changesBrandon Low2006-04-09
* Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events...Brandon Low2006-04-09
* Fix bad rebuffering bug, and kill the track_count variableBrandon Low2006-04-09
* Fix the condition on an error splashBrandon Low2006-04-08
* Correct seeking behavior (whoops), might fix the coldfire deadlocks. Reintro...Brandon Low2006-04-08
* Fix seeking not resuming playback, many thanks to Ralf Herz for being an exce...Brandon Low2006-04-08
* Change around some logfing to help debugging seek problemsBrandon Low2006-04-07
* Fix the playback sometimes doesn't start at all problems, and always fully fi...Brandon Low2006-04-07
* Further unify start playback vs. other buffering situations, hopefully fixes ...Brandon Low2006-04-07
* This makes seeking work for meBrandon Low2006-04-07
* Fix some type casting => 64bit warning issuesBrandon Low2006-04-07
* Fix play initialization problems and buffering problems. This behaves _much_...Brandon Low2006-04-07
* Fix 64bit warnings.Jens Arnold2006-04-07
* Remove duplicated code and improve button responsiveness during buffer fillBrandon Low2006-04-06
* Stop abusing the queuing features, and start treating them with respect. Thi...Brandon Low2006-04-06
* Fix seeking on swcodec, but probably break some cases of skipping. Another i...Brandon Low2006-04-06
* More work on swcodec. No significant pcmbuf functions are called from the au...Brandon Low2006-04-05
* Prevent two division by zeros and one problem causing a crash in theMiika Pekkarinen2006-04-02
* Added track number sorting to the tagcache and a few new tags to theMiika Pekkarinen2006-03-30
* New 'Track Skip Only' option for Crossfading; crossfading is disabled except ...Zakk Roberts2006-03-30
* Fixed some red builds.Miika Pekkarinen2006-03-26
* Fill WPS tags from tagcache if available.Miika Pekkarinen2006-03-26
* Fix a problem where audio would stay paused after a stop and start of playbackBrandon Low2006-03-25
* Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low2006-03-24
* Allow the pcm buffer to fill while playback is pausedBrandon Low2006-03-23
* First small step in playback.c's pending makeover. Properly lock and cleanup...Brandon Low2006-03-23
* Use size-correct casts. Fixes some AMD64 sim warnings.Thom Johansen2006-03-22
* Quick fix for voice UI on iPods. Proper fix (which does not impactThom Johansen2006-03-22
* More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold2006-03-03
* Fixed the early usb initialization problem.Miika Pekkarinen2006-02-24
* Rework PCM bufferBrandon Low2006-02-07
* Patch #1421483 - AIFF codec by Jvo StuderDave Chapman2006-02-01
* Codec buffer was initialized too early thus crashing the unit later.Miika Pekkarinen2006-01-28
* Don't use crossfader mix mode when skipping tracks manually.Miika Pekkarinen2006-01-27
* iriver: Init audio on background.Miika Pekkarinen2006-01-27