summaryrefslogtreecommitdiff
path: root/apps/buffering.c (follow)
Commit message (Expand)AuthorAge
* Buffering: Switch to a more general handle caching typeMichael Sevakis2017-05-08
* Fix some problems with playback crashingMichael Sevakis2017-04-08
* Cleanup unused functionMihail Zenkov2016-04-04
* Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis2014-08-30
* buffering.c: Patch up some straggling strlcpy warningsMichael Sevakis2014-04-03
* Apparently some builds still need string.h in buffering.cMichael Sevakis2014-04-02
* Buffering: Remove buf_ridx and buf_widx; these data are verbose.Michael Sevakis2014-04-03
* SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.Michael Sevakis2013-06-29
* Fix whitespaceMichael Sevakis2013-06-29
* Fix some lockup caused by handles not being initialized to < 0...Michael Sevakis2012-05-21
* Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback...Michael Sevakis2011-05-09
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Buffering should truncate if read() returns 0 since it's not a valid return t...Michael Sevakis2011-03-21
* Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis2011-03-16
* Use ringbuf_add in buffering when incrementing for initial allocation of non-...Michael Sevakis2011-03-13
* Do the ridx > widx check where it should be done. A small rebuffering request...Michael Sevakis2011-03-02
* buffering: Unusual cases when a handle ridx is briefly seeked ahead of widx n...Michael Sevakis2011-03-02
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Code police buffering.c a little - use already predominant style - shorted li...Michael Sevakis2011-02-14
* Buffering: tin cup. Update threading structure and handle rebuffer more relia...Michael Sevakis2011-02-14
* Leave a gap between all handles because ringbuf_add_cross interprets equal po...Michael Sevakis2011-02-14
* Needed to do a few more things to have r29291 correct.Michael Sevakis2011-02-13
* Change add_handle to never have side effects on the buffer if it fails. It ac...Michael Sevakis2011-02-13
* Oops. Put back some changes to go only with others.Michael Sevakis2011-02-12
* Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec...Michael Sevakis2011-02-12
* buffering: Don't execute move-handle-ony case if handle is of metadata type (...Michael Sevakis2011-02-10
* Disable buffering codecs (and code generally) on RaaA.Thomas Martitz2011-02-09
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Buffering should align itself and not rely on buffering_reset parameters when...Michael Sevakis2011-02-09
* buffering: Fix a case that could allow widx to fully wrap to ridx and overflo...Michael Sevakis2011-02-09
* Roll back unintentionally submitted file.Andree Buschmann2011-02-03
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Fix FS#11586. Corrects rebuffering behaviour which did not allow to play seve...Andree Buschmann2010-08-30
* Oops, committed before finishing the removal of "#include "memory.h""Thomas Martitz2010-08-12
* Remove some redundant #include'sBertrik Sikken2010-06-29
* playback.c: don't assume cacheline size is 16 bytesRafaël Carré2010-06-23
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* fix: when move_handle() is successful, the return valueYoshihisa Uchida2010-05-24
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode2010-05-15
* Hopefully the last warningFrank Gevaerts2010-05-14
* Fix various size_t related warnings and errorsFrank Gevaerts2010-05-14
* cast ssize_t to longRafaël Carré2010-05-14
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make storage alignement use cache alignement macrosRafaël Carré2010-03-25
* Use a helpfer function to avoid ugly casting and correct some data types (no ...Thomas Martitz2010-02-20
* Hopefully fix yellow now, I don't understand why %ld works for ssize_t but %l...Thomas Martitz2010-02-18
* Fix yellow caused by signedness.Thomas Martitz2010-02-18
* Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz2010-02-18