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