| Commit message (Expand) | Author | Age |
| ... | |
| * | 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-05 |
| * | 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-04 |
| * | 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 | 2007-11-03 |
| * | 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-02 |
| * | Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem... | Nicolas Pennequin | 2007-10-31 |
| * | Fix a file descriptor leak that happened with large directories of small file... | Nicolas Pennequin | 2007-10-30 |
| * | Fix a logf warning | Brandon Low | 2007-10-30 |
| * | Revert r15360: It didn't completely fix the problem and it's a bit dirty. A b... | Nicolas Pennequin | 2007-10-30 |
| * | Invalidate prevtrack_id3 on all track skips to prevent next track info from b... | Nicolas Pennequin | 2007-10-29 |
| * | Update "elapsed" and "offset" in the mp3entries on the main buffer in the cor... | Nicolas Pennequin | 2007-10-29 |
| * | Prefix the error constants with ERR_ | Nicolas Pennequin | 2007-10-29 |
| * | Oops, sucky workaround wasn't meant to be committed. | Steve Bavin | 2007-10-29 |
| * | Tiny bit of code policing: remove unneeded variable and spaces at end-of-line. | Steve Bavin | 2007-10-29 |
| * | Add #defines for error values. Makes the code easier to read. | Nicolas Pennequin | 2007-10-28 |
| * | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin | 2007-10-27 |
| * | Prevent the audio queue from getting flooded with fill buffer messages. | Nicolas Pennequin | 2007-10-27 |
| * | Make voice and codec queues private so they don't receive system messages. Th... | Michael Sevakis | 2007-10-27 |
| * | Make buffering initialization versus reset separate functions to avoid double... | Brandon Low | 2007-10-27 |
| * | * Only call bufgetcodec once | Nicolas Pennequin | 2007-10-27 |
| * | Simple fix which should improve track change performance slightly | Brandon Low | 2007-10-27 |
| * | Code police: static internal functions. | Steve Bavin | 2007-10-26 |
| * | Check the audio queue for new messages while filling the buffer with tracks. ... | Nicolas Pennequin | 2007-10-25 |
| * | Finally commit Metadata on Buffer! | Nicolas Pennequin | 2007-10-25 |
| * | logf changes: | Nicolas Pennequin | 2007-10-24 |
| * | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin | 2007-10-19 |
| * | Fix a problem that caused stale pcm data to be played subsequent to a | Stéphane Doyon | 2007-10-18 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Thanks to Nico_P, struct track_info can now be internal to playback.c | Steve Bavin | 2007-10-02 |
| * | Enable auto reply for queue messages sent with queue_send. It's only nescessa... | Michael Sevakis | 2007-09-30 |
| * | Fix disabling voice. | Tomasz Malesinski | 2007-09-22 |
| * | Remove the ID3 tag version priority setting on the grounds of it being pretty... | Thom Johansen | 2007-09-19 |
| * | Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and... | Nils Wallménius | 2007-08-29 |
| * | Make get_metadata act on a struct mp3entry rather than a struct track_info. | Nicolas Pennequin | 2007-08-14 |
| * | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius | 2007-08-06 |
| * | Formatting consistency and fix further case of FS#6266 if user starts new pla... | Steve Bavin | 2007-08-02 |
| * | Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf... | Nils Wallménius | 2007-08-01 |
| * | Hopefully fix the problems with voice not cancelling its CPU boost. | Michael Sevakis | 2007-07-31 |