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
2009-03-01
Correct comment and log message for failed AlbumArt bitmap loading.
Antonius Hellmann
2009-03-01
Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over a...
Antonius Hellmann
2009-02-28
Remove some unused code. bufopen for TYPE_ID3 can only return ERR_BUFFER_FULL...
Thomas Martitz
2009-02-25
make audio_get_buffer() properly invalidate the buffer (FS#9935, fix by Nicol...
Frank Gevaerts
2009-02-23
Now that filling is supposed to be reliable we can safely calculate the water...
Thomas Martitz
2009-02-23
Set filling properly when codec doesn't fit too.
Thomas Martitz
2009-02-23
Fix two rare bugs which caused playback to not unboost. The filling state was...
Thomas Martitz
2009-02-23
Check for buffer low condition in AlbumArt bitmap loading to assure correct A...
Antonius Hellmann
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-01-31
FS#9638 - temp_cue is unused and wasting memory.
Bertrik Sikken
2009-01-11
Increased default watermark from 3 to 5 seconds.
Björn Stenberg
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
2009-01-05
Better just do some cache maintenence there for good luck.
Michael Sevakis
2009-01-05
Have the codec thread do callbacks instead of messing with the stack which is...
Michael Sevakis
2008-12-25
Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...
Michael Giacomelli
2008-12-13
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...
Michael Sevakis
2008-12-13
PCM buffer beeping needs the audio buffer reset in order to work after operat...
Michael Sevakis
2008-12-13
Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...
Michael Sevakis
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-12-07
Meg F/X can beep and click using a hardware timer so let us try it out. To ma...
Michael Sevakis
2008-12-04
playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG)
Rafaël Carré
2008-12-04
Fix FS#8282 - if next-dir fails resume the old playlist
Jonathan Gordon
2008-12-01
FS#8814 - remove the "restarting playback" splash because its pointless..
Jonathan Gordon
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-26
Try to fix FS#9502: end playback properly if no valid files were found in a p...
Magnus Holmgren
2008-10-22
fix FS#8124 - pressing STOP after seeking while paused causes playback to sta...
Jonathan Gordon
2008-10-19
Codec memory reorganization
Nils Wallménius
2008-10-16
Accept FS#7482 by Klaas Bosteels - return the full path of a file which doesn...
Jonathan Gordon
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
2008-10-14
Added #include pcm_record.h
Björn Stenberg
2008-10-07
add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...
Frank Gevaerts
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-07-15
Accept FS#8918: Voice multiple thumbnails and talk race fixes.
Stéphane Doyon
2008-06-30
Fix FS#8977. The issue was caused by multiple successive calls to audio_load_...
Nicolas Pennequin
2008-06-29
Fix FS#9110 and its maybe-dupes.
Nicolas Pennequin
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-05
Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...
Nicolas Pennequin
2008-04-28
Cleaned up playblack.h header file and usage of it.
Bertrik Sikken
2008-04-16
bufgetid3 should be used carefully, as it can return NULL.
Nicolas Pennequin
2008-04-16
Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...
Nicolas Pennequin
2008-04-15
audio_current_track: take wps_offset into account when no buffered metadata i...
Nicolas Pennequin
2008-04-15
Some bugfixes after r17109:
Nicolas Pennequin
2008-04-15
Remove a global variable which is (hopefully) not needed. Also fixes a very m...
Steve Bavin
2008-04-14
A rather big change to how tracks are loaded: there are now two parts to the ...
Nicolas Pennequin
2008-04-14
Revert what was left of r17018 until I find a better way. It had quirks in so...
Nicolas Pennequin
2008-04-14
FS#8882: Fix the bug where skipping backwards with Ogg files could result in ...
Nicolas Pennequin
2008-04-12
Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...
Michael Giacomelli
2008-04-07
Bring the WPS playlist index display into sync with the track being played by...
Nicolas Pennequin
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-04-03
Fix FS#8513 (Playback occasionally repeats a track when rebuffering occurs) a...
Nicolas Pennequin
[next]