haiku/headers/os/media
Ingo Weinhold 758b1d0e05 Fixes that make Haiku build with gcc 4. Mainly out of the following
categories:
* Missing includes (like <stdlib.h> and <string.h>).
* Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so.
* Local variables shadowing parameters.
* Default parameters in function definitions (as opposed to function
  declarations).
* All C++ stuff (nothrow, map, set, vector, min, max,...) must be imported
  explicitly from the std:: namespace now.
* "new (sometype)[...]" must read "new sometype[...]", even if sometype is
  something like "const char *".
* __FUNCTION__ is no longer a string literal (but a string expression), i.e.
  'printf(__FUNCTION__ ": ...\n")' is invalid code.
* A type cast results in a non-lvalue. E.g. "(char *)buffer += bytes"
  is an invalid expression.
* "friend class SomeClass" only works when SomeClass is known before.
  Otherwise the an inner class with that name is considered as friend.
  gcc 4 is much pickier about scopes.
* gcc 4 is generally stricter with respect to type conversions in C.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14878 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-12 23:27:14 +00:00
..
Buffer.h It is accomplished ... 2002-07-09 12:24:59 +00:00
BufferConsumer.h Added BMediaRosterEx as friend class 2003-09-07 22:24:50 +00:00
BufferGroup.h It is accomplished ... 2002-07-09 12:24:59 +00:00
BufferProducer.h Added BMediaRosterEx as friend class 2003-09-07 22:24:50 +00:00
Controllable.h updated to include the same features/bugs as the screenshot in today's news. 2002-10-10 18:55:47 +00:00
FileInterface.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MediaAddOn.h Added automatic loading of physical input and output nodes. 2003-05-25 21:16:53 +00:00
MediaDecoder.h fixed GetNextChunk not connected bug 2004-02-22 06:12:45 +00:00
MediaDefs.h add AudioFrameSize convenience function to media_format 2004-02-29 22:52:22 +00:00
MediaEncoder.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MediaEventLooper.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MediaFile.h Added some new functions which seem to be required for Xentronics SampleStudio Pro. 2004-08-16 12:44:00 +00:00
MediaFiles.h Two additional functions to support gain selection for media files (sound events). 2004-08-15 11:54:17 +00:00
MediaFormats.h removed OGG family and meta format description 2004-01-25 22:28:19 +00:00
MediaNode.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
MediaRoster.h codec output format negotiation has been moved into NegotiateOutputFormat, 2003-12-06 23:21:23 +00:00
MediaTheme.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MediaTrack.h Added some new functions which seem to be required for Xentronics SampleStudio Pro. 2004-08-16 12:44:00 +00:00
ParameterWeb.h It is accomplished ... 2002-07-09 12:24:59 +00:00
PlaySound.h It is accomplished ... 2002-07-09 12:24:59 +00:00
RealtimeAlloc.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Sound.h It is accomplished ... 2002-07-09 12:24:59 +00:00
SoundFile.h add two pointers, remove 2 reserved uint32s 2003-12-29 08:57:10 +00:00
SoundPlayer.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
TimeCode.h It is accomplished ... 2002-07-09 12:24:59 +00:00
TimeSource.h This fix should prevent TimeSource control thread from using random semaphores, 2005-07-05 21:35:38 +00:00
TimedEventQueue.h It is accomplished ... 2002-07-09 12:24:59 +00:00