index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playback.c
Age
Commit message (
Expand
)
Author
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
2013-11-10
playback: Fix build with LOGF_ENABLE.
Andrew Ryabinin
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
2013-06-29
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Michael Sevakis
2013-06-30
Update software recording engine to latest codec interface.
Michael Sevakis
2013-06-30
Fix some whitespace in files changed in following commit.
Michael Sevakis
2013-05-31
Argh, move a comment to the (now) proper location. :)
Michael Sevakis
2013-05-31
Have voice fire an event when it starts and stops playing.
Michael Sevakis
2013-05-31
Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.c
Michael Sevakis
2013-05-31
Some corrections after 5857c44.
Michael Sevakis
2013-05-31
Refactor audio thread to run both recording and playback.
Michael Sevakis
2013-03-24
Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning)
Bertrik Sikken
2012-05-24
More snafu fix. Need a couple more patchups for now.
Michael Sevakis
2012-05-21
Fix some lockup caused by handles not being initialized to < 0...
Michael Sevakis
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2012-05-01
rbcodec refactoring: autoresumable
Sean Bartell
2012-04-28
rbcodec refactoring: get_audio_base_data_type
Sean Bartell
2012-03-25
buflib/shrink_callback: Resume playback only if it was playing (not paused).
Thomas Martitz
2012-03-19
Option to constrain get_next_dir() to directories below global_settings.start...
Nick Peskett
2011-12-22
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
2011-12-16
FS #12419 : Support for embedded cuesheets.
Nick Peskett
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
2011-11-17
Buflib: Make shrinking and buflib_available() smarter.
Thomas Martitz
2011-11-06
Fix warning and typos.
Thomas Martitz
2011-11-05
Fix FS#12279 - playback starts from the beginning when changing themes.
Thomas Martitz
2011-11-03
In the playback buflib shrink callback, ensure a minimum buffer remains for
Thomas Martitz
2011-10-12
Make a few local functions static
Bertrik Sikken
2011-09-19
Revert r30480 "Buflib/swcodec: Improve playback stopping behavior on allocati...
Thomas Martitz
2011-09-08
Buflib/swcodec: Improve playback stopping behavior on allocation.
Thomas Martitz
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
2011-09-01
Remove obsolete init cruft from audio system because of diminished dependenci...
Michael Sevakis
2011-08-30
Fix red.
Andree Buschmann
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
2011-08-26
Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck t...
Steve Bavin
2011-08-23
Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...
Michael Sevakis
2011-08-22
Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cue...
Michael Sevakis
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-08-01
revert r30226, which is apparently broken.
Frank Gevaerts
2011-07-31
Reload the current playlist after reboot even if it has ended. (FS#11644)
Frank Gevaerts
2011-07-09
The voice PCM buffer has nothing to do with the playback PCM buffer any longe...
Michael Sevakis
2011-07-08
Have mpegplayer use the mixer (the playback channel, since it's mutually excl...
Michael Sevakis
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
2011-05-25
Workaround an occasional problem where album art or cuesheets might not be re...
Michael Sevakis
2011-05-20
Fix FS#12118 - Voice UI has issues talking various issues in menus and in the...
Michael Sevakis
2011-05-09
Fix whitespace and some comment typos
Jeffrey Goode
2011-04-27
Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.
Michael Sevakis
[next]