Age | Commit message (Expand) | Author |
2007-11-08 | Fix the bug where MPC files would be skipped by disabling the check of the re... | Nicolas Pennequin |
2007-11-07 | Fix a flaw in prep_bufdata() that would lead to all kinds of problems with co... | Nicolas Pennequin |
2007-11-06 | Fix thinko in last patch, shouldn't effect current buffering clients. | Brandon Low |
2007-11-06 | Pull the size range checking and disk request into a separate function that b... | Brandon Low |
2007-11-05 | This was (probably) committed by accident, remove it. | Nicolas Pennequin |
2007-11-05 | Don't yield twice in a row | Brandon Low |
2007-11-05 | Types other than packet audio still need to yield while buffering. | Nicolas Pennequin |
2007-11-05 | Readd yield_codec, making it check for useful data through buffer_is_low. Fix... | Nicolas Pennequin |
2007-11-05 | This was a bad change on my part earlier. Do not immediately start buffering... | Brandon Low |
2007-11-05 | Fix some logf warnings. | Nicolas Pennequin |
2007-11-05 | Create two separate ways for a handle buffer request to be sent. One is when... | Brandon Low |
2007-11-05 | When seeking foward off of the buffer, if it is a short seek don't rebuffer t... | Brandon Low |
2007-11-05 | Remove conf_filechunk, it should never have been a setting and its implementa... | Brandon Low |
2007-11-05 | Remove unused conf_preseek from buffering.c and all of its accountraments. T... | Brandon Low |
2007-11-05 | Minor improvement in responsiveness to buffer_handle calls | Brandon Low |
2007-11-05 | logging improvements | Brandon Low |
2007-11-05 | SHould fix FS#8074, is more better regardless though | Brandon Low |
2007-11-05 | Don't keep useless id3v2 or other leading tag data on the buffer, it could be... | Brandon Low |
2007-11-04 | make handle_id of zero valid, stop using memsets to clear tracks, should be n... | Brandon Low |
2007-11-04 | More residuals from 8077, sanitize chunk and watermark settings | Brandon Low |
2007-11-04 | More residuals from 8077 that should make buffering start up more smoothly an... | Brandon Low |
2007-11-04 | Tweak the way the data_counters are calculated to make it more friendly to th... | Brandon Low |
2007-11-04 | More try to fix 8077, BUF_USED is not a good way to determine if the buffer i... | Brandon Low |
2007-11-04 | Disable the already spinning optimization until it is written correctly | Brandon Low |
2007-11-03 | Make the use of signed int for buffer handles consistent and handle wrapping ... | Brandon Low |
2007-11-03 | Attempt to fix FS#8077... again | Brandon Low |
2007-11-03 | Revert recent changes that are broken | Brandon Low |
2007-11-03 | Make handle id semantics more like file id. This may need to be revisited if... | Brandon Low |
2007-11-03 | Buffering consistency improvements | Brandon Low |
2007-11-03 | Make atomic type work for even first track. Rework low buffer handling... us... | Brandon Low |
2007-11-03 | Give lowmem targets or targets with broken ATA implementations more buffering... | Brandon Low |
2007-11-03 | Use a recursive depth-first shrinkage function, limit handles accordingly | Brandon Low |
2007-11-02 | Make bufread and bufgetdata blocking. They now return when enough data is ava... | Nicolas Pennequin |
2007-11-02 | Improve upon my hackity hack from before by separating audio into two types: ... | Brandon Low |
2007-11-01 | Temporary work around for the situation where a single codec request is for m... | Brandon Low |
2007-10-30 | Slight rework of the buffering logic: | Nicolas Pennequin |
2007-10-30 | Further improve the mistakes I made in add_handle (thanks Nico_P for not beat... | Brandon Low |
2007-10-30 | can_add_handle() can be removed, but its logic must remain: before adding a h... | Nicolas Pennequin |
2007-10-29 | Fix yellow, not sure how to properly specify this argument's nature so this i... | Brandon Low |
2007-10-29 | Remove can_add_handle, its safety and benefit are both questionable. Make sh... | Brandon Low |
2007-10-29 | Prefix the error constants with ERR_ | Nicolas Pennequin |
2007-10-28 | Improve move_handle's semantics. Shoudl have no functional impact | Brandon Low |
2007-10-28 | Comment improvements | Brandon Low |
2007-10-28 | Add #defines for error values. Makes the code easier to read. | Nicolas Pennequin |
2007-10-27 | Hopefully fix codec load and data abort problems by making add_handle and mov... | Brandon Low |
2007-10-27 | Whoops, that thread can't run until the linked list is initialized | Brandon Low |
2007-10-27 | Create queue stuff before the thread that will use it | Brandon Low |
2007-10-27 | Make buffering initialization versus reset separate functions to avoid double... | Brandon Low |
2007-10-27 | Add some const keywords, improve some comments, add a safety check or two, sh... | Brandon Low |
2007-10-27 | * Only call bufgetcodec once | Nicolas Pennequin |