| Commit message (Expand) | Author | Age |
| * | Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve... | Andree Buschmann | 2010-08-30 |
| * | Oops, committed before finishing the removal of "#include "memory.h"" | Thomas Martitz | 2010-08-12 |
| * | Remove some redundant #include's | Bertrik Sikken | 2010-06-29 |
| * | playback.c: don't assume cacheline size is 16 bytes | Rafaël Carré | 2010-06-23 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | fix: when move_handle() is successful, the return value | Yoshihisa Uchida | 2010-05-24 |
| * | FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba... | Jonathan Gordon | 2010-05-16 |
| * | Eliminate %zd tag in printf format strings, replace them with %ld. The %z for... | Jeffrey Goode | 2010-05-15 |
| * | Hopefully the last warning | Frank Gevaerts | 2010-05-14 |
| * | Fix various size_t related warnings and errors | Frank Gevaerts | 2010-05-14 |
| * | cast ssize_t to long | Rafaël Carré | 2010-05-14 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Make storage alignement use cache alignement macros | Rafaël Carré | 2010-03-25 |
| * | Use a helpfer function to avoid ugly casting and correct some data types (no ... | Thomas Martitz | 2010-02-20 |
| * | Hopefully fix yellow now, I don't understand why %ld works for ssize_t but %l... | Thomas Martitz | 2010-02-18 |
| * | Fix yellow caused by signedness. | Thomas Martitz | 2010-02-18 |
| * | Fix FS#11004 - Buffering crashes when skipping back from end of song. | Thomas Martitz | 2010-02-18 |
| * | Convert RINGBUF_* macros to inline functions, saving binsize and improving ty... | Thomas Martitz | 2010-02-12 |
| * | Align addresses in the buffering code to STORAGE_ALIGN_MASK if the target has... | Torne Wuff | 2010-02-01 |
| * | buffering.c: cosmetics | Rafaël Carré | 2009-11-22 |
| * | Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S... | Michael Giacomelli | 2009-11-21 |
| * | Removed unneeded includes | Jeffrey Goode | 2009-11-09 |
| * | buffering: leave a comment to explain what is broken in the code and link to ... | Rafaël Carré | 2009-10-25 |
| * | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz | 2009-10-16 |
| * | FS#10080 | Nils Wallménius | 2009-07-14 |
| * | Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. | Andrew Mahone | 2009-05-26 |
| * | Fix the lock contention stall during cover art load, by adding a separate mod... | Andrew Mahone | 2009-05-15 |
| * | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone | 2009-05-04 |
| * | Search for, and load, JPEG album art files. | Andrew Mahone | 2009-05-01 |
| * | Clean up some #includes | Bertrik Sikken | 2009-03-08 |
| * | Show the watermark in the "Show buffering thread" screen (in bytes). | Thomas Martitz | 2009-02-23 |
| * | This should fix the occasional data aborts mainly in conjunction with AlbumAr... | Antonius Hellmann | 2009-02-22 |
| * | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg | 2009-01-10 |
| * | Make scaler output truly pluggable, add an 8-bit greyscale output to | Andrew Mahone | 2008-12-26 |
| * | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis | 2008-12-10 |
| * | resize-on-load for bitmap files on 2bpp and color targets | Andrew Mahone | 2008-12-09 |
| * | Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo... | Nicolas Pennequin | 2008-12-02 |
| * | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts | 2008-11-01 |
| * | Accept FS#9480 - centralise and organise the events in the apps/ layer. | Jonathan Gordon | 2008-10-16 |
| * | Fix a possible deadlock if the album art loading fails | Jonathan Gordon | 2008-10-05 |
| * | Add handle values to the buffering LOGFQUEUE messages for easier debugging. | Nicolas Pennequin | 2008-07-18 |
| * | Fix FS#9137 and FS#8194 (the end of a track is cut off after rebuffering): th... | Nicolas Pennequin | 2008-07-18 |
| * | Hopefully fix FS #9153, as well as another bug (in fill_buffer) that could ca... | Magnus Holmgren | 2008-07-11 |
| * | Fix FS#8964 (CPU remains boosted after buffering). 'filling' needs to be set ... | Nicolas Pennequin | 2008-07-02 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Lock the linked list mutex when accessing the memory handles. This should fix... | Nicolas Pennequin | 2008-05-13 |
| * | Remove unused #define. | Steve Bavin | 2008-04-30 |
| * | Cleaned up playblack.h header file and usage of it. | Bertrik Sikken | 2008-04-28 |
| * | Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki... | Nicolas Pennequin | 2008-04-16 |
| * | A rather big change to how tracks are loaded: there are now two parts to the ... | Nicolas Pennequin | 2008-04-14 |