haiku/src
Maurice Kalinowski 34faa5f214 * In case we do not have any frames to convert we'll need to break,
otherwise we end up in an endless loop. This only happened when
   the remaining raw data provided did not contain enough content.
   In this particular case there were only 2 bytes remaining though
   the decoder needed 4 bytes to handle at least 1 frame. Seems like
   the audio file only provided data for one channel in the end, which
   did not lead to a B_LAST_BUFFER_ERROR yet as it has been read properly.
 * This fixes bug 1708 and most probably 1275 as well (someone check and
   close please)

Didn't we just have a discussion about Media handling killing the system
:P

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26827 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-05 21:09:12 +00:00
..
add-ons * In case we do not have any frames to convert we'll need to break, 2008-08-05 21:09:12 +00:00
apps * fix of by one error, makes printing of ranges work properly 2008-08-05 20:42:34 +00:00
bin Prevent softfault, although I would like not to have to declare the sender if I dont care... 2008-07-24 18:28:27 +00:00
build * Increased the maximal number of (pseudo) semaphores. 2008-08-05 16:52:11 +00:00
data update to tzdata2008d 2008-07-19 10:47:57 +00:00
documentation
kits * replace some whitespaces 2008-08-05 20:40:49 +00:00
libs * make use of libprint inbuild Preview class 2008-08-05 20:39:11 +00:00
preferences Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
servers * Since ShowWindow() could call ActivateWindow() again as well, we should 2008-08-03 16:19:25 +00:00
system * Added a DMAResource::Init() method that gets a device node - for now, it will 2008-08-05 21:00:02 +00:00
tests Test program to reproduce bug #2562. 2008-08-04 14:23:06 +00:00
tools gcc4 build fix 2008-08-05 08:33:40 +00:00
Jamfile