Age | Commit message (Expand) | Author |
2008-01-09 | Fix FS#5797 (Codec failure with directory skip when in file browser, with dir... | Nicolas Pennequin |
2008-01-08 | Fix FS#6215 (player crashes after trying to resume deleted music file). As me... | Nicolas Pennequin |
2008-01-08 | Take out some no longer needed (and overly complicated) comments, thanks to N... | Brandon Low |
2008-01-08 | Fix FS#2687 (Rewinding at end of song confuses playback) by making the codec ... | Nicolas Pennequin |
2008-01-07 | Make the playlist index be incremented after the PCM track change. This fixes... | Nicolas Pennequin |
2007-11-28 | Fix FS8069, because Nico_P made it easy | Brandon Low |
2007-11-26 | Buffering callbacks rework. There is now one callback for all the events that... | Nicolas Pennequin |
2007-11-24 | Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It... | Dan Everton |
2007-11-23 | revise commit r15463 - we still get the immediate display of runtime data in ... | Robert Kukla |
2007-11-23 | Save runtime info for last track in playlist as well (FS#8040) | Robert Kukla |
2007-11-22 | Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer callback... | Nicolas Pennequin |
2007-11-20 | Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ... | Michael Sevakis |
2007-11-20 | Make threads responsible for explicit cancellation of their own boosted statu... | Michael Sevakis |
2007-11-19 | Fix FS#8040 (Gather Runtime Data not working) the right way. Also a few cosme... | Nicolas Pennequin |
2007-11-19 | Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count... | Nicolas Pennequin |
2007-11-19 | First part of FS#8104 by Bertrik Sikken: Simplification and consistency impro... | Nicolas Pennequin |
2007-11-19 | Do the wait for the audio thread init in such a way to avoid an unlikely but ... | Michael Sevakis |
2007-11-19 | Make sure initial menu item is voiced at startup. Voice thread must wait for ... | Michael Sevakis |
2007-11-18 | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis |
2007-11-18 | Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148. | Nicolas Pennequin |
2007-11-14 | I'm a retard, this is definitely more correct | Brandon Low |
2007-11-14 | Might fix FS#8158, I was unable to reproduce so no guarantee. | Brandon Low |
2007-11-12 | Fix another NULL pointer dereference crash. | Nicolas Pennequin |
2007-11-11 | Fix an issue that appeared in r15577, where skipping back to a track that has... | Nicolas Pennequin |
2007-11-11 | Load the album art before the codec because find_albumart would yield to the ... | Nicolas Pennequin |
2007-11-11 | * Make the album art be updated on PCM track change, not codec track change (... | Nicolas Pennequin |
2007-11-11 | Fix red. | Nicolas Pennequin |
2007-11-11 | Album art support. Based on FS#3045, but heavily modified to adapt to MoB and... | Nicolas Pennequin |
2007-11-10 | Fix a possible NULL pointer dereference I introduced in r15503 by making an u... | Nicolas Pennequin |
2007-11-08 | Remove nexttrack_id3 and instead use the metadata present on the buffer. | Nicolas Pennequin |
2007-11-08 | Store the metadata of the first unbuffered track in a static struct so that i... | Nicolas Pennequin |
2007-11-07 | Fix warning. | Nicolas Pennequin |
2007-11-07 | Fix tracks always being cleared on skip (reported by dionoea). The problem wa... | Nicolas Pennequin |
2007-11-05 | Don't keep resetting to default watermark during buffering, only do it once a... | Brandon Low |
2007-11-05 | Set all track handles to -1 on audio init to avoid calling bufclose(0) on all... | Nicolas Pennequin |
2007-11-05 | Fix some logf warnings. | Nicolas Pennequin |
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 | 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 | OTher part of previous | Brandon Low |
2007-11-04 | More attempt to fix 8077 | Brandon Low |
2007-11-03 | This part was good, bring it back | 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 | Misc. buffering related playback tweaks | Brandon Low |
2007-11-03 | Make atomic type work for even first track. Rework low buffer handling... us... | Brandon Low |
2007-11-03 | Use the correct event state constants. | Michael Sevakis |
2007-11-03 | Logf when a file is loaded atomic not packet | Brandon Low |
2007-11-03 | Comments and a fix to possibly get more out of backward skipping without rebu... | Brandon Low |