haiku/headers
Stephan Aßmus 6033e52a83 Implemented support for get_next_encoder() variations from MediaFormats.h.
The AddOnManager in the media_server registers one encoder entry per
successful EncoderPlugin::RegisterNextEncoder(). This gives us a first idea
what media_format_family and input/output media_type is supported. The
mechanism may have to be extended, or the Encoder needs an API to specialize
a format further. In that case, the get_next_encoder() version that takes
optional _acceptedInput/OutputFormat needs to instantiate the plugin and
needs to ask the Encoder. But AFAIK, no app uses it like that anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32005 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-07-31 00:46:36 +00:00
..
build Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +00:00
compatibility/bsd
cpp Since wchar support now works, the wstring typedef should now also be safe. 2009-07-29 14:09:43 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
gnu
legacy/network
libs Clean up. Renamed spool_file to spoolFile. 2009-07-11 14:37:11 +00:00
os * This header couldn't actually be used from C code, since C doesn't support 2009-07-30 22:10:11 +00:00
posix Fixing #3460: 2009-07-29 19:45:09 +00:00
private Implemented support for get_next_encoder() variations from MediaFormats.h. 2009-07-31 00:46:36 +00:00
tools