haiku/src/kits/media
Jérôme Duval 287cc7652b fix gcc4 build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22590 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-16 19:02:28 +00:00
..
!missing_symbols.cpp (Temporarily?) removed the private API exports that the new SoundPlay 4.8.1 2004-01-20 23:32:09 +00:00
Buffer.cpp added comment 2003-09-07 22:32:51 +00:00
BufferConsumer.cpp added unused debug output 2003-10-01 16:59:58 +00:00
BufferGroup.cpp fixed assigned BBuffer size, the size of a buffer is now the requested size, not the allocated size 2004-02-29 22:25:05 +00:00
BufferIdCache.cpp cached BBuffer object are not allowed to be deleted until they are Recycled, 2003-09-07 22:35:06 +00:00
BufferIdCache.h cached BBuffer object are not allowed to be deleted until they are Recycled, 2003-09-07 22:35:06 +00:00
BufferProducer.cpp added unused debug output 2003-10-01 16:59:58 +00:00
ChunkCache.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
ChunkCache.h Media Codec API just got a visit from the coding style police. 2005-06-30 00:24:06 +00:00
Controllable.cpp removed/fixed warnings 2003-08-31 02:18:11 +00:00
DataExchange.cpp debugging instrumentation for Cortex lockup bug (some weeks old already) 2007-08-21 18:44:55 +00:00
DecoderPlugin.cpp Moved creating and destroying of Reader and Decoder plugins into the PluginManager class. 2007-06-02 20:00:48 +00:00
DefaultMediaTheme.cpp Some cleanup. 2007-10-15 14:09:14 +00:00
DormantNodeManager.cpp removed/fixed warnings 2003-08-31 02:18:11 +00:00
FileInterface.cpp clean up of debugging functions 2003-06-19 14:53:41 +00:00
Jamfile fixed build for R5 : now uses inttypes.h because it's present on R5 also 2006-09-21 12:29:49 +00:00
MediaAddOn.cpp removed/fixed warnings 2003-08-31 02:18:11 +00:00
MediaDecoder.cpp Moved creating and destroying of Reader and Decoder plugins into the PluginManager class. 2007-06-02 20:00:48 +00:00
MediaDefs.cpp fixed build for R5 : now uses inttypes.h because it's present on R5 also 2006-09-21 12:29:49 +00:00
MediaEncoder.cpp removed warnigs 2002-07-12 14:01:44 +00:00
MediaEventLooper.cpp removed port unblock workaround, as port API should work now similar to BeOS R5 2006-03-09 09:56:13 +00:00
MediaExtractor.cpp Moved creating and destroying of Reader and Decoder plugins into the PluginManager class. 2007-06-02 20:00:48 +00:00
MediaFile.cpp address compiler warnings 2004-11-21 03:43:15 +00:00
MediaFiles.cpp address compiler warnings 2004-11-21 03:43:15 +00:00
MediaFormats.cpp new MediaFormats. node monitoring codec plugin loading. codec mods to support new codec api to retrieve supported formats. 2004-02-02 05:26:40 +00:00
MediaNode.cpp debugging instrumentation for Cortex lockup bug (some weeks old already) 2007-08-21 18:44:55 +00:00
MediaPlugin.cpp Removed now unused methods, added license. 2004-01-23 07:14:47 +00:00
MediaRoster.cpp debugging instrumentation for Cortex lockup bug (some weeks old already) 2007-08-21 18:44:55 +00:00
MediaTheme.cpp * The "no theme available" string is now resized as needed. 2006-11-02 12:54:33 +00:00
MediaTrack.cpp Moved creating and destroying of Reader and Decoder plugins into the PluginManager class. 2007-06-02 20:00:48 +00:00
Notifications.cpp removed/fixed warnings 2003-08-31 02:18:11 +00:00
OldAudioModule.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldAudioModule.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldAudioStream.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldAudioStream.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldBufferMsgs.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldBufferStream.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldBufferStream.h fix gcc4 build 2007-10-16 19:02:28 +00:00
OldBufferStreamManager.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldBufferStreamManager.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldMediaDefs.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldMediaKit.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldMediaModule.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldMediaModule.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldSoundFile.cpp fixed newline at end of file. 2002-09-28 22:00:14 +00:00
OldSoundFile.h It is accomplished ... 2002-07-09 12:24:59 +00:00
OldSubscriber.cpp removed warnigs 2002-07-12 14:01:44 +00:00
OldSubscriber.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ParameterWeb.cpp Added a stub BTextParameter as in Dano, I'd need that for ESDSink at least. 2007-02-16 23:40:49 +00:00
PlaySound.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
PluginManager.cpp cleanup 2007-06-02 23:16:54 +00:00
PortPool.cpp removed warnigs 2002-07-12 14:01:44 +00:00
ReaderPlugin.cpp latest api changes... 2003-11-04 01:32:33 +00:00
RealtimeAlloc.cpp applied style guide a little bit 2005-08-20 22:17:04 +00:00
SharedBufferList.cpp changed B_ANY_KERNEL_ADDRESS to B_ANY_ADDRESS, as our kernel doesn't allow user applications to create kernel areas 2005-10-11 21:27:20 +00:00
Sound.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
SoundFile.cpp partial SoundFile implementation 2003-12-29 08:57:50 +00:00
SoundPlayer.cpp fixed reversed source and destination node ids, by using the new BMedisRoster::Disconnect function. 2006-03-07 12:54:02 +00:00
SoundPlayNode.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
SoundPlayNode.h Massive BSoundPlayer rewrite. Format negotiation and node registering/unregistering fixed. 2004-10-24 00:16:27 +00:00
TimeCode.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
TimedEventQueue.cpp cleanup of DEBUG and NDEBUG usage in media kit 2005-08-20 23:49:39 +00:00
TimedEventQueuePrivate.cpp removed usage of memcpy where not needed 2006-08-27 20:30:39 +00:00
TimedEventQueuePrivate.h various small changes 2002-11-24 00:27:09 +00:00
TimeSource.cpp debugging instrumentation for Cortex lockup bug (some weeks old already) 2007-08-21 18:44:55 +00:00
TimeSourceObject.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
TimeSourceObject.h Moved system time source code into media_addon_server. 2003-09-09 09:07:06 +00:00
TimeSourceObjectManager.cpp Moved system time source code into media_addon_server. 2003-09-09 09:07:06 +00:00
TimeSourceObjectManager.h * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
TrackReader.cpp removed/fixed warnings 2003-08-31 02:18:11 +00:00
TrackReader.h It is accomplished ... 2002-07-09 12:24:59 +00:00