Age | Commit message (Expand) | Author |
2011-02-14 | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis |
2011-02-14 | Code police buffering.c a little - use already predominant style - shorted li... | Michael Sevakis |
2011-02-14 | Buffering: tin cup. Update threading structure and handle rebuffer more relia... | Michael Sevakis |
2011-02-14 | Leave a gap between all handles because ringbuf_add_cross interprets equal po... | Michael Sevakis |
2011-02-13 | Needed to do a few more things to have r29291 correct. | Michael Sevakis |
2011-02-13 | Change add_handle to never have side effects on the buffer if it fails. It ac... | Michael Sevakis |
2011-02-12 | Oops. Put back some changes to go only with others. | Michael Sevakis |
2011-02-12 | Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec... | Michael Sevakis |
2011-02-10 | buffering: Don't execute move-handle-ony case if handle is of metadata type (... | Michael Sevakis |
2011-02-09 | Disable buffering codecs (and code generally) on RaaA. | Thomas Martitz |
2011-02-09 | Embedded album art support in MP3/ID3v2 tags. | Thomas Martitz |
2011-02-09 | Buffering should align itself and not rely on buffering_reset parameters when... | Michael Sevakis |
2011-02-09 | buffering: Fix a case that could allow widx to fully wrap to ridx and overflo... | Michael Sevakis |
2011-02-03 | Roll back unintentionally submitted file. | Andree Buschmann |
2011-02-03 | Submit FS#11918: Add 2 more codec types to be able to differentiate between A... | Andree Buschmann |
2011-02-02 | Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)... | Andree Buschmann |
2010-08-30 | Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve... | Andree Buschmann |
2010-08-12 | Oops, committed before finishing the removal of "#include "memory.h"" | Thomas Martitz |
2010-06-29 | Remove some redundant #include's | Bertrik Sikken |
2010-06-23 | playback.c: don't assume cacheline size is 16 bytes | Rafaël Carré |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-05-24 | fix: when move_handle() is successful, the return value | Yoshihisa Uchida |
2010-05-16 | FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba... | Jonathan Gordon |
2010-05-15 | Eliminate %zd tag in printf format strings, replace them with %ld. The %z for... | Jeffrey Goode |
2010-05-14 | 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-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-03-25 | Make storage alignement use cache alignement macros | Rafaël Carré |
2010-02-20 | Use a helpfer function to avoid ugly casting and correct some data types (no ... | Thomas Martitz |
2010-02-18 | 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-12 | Convert RINGBUF_* macros to inline functions, saving binsize and improving ty... | Thomas Martitz |
2010-02-01 | Align addresses in the buffering code to STORAGE_ALIGN_MASK if the target has... | Torne Wuff |
2009-11-22 | buffering.c: cosmetics | Rafaël Carré |
2009-11-21 | Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S... | Michael Giacomelli |
2009-11-09 | Removed unneeded includes | Jeffrey Goode |
2009-10-25 | buffering: leave a comment to explain what is broken in the code and link to ... | Rafaël Carré |
2009-10-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-05-26 | Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. | Andrew Mahone |
2009-05-15 | Fix the lock contention stall during cover art load, by adding a separate mod... | Andrew Mahone |
2009-05-04 | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone |
2009-05-01 | Search for, and load, JPEG album art files. | Andrew Mahone |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-02-23 | Show the watermark in the "Show buffering thread" screen (in bytes). | Thomas Martitz |
2009-02-22 | This should fix the occasional data aborts mainly in conjunction with AlbumAr... | Antonius Hellmann |
2009-01-10 | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg |
2008-12-26 | Make scaler output truly pluggable, add an 8-bit greyscale output to | Andrew Mahone |