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
2010-08-30
don't cast to int when not needed
Rafaël Carré
2010-08-30
panicf() is declared in panic.h
Rafaël Carré
2010-08-30
audio_reset_buffer: check audiobuffer size not only in DEBUG builds
Rafaël Carré
2010-08-11
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...
Magnus Holmgren
2010-06-23
playback.c: don't assume cacheline size is 16 bytes
Rafaël Carré
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-06
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
2010-05-16
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...
Jonathan Gordon
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-04-24
FS#11099 - Rewind before resume
Magnus Holmgren
2010-04-17
drop the playlist viewer stack usage by reading straiught off the buffer inst...
Jonathan Gordon
2010-03-14
Minor clean up in playback.c
Andree Buschmann
2010-03-14
Implement resume for alac codec.
Andree Buschmann
2010-02-28
Make the buffer low-level watermark (and the related anti-skip setting) work ...
Magnus Holmgren
2010-02-18
Fix FS#11004 - Buffering crashes when skipping back from end of song.
Thomas Martitz
2010-01-15
Get rid of those horrible macros to protect against NULL reference when looki...
Jonathan Gordon
2010-01-13
FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...
Jonathan Gordon
2009-11-21
Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...
Michael Giacomelli
2009-11-16
Cleanup audio.h, related functions
Jeffrey Goode
2009-11-16
pcmbuf cleanup
Jeffrey Goode
2009-11-11
Crossfade: added a new option, rewrote decision logic, updated manual and men...
Jeffrey Goode
2009-11-10
Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...
Jeffrey Goode
2009-11-09
Playback: removed duplicate functions
Jeffrey Goode
2009-11-05
pcmbuf: clarify and simplify crossfade code, etc.
Jeffrey Goode
2009-11-04
Clarify track transition code in pcmbuf and playback. No functional changes yet.
Jeffrey Goode
2009-11-02
Playback.c: Eliminate repetitive watermark calculation when the buffer is idl...
Jeffrey Goode
2009-11-02
Tweak logf statements
Jeffrey Goode
2009-11-01
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...
Jeffrey Goode
2009-10-31
Fix yellow, defines
Jeffrey Goode
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-10-16
Rework albumart buffering internally to allow for mutliple albumart sizes.
Thomas Martitz
2009-08-23
Remove unused defines
Maurus Cuelenaere
2009-08-06
Remove some unused #includes
Bertrik Sikken
2009-08-03
A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...
Thomas Martitz
2009-07-27
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
2009-07-23
Get cuesheets working again (hopefully fixes FS#10460), on swcodec only read ...
Jonathan Gordon
2009-07-20
fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...
Jonathan Gordon
2009-07-20
rework cuesheet support:
Jonathan Gordon
2009-07-14
FS#10080
Nils Wallménius
2009-06-29
Bugfix for FS#10157 - "inaccurate seeking while paused" by Jeffrey Goode.
Thomas Martitz
2009-06-29
FS#10377 - "PCM buffer remainder is played under too many conditions" by Jeff...
Thomas Martitz
2009-06-17
Commit FS#10335 from Jeffrey Goode.
Dan Everton
2009-06-10
Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual track...
Thomas Martitz
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-04-21
In audio_current_track(), don't overwrite thistrack_id3 when it is being used...
Boris Gjenero
2009-04-19
Fix red introduced in r20747
Boris Gjenero
2009-04-19
Add anti-skip buffer time when calculating watermark. This fixes the "Anti-Sk...
Boris Gjenero
2009-04-14
fix FS#10102 (progress doesnt get updated on the first track of a boot) and h...
Jonathan Gordon
[next]