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
2011-09-08
Buflib/swcodec: Improve playback stopping behavior on allocation.
Thomas Martitz
1
-37
/
+25
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
1
-11
/
+2
2011-09-01
Remove obsolete init cruft from audio system because of diminished dependenci...
Michael Sevakis
1
-12
/
+2
2011-08-30
Fix red.
Andree Buschmann
1
-0
/
+1
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-9
/
+67
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-19
/
+35
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
1
-121
/
+90
2011-08-26
Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck t...
Steve Bavin
1
-1
/
+1
2011-08-23
Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...
Michael Sevakis
1
-15
/
+25
2011-08-22
Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cue...
Michael Sevakis
1
-0
/
+1
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
1
-18
/
+27
2011-08-01
revert r30226, which is apparently broken.
Frank Gevaerts
1
-4
/
+0
2011-07-31
Reload the current playlist after reboot even if it has ended. (FS#11644)
Frank Gevaerts
1
-0
/
+4
2011-07-09
The voice PCM buffer has nothing to do with the playback PCM buffer any longe...
Michael Sevakis
1
-2
/
+14
2011-07-08
Have mpegplayer use the mixer (the playback channel, since it's mutually excl...
Michael Sevakis
1
-4
/
+2
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-3
/
+17
2011-05-25
Workaround an occasional problem where album art or cuesheets might not be re...
Michael Sevakis
1
-0
/
+11
2011-05-20
Fix FS#12118 - Voice UI has issues talking various issues in menus and in the...
Michael Sevakis
1
-1
/
+1
2011-05-09
Fix whitespace and some comment typos
Jeffrey Goode
1
-21
/
+21
2011-04-27
Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.
Michael Sevakis
1
-0
/
+2
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-1609
/
+2981
2011-04-07
Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...
Andree Buschmann
1
-10
/
+1
2011-04-07
Fix regressions of r29682. Update playlist index resume position when playlis...
Andree Buschmann
1
-0
/
+8
2011-04-06
Fix FS#12043. Next track was resumed when pausing and shutting down the playe...
Andree Buschmann
1
-0
/
+2
2011-03-14
Fixed a typo. (Thanks Jeff!)
Björn Stenberg
1
-1
/
+1
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
1
-0
/
+2
2011-03-06
Remove malloc_buf references from playback.c since it's no longer used for an...
Michael Sevakis
1
-15
/
+8
2011-02-28
autoresume: Optimize playlist resume (manual, bookmark, or after power-on)
Michael Hohmuth
1
-2
/
+2
2011-02-23
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
1
-107
/
+248
2011-02-16
FS#11933: Check for external album art if embedded album art fails to load.
Magnus Holmgren
1
-49
/
+56
2011-02-10
Always do proper mp3entry copying instead of using bufread directly. Add bufr...
Michael Sevakis
1
-18
/
+20
2011-02-10
audio_peek_track should copy the struct mp3entry instead of pointing directly...
Michael Sevakis
1
-4
/
+9
2011-02-09
Disable buffering codecs (and code generally) on RaaA.
Thomas Martitz
1
-4
/
+11
2011-02-09
Embedded album art support in MP3/ID3v2 tags.
Thomas Martitz
1
-8
/
+27
2011-02-08
Add option to resume next track on automatic track change
Michael Hohmuth
1
-2
/
+7
2011-02-08
Do not update resume information and do not log statistics when a
Michael Hohmuth
1
-0
/
+9
2011-01-02
Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...
Michael Giacomelli
1
-5
/
+35
2010-11-23
Accept FS#11721 by Michael Hohmuth
Jonathan Gordon
1
-0
/
+6
2010-08-30
don't cast to int when not needed
Rafaël Carré
1
-1
/
+1
2010-08-30
panicf() is declared in panic.h
Rafaël Carré
1
-0
/
+1
2010-08-30
audio_reset_buffer: check audiobuffer size not only in DEBUG builds
Rafaël Carré
1
-5
/
+1
2010-08-11
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...
Magnus Holmgren
1
-1
/
+3
2010-06-23
playback.c: don't assume cacheline size is 16 bytes
Rafaël Carré
1
-6
/
+6
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-3
/
+3
2010-06-06
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
1
-2
/
+0
2010-05-16
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...
Jonathan Gordon
1
-0
/
+1
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
1
-1
/
+1
2010-04-24
FS#11099 - Rewind before resume
Magnus Holmgren
1
-0
/
+13
2010-04-17
drop the playlist viewer stack usage by reading straiught off the buffer inst...
Jonathan Gordon
1
-2
/
+3
2010-03-14
Minor clean up in playback.c
Andree Buschmann
1
-16
/
+4
[prev]
[next]