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