Age | Commit message (Expand) | Author |
2006-04-15 | Remove an unneeded WPS update signal. Make the codec thread more polite abou... | Brandon Low |
2006-04-15 | Put new_track on the codec_api, and use it instead of the reload_codec variab... | Brandon Low |
2006-04-14 | This might fix the buffering problem. Didn't happen to me the way I usually ... | Brandon Low |
2006-04-14 | Still not bright | Brandon Low |
2006-04-14 | I am dumb | Brandon Low |
2006-04-14 | Work around the bug with buffer wrapping. Serious performance penalty, and a... | Brandon Low |
2006-04-14 | Fix some unlikely buffer problems. Doesn't fix any reported bugs, but fixes ... | Brandon Low |
2006-04-14 | Fix some stop/pause/boost stuff | Brandon Low |
2006-04-14 | Fix a lack of return on error for check_new_track (rare condition) | Brandon Low |
2006-04-14 | Fix the queue implementation | Brandon Low |
2006-04-14 | Change to using a queue to synchronize between threads instead of abusing a m... | Brandon Low |
2006-04-14 | Fix one cause of buffer-offness, but I'm pretty sure this is not the cause of... | Brandon Low |
2006-04-14 | Tweak id3v1 tag stripping, better code, same functionality. Ensure correct b... | Brandon Low |
2006-04-14 | Change when the new_track variable is reset to fix the track display during s... | Brandon Low |
2006-04-13 | Boost during the track transition, trust me, it makes sense. Better logging ... | Brandon Low |
2006-04-13 | Adjust filesize if id3v1 is stripped | Brandon Low |
2006-04-13 | Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re... | Brandon Low |
2006-04-13 | Add a logf, remove an unused parameter, and an unused member of the track_inf... | Brandon Low |
2006-04-13 | Track skipping rework more. This seems to handle rapid skipping very gracefu... | Brandon Low |
2006-04-13 | Simplify audio startup, and remove some unnecessary code | Brandon Low |
2006-04-12 | Track changes should zero the seek_time to prevent undesired seeking in the n... | Brandon Low |
2006-04-12 | use the cur_ti pointer, as it's always synched up with track_ridx any way | Brandon Low |
2006-04-12 | Get the GUI and audio in sync for track changes | Brandon Low |
2006-04-12 | Fix major rebuffer stupidity, remove a redundant call, and a wrong comment. | Brandon Low |
2006-04-11 | Add and improve logfing, fix a possible cause of problems due to abuse of rea... | Brandon Low |
2006-04-11 | Fix logf build, fix double reporting buffer events. | Brandon Low |
2006-04-11 | Almost entirely formatting changes, but also add one logf, and fix one nearly... | Brandon Low |
2006-04-11 | Clarify a comment | Brandon Low |
2006-04-11 | Clear tracks in more appropriate ways/places | Brandon Low |
2006-04-11 | Handle rebuffer-and-seek and track skip buffer events smarter. Fill the buff... | Brandon Low |
2006-04-11 | Fix yellow | Brandon Low |
2006-04-11 | Fix a (very unlikely) bug in buffering | Brandon Low |
2006-04-11 | Fix some signedness and exit condition stuff. Not sure if this addresses liv... | Brandon Low |
2006-04-11 | Try to recover from a codec failure by restarting playback | Brandon Low |
2006-04-11 | Whoops, remove a done TODO | Brandon Low |
2006-04-11 | Fix some comments | Brandon Low |
2006-04-11 | Ensure that codecs are cleared from the buffer if they will not be needed by ... | Brandon Low |
2006-04-11 | Rework track skipping. Full playback stop is no longer involved in track ski... | Brandon Low |
2006-04-10 | Get the next track's metadata in a more timely manner | Brandon Low |
2006-04-09 | Formatting, and logf changes | Brandon Low |
2006-04-09 | Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events... | Brandon Low |
2006-04-09 | Fix bad rebuffering bug, and kill the track_count variable | Brandon Low |
2006-04-08 | Fix the condition on an error splash | Brandon Low |
2006-04-08 | Correct seeking behavior (whoops), might fix the coldfire deadlocks. Reintro... | Brandon Low |
2006-04-08 | Fix seeking not resuming playback, many thanks to Ralf Herz for being an exce... | Brandon Low |
2006-04-07 | Change around some logfing to help debugging seek problems | Brandon Low |
2006-04-07 | Fix the playback sometimes doesn't start at all problems, and always fully fi... | Brandon Low |
2006-04-07 | Further unify start playback vs. other buffering situations, hopefully fixes ... | Brandon Low |
2006-04-07 | This makes seeking work for me | Brandon Low |
2006-04-07 | Fix some type casting => 64bit warning issues | Brandon Low |