haiku/src/kits/media
Adrien Destugues 72d4735712 Register media add-ons on BMediaFormat::GetFormatFor().
* Fixes #11018.
* In this case the FormatManager format list is accessed without going
throught the AddOnManager, so we must tell the AddOnManager to register
the add-ons (as this is what populates the FormatManager format list).
* Remove now unneeded workaround in mp3_decoder_test.
2014-10-22 15:25:06 +02:00
..
!missing_symbols.cpp
AddOnManager.cpp Register media add-ons on BMediaFormat::GetFormatFor(). 2014-10-22 15:25:06 +02:00
AddOnManager.h Register media add-ons on BMediaFormat::GetFormatFor(). 2014-10-22 15:25:06 +02:00
Buffer.cpp
BufferCache.cpp
BufferCache.h
BufferConsumer.cpp
BufferGroup.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
BufferProducer.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
ChunkCache.cpp
ChunkCache.h
Controllable.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
DataExchange.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
DecoderPlugin.cpp
DefaultMediaTheme.cpp
DormantNodeManager.cpp Initial changes to remove /boot/common 2013-10-03 21:52:25 +02:00
EncoderPlugin.cpp
FileInterface.cpp
FormatManager.cpp Convert more printf to TRACE in media kit. 2014-04-27 18:03:03 +02:00
FormatManager.h Plugin loading: style fixes. 2014-04-02 14:05:11 +02:00
Jamfile Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
MediaAddOn.cpp
MediaDecoder.cpp Fixing an "error" in how BMediaDecoder was built. 2012-01-27 22:47:12 +01:00
MediaDefs.cpp Move media plug-in support to application side. 2014-04-02 09:56:32 +02:00
MediaEncoder.cpp
MediaEventLooper.cpp Remove some traces sent to application stdout. 2014-04-23 15:13:14 +02:00
MediaExtractor.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
MediaFile.cpp
MediaFiles.cpp
MediaFormats.cpp Register media add-ons on BMediaFormat::GetFormatFor(). 2014-10-22 15:25:06 +02:00
MediaNode.cpp try to avoid a media_addon_server crash on quit (bug #5863). 2013-10-19 19:51:48 +02:00
MediaPlugin.cpp
MediaRoster.cpp Convert more printf to TRACE in media kit. 2014-04-27 18:03:03 +02:00
MediaTheme.cpp
MediaTrack.cpp MediaTrack: gaurd printf's behind TRACE_MEDIA_TRACK 2013-08-31 17:02:00 -04:00
MediaWriter.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
Notifications.cpp kits: Fix a few missed spelling issues 2012-02-08 18:06:03 -06:00
OldAudioModule.cpp
OldAudioModule.h
OldAudioStream.cpp
OldAudioStream.h
OldBufferMsgs.h
OldBufferStream.cpp
OldBufferStream.h
OldBufferStreamManager.cpp
OldBufferStreamManager.h kits: Some spelling cleanup of common mistyped words 2012-02-08 16:50:18 -06:00
OldMediaDefs.h
OldMediaKit.h
OldMediaModule.cpp
OldMediaModule.h
OldSubscriber.cpp
OldSubscriber.h
ParameterWeb.cpp media: Fix ParameterWeb (un)flattening behavior for x86_64. 2013-12-25 18:39:02 +01:00
PlaySound.cpp
PluginManager.cpp Convert more printf to TRACE in media kit. 2014-04-27 18:03:03 +02:00
ReaderPlugin.cpp
RealtimeAlloc.cpp libmedia: use size_t consistently in rtm_pool. 2013-12-04 21:30:21 +01:00
request_data.cpp
SharedBufferList.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
Sound.cpp
SoundConsumer.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
SoundFile.cpp CID 611239: Fix resource leak 2012-07-20 21:50:13 -04:00
SoundPlayer.cpp Some fixes for GCC 4.6 warning: variable set but not used 2012-02-23 20:32:13 +01:00
SoundPlayNode.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
SoundPlayNode.h
SoundUtils.cpp Move SoundConsumer to libmedia in the BPrivate namespace 2012-08-07 23:38:37 +02:00
TimeCode.cpp
TimedEventQueue.cpp
TimedEventQueuePrivate.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
TimedEventQueuePrivate.h
TimeSource.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
TimeSourceObject.cpp 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
TimeSourceObject.h
TimeSourceObjectManager.cpp
TimeSourceObjectManager.h
TrackReader.cpp TrackerReader: style fixes, no functional changes intended 2013-07-17 16:58:41 -04:00
TrackReader.h
WriterPlugin.cpp