haiku/src
Adrien Destugues ff72ec4fee APE reader: optimize seeking
* The APE SDK can only decode rather big chunks at a time (several
seconds), so our reader keeps an internal buffer of the last decoded
chunk.
* However, this was always dropped when seeking, meaning the same few
seconds of sound were decoded again and again.
* I'm not sure why MediaPlayer is trying to seek to the position it
already is at, but we can make it work, so why not.

Now the existing buffer is reused if possible when seeking. This makes
it possible to play APE files in MediaPlayer.

Also, several more style fixes.
2014-12-10 09:34:51 +01:00
..
add-ons APE reader: optimize seeking 2014-12-10 09:34:51 +01:00
apps DriveSetup: Also mount BDiskDevices which contain a file system. 2014-12-10 08:06:05 +01:00
bin Removed implicit conversion to int32 (CID: 1251478) 2014-12-03 21:22:54 +01:00
build os/support: implement atomic_*() using GCC builtin helpers 2014-08-25 23:05:07 +02:00
data Keymaps: add Russian ruble symbol... 2014-12-08 12:48:29 +01:00
documentation
kits Build fix. 2014-12-09 17:30:55 +01:00
libs Update udis86 to current version. 2014-11-12 11:25:41 +01:00
preferences FileTypes: fix layout of the FileTypeWindow. 2014-12-09 09:50:54 +01:00
servers SATDecorator: use the correct tab color 2014-12-09 09:34:08 +01:00
system FileDevice: implement icon ioctls 2014-12-02 09:04:56 +01:00
tests ScreenTest: style fixes. 2014-12-09 15:17:20 +01:00
tools Fix various typos and inconsistencies in strings 2014-11-24 09:42:26 +01:00
Jamfile