summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Fix FS#8282 - if next-dir fails resume the old playlistJonathan Gordon2008-12-04
* FS#8814 - remove the "restarting playback" splash because its pointless..Jonathan Gordon2008-12-01
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Try to fix FS#9502: end playback properly if no valid files were found in a p...Magnus Holmgren2008-10-26
* fix FS#8124 - pressing STOP after seeking while paused causes playback to sta...Jonathan Gordon2008-10-22
* Codec memory reorganizationNils Wallménius2008-10-19
* Accept FS#7482 by Klaas Bosteels - return the full path of a file which doesn...Jonathan Gordon2008-10-16
* Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon2008-10-16
* Added #include pcm_record.hBjörn Stenberg2008-10-14
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon2008-07-15
* Fix FS#8977. The issue was caused by multiple successive calls to audio_load_...Nicolas Pennequin2008-06-30
* Fix FS#9110 and its maybe-dupes.Nicolas Pennequin2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...Nicolas Pennequin2008-05-05
* Cleaned up playblack.h header file and usage of it.Bertrik Sikken2008-04-28
* bufgetid3 should be used carefully, as it can return NULL.Nicolas Pennequin2008-04-16
* Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...Nicolas Pennequin2008-04-16
* audio_current_track: take wps_offset into account when no buffered metadata i...Nicolas Pennequin2008-04-15
* Some bugfixes after r17109:Nicolas Pennequin2008-04-15
* Remove a global variable which is (hopefully) not needed. Also fixes a very m...Steve Bavin2008-04-15
* A rather big change to how tracks are loaded: there are now two parts to the ...Nicolas Pennequin2008-04-14
* Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin2008-04-14
* FS#8882: Fix the bug where skipping backwards with Ogg files could result in ...Nicolas Pennequin2008-04-14
* Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli2008-04-12
* Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin2008-04-07
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Fix FS#8513 (Playback occasionally repeats a track when rebuffering occurs) a...Nicolas Pennequin2008-04-03
* Migrate the buffering code to the new events system.Nicolas Pennequin2008-04-03
* Fix an issue introduced by r16930 where rebuffering would happen one track to...Nicolas Pennequin2008-04-03
* Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin2008-04-03
* Fix a possible (though unlikely) deadlock condition spotted by jhMikeS. It wo...Nicolas Pennequin2008-04-02
* Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin2008-04-02
* Fixes FS#8597 (dropouts while crossfading) via keeping CPU boosted while cros...Andree Buschmann2008-03-30
* Fix sim warnings.Nicolas Pennequin2008-03-29
* Boost the audio thread while it's filling the buffer. In the audio and the bu...Nicolas Pennequin2008-03-29
* Use queue_empty instead of queue_peek again now that we don't care about the ...Nicolas Pennequin2008-03-29
* Move codec_get_file_pos somewhere else like the comment said should be done. ...Michael Sevakis2008-03-29
* Track playback filling state with a state-machine approach. There shouldn't b...Nicolas Pennequin2008-03-28
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* Oops, another pondlife puddle of red.Steve Bavin2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Oops, more red. That can't be static yet.Steve Bavin2008-03-25
* A little more consting/staticing, no functional change.Steve Bavin2008-03-25
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon2008-03-17
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen2008-03-09
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08