index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
playback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
Automatic choice of playback frequency by the playing file properties
Igor B. Poretsky
1
-7
/
+76
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-2
/
+0
2020-07-08
Fix build errors introduced in a2fbccf
Solomon Peachy
1
-1
/
+1
2020-07-08
playback: Nothing should call ata_spinup_time() directly
Solomon Peachy
1
-1
/
+1
2018-12-22
Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)
William Wilgus
1
-13
/
+5
2018-10-18
Fix playback.c audio_track_count() warning
William Wilgus
1
-1
/
+1
2017-12-17
Get rid of useless playlist probing and fix up some data types.
Michael Sevakis
1
-49
/
+24
2017-12-15
Fix big WTF when closing the current track.
Michael Sevakis
1
-22
/
+6
2017-12-12
Get voice event out of playback.c
Michael Sevakis
1
-9
/
+0
2017-12-09
Fix yellow on hosted targets from c1a01be
Michael Sevakis
1
-0
/
+2
2017-12-09
Playback: Move internal track list onto buffer
Michael Sevakis
1
-327
/
+471
2017-12-07
Ensure ci is properly updated if seeking before track load completes
Michael Sevakis
1
-2
/
+4
2017-12-04
Playback: C99-ize FOREACH_ALBUMART; make loop counter local
Michael Sevakis
1
-6
/
+1
2017-11-24
Do playback restarts the proper way
Michael Sevakis
1
-3
/
+31
2017-04-06
Fix a problem with audio not starting on a list of short files
Michael Sevakis
1
-0
/
+7
2016-03-30
Fix broken logf
Mihail Zenkov
1
-1
/
+1
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
1
-1
/
+1
2015-01-11
Make a few local variables static
Thomas Jarosch
1
-2
/
+2
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
1
-13
/
+0
2014-06-20
Fix a playback bug in shink_callback()
Michael Sevakis
1
-2
/
+3
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-17
/
+22
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-45
/
+92
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
1
-129
/
+47
2013-11-10
playback: Fix build with LOGF_ENABLE.
Andrew Ryabinin
1
-5
/
+5
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
1
-48
/
+36
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
1
-1
/
+10
2013-06-29
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Michael Sevakis
1
-2
/
+2
2013-06-30
Update software recording engine to latest codec interface.
Michael Sevakis
1
-12
/
+0
2013-06-30
Fix some whitespace in files changed in following commit.
Michael Sevakis
1
-1
/
+1
2013-05-31
Argh, move a comment to the (now) proper location. :)
Michael Sevakis
1
-0
/
+1
2013-05-31
Have voice fire an event when it starts and stops playing.
Michael Sevakis
1
-0
/
+7
2013-05-31
Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.c
Michael Sevakis
1
-1
/
+1
2013-05-31
Some corrections after 5857c44.
Michael Sevakis
1
-0
/
+4
2013-05-31
Refactor audio thread to run both recording and playback.
Michael Sevakis
1
-250
/
+92
2013-03-24
Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning)
Bertrik Sikken
1
-1
/
+1
2012-05-24
More snafu fix. Need a couple more patchups for now.
Michael Sevakis
1
-2
/
+1
2012-05-21
Fix some lockup caused by handles not being initialized to < 0...
Michael Sevakis
1
-0
/
+3
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
1
-56
/
+39
2012-05-01
rbcodec refactoring: autoresumable
Sean Bartell
1
-0
/
+58
2012-04-28
rbcodec refactoring: get_audio_base_data_type
Sean Bartell
1
-5
/
+4
2012-03-25
buflib/shrink_callback: Resume playback only if it was playing (not paused).
Thomas Martitz
1
-1
/
+2
2012-03-19
Option to constrain get_next_dir() to directories below global_settings.start...
Nick Peskett
1
-1
/
+10
2011-12-22
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
1
-1
/
+1
2011-12-16
FS #12419 : Support for embedded cuesheets.
Nick Peskett
1
-3
/
+3
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
1
-6
/
+0
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
1
-4
/
+0
2011-11-17
Buflib: Make shrinking and buflib_available() smarter.
Thomas Martitz
1
-4
/
+15
2011-11-06
Fix warning and typos.
Thomas Martitz
1
-1
/
+1
2011-11-05
Fix FS#12279 - playback starts from the beginning when changing themes.
Thomas Martitz
1
-8
/
+26
2011-11-03
In the playback buflib shrink callback, ensure a minimum buffer remains for
Thomas Martitz
1
-4
/
+13
[next]