summaryrefslogtreecommitdiff
path: root/apps/playback.c
AgeCommit message (Expand)Author
2006-04-24Make track info update in a smarter wayBrandon Low
2006-04-23Fix some todos, and prevent the position from jumping around badly on seekBrandon Low
2006-04-23Improve stop behaviorBrandon Low
2006-04-23Fix a warning, and prepare for handling end-of-track seekingBrandon Low
2006-04-23Should fix some track ending early problemsBrandon Low
2006-04-23Make some adjustments to when the WPS will be updated, giving faster next tra...Brandon Low
2006-04-22Remove an unneeded define, add a todoBrandon Low
2006-04-22Fix warningBrandon Low
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-20Set playing to true immediately when audio_play() is called. Fixes a bug whe...Hardeep Sidhu
2006-04-19Have the codec thread stop the pcm if we need to spin up the diskBrandon Low
2006-04-18Fix playback if the user does a very fast seek->skip pressBrandon Low
2006-04-18Fix end of playlist handling. I think.Brandon Low
2006-04-18Revert previous, it is brokenBrandon Low
2006-04-18Make seeking synchronous. It's better this wayBrandon Low
2006-04-18Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ...Brandon Low
2006-04-18Should fix a bug with track skipping backwards following track skip forward, ...Brandon Low
2006-04-18Save empty resume information if the playlist has endedBrandon Low
2006-04-17Reduce code size when logf is off. Add a todo. Undo a previous fix that bro...Brandon Low
2006-04-17Misc. minor fixes: Guarantee aligned buffer. Enable load-codec-from-disk if ...Brandon Low
2006-04-15Remove an unneeded WPS update signal. Make the codec thread more polite abou...Brandon Low
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low
2006-04-14This might fix the buffering problem. Didn't happen to me the way I usually ...Brandon Low
2006-04-14Still not brightBrandon Low
2006-04-14I am dumbBrandon Low
2006-04-14Work around the bug with buffer wrapping. Serious performance penalty, and a...Brandon Low
2006-04-14Fix some unlikely buffer problems. Doesn't fix any reported bugs, but fixes ...Brandon Low
2006-04-14Fix some stop/pause/boost stuffBrandon Low
2006-04-14Fix a lack of return on error for check_new_track (rare condition)Brandon Low
2006-04-14Fix the queue implementationBrandon Low
2006-04-14Change to using a queue to synchronize between threads instead of abusing a m...Brandon Low
2006-04-14Fix one cause of buffer-offness, but I'm pretty sure this is not the cause of...Brandon Low
2006-04-14Tweak id3v1 tag stripping, better code, same functionality. Ensure correct b...Brandon Low
2006-04-14Change when the new_track variable is reset to fix the track display during s...Brandon Low
2006-04-13Boost during the track transition, trust me, it makes sense. Better logging ...Brandon Low
2006-04-13Adjust filesize if id3v1 is strippedBrandon Low
2006-04-13Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...Brandon Low
2006-04-13Add a logf, remove an unused parameter, and an unused member of the track_inf...Brandon Low
2006-04-13Track skipping rework more. This seems to handle rapid skipping very gracefu...Brandon Low
2006-04-13Simplify audio startup, and remove some unnecessary codeBrandon Low
2006-04-12Track changes should zero the seek_time to prevent undesired seeking in the n...Brandon Low
2006-04-12use the cur_ti pointer, as it's always synched up with track_ridx any wayBrandon Low
2006-04-12Get the GUI and audio in sync for track changesBrandon Low
2006-04-12Fix major rebuffer stupidity, remove a redundant call, and a wrong comment.Brandon Low
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