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