summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Fix some logf warnings.Nicolas Pennequin2007-11-05
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low2007-11-05
* Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low2007-11-05
* make handle_id of zero valid, stop using memsets to clear tracks, should be n...Brandon Low2007-11-04
* OTher part of previousBrandon Low2007-11-04
* More attempt to fix 8077Brandon Low2007-11-04
* This part was good, bring it backBrandon Low2007-11-03
* Revert recent changes that are brokenBrandon Low2007-11-03
* Make handle id semantics more like file id. This may need to be revisited if...Brandon Low2007-11-03
* Misc. buffering related playback tweaksBrandon Low2007-11-03
* Make atomic type work for even first track. Rework low buffer handling... us...Brandon Low2007-11-03
* Use the correct event state constants.Michael Sevakis2007-11-03
* Logf when a file is loaded atomic not packetBrandon Low2007-11-03
* Comments and a fix to possibly get more out of backward skipping without rebu...Brandon Low2007-11-03
* Make bufread and bufgetdata blocking. They now return when enough data is ava...Nicolas Pennequin2007-11-02
* Improve upon my hackity hack from before by separating audio into two types: ...Brandon Low2007-11-02
* Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2007-10-31
* Fix a file descriptor leak that happened with large directories of small file...Nicolas Pennequin2007-10-30
* Fix a logf warningBrandon Low2007-10-30
* Revert r15360: It didn't completely fix the problem and it's a bit dirty. A b...Nicolas Pennequin2007-10-30
* Invalidate prevtrack_id3 on all track skips to prevent next track info from b...Nicolas Pennequin2007-10-29
* Update "elapsed" and "offset" in the mp3entries on the main buffer in the cor...Nicolas Pennequin2007-10-29
* Prefix the error constants with ERR_Nicolas Pennequin2007-10-29
* Oops, sucky workaround wasn't meant to be committed.Steve Bavin2007-10-29
* Tiny bit of code policing: remove unneeded variable and spaces at end-of-line.Steve Bavin2007-10-29
* Add #defines for error values. Makes the code easier to read.Nicolas Pennequin2007-10-28
* Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin2007-10-27
* Prevent the audio queue from getting flooded with fill buffer messages.Nicolas Pennequin2007-10-27
* Make voice and codec queues private so they don't receive system messages. Th...Michael Sevakis2007-10-27
* Make buffering initialization versus reset separate functions to avoid double...Brandon Low2007-10-27
* * Only call bufgetcodec onceNicolas Pennequin2007-10-27
* Simple fix which should improve track change performance slightlyBrandon Low2007-10-27
* Code police: static internal functions.Steve Bavin2007-10-26
* Check the audio queue for new messages while filling the buffer with tracks. ...Nicolas Pennequin2007-10-25
* Finally commit Metadata on Buffer!Nicolas Pennequin2007-10-25
* logf changes:Nicolas Pennequin2007-10-24
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Fix a problem that caused stale pcm data to be played subsequent to aStéphane Doyon2007-10-18
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Thanks to Nico_P, struct track_info can now be internal to playback.cSteve Bavin2007-10-02
* Enable auto reply for queue messages sent with queue_send. It's only nescessa...Michael Sevakis2007-09-30
* Fix disabling voice.Tomasz Malesinski2007-09-22
* Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen2007-09-19
* Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and...Nils Wallménius2007-08-29
* Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin2007-08-14
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* Formatting consistency and fix further case of FS#6266 if user starts new pla...Steve Bavin2007-08-02
* Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius2007-08-01
* Hopefully fix the problems with voice not cancelling its CPU boost.Michael Sevakis2007-07-31