office-gobmx/avmedia
Thorsten Behrens 66a175834c c++ API: use css alias in generated headers, adds global css decl
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star

Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.

Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30 14:36:36 +01:00
..
inc sal_Bool to bool and some rtl::OUStrings in avmedia 2012-09-26 09:42:32 +00:00
prj translations is a source-only module 2012-10-01 15:19:10 +02:00
source c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01:00
util Use prefixes for the components here 2012-10-01 15:56:56 +03:00
AllLangResTarget_avmedia.mk
Library_avmedia.mk AllSettings with LanguageTag 2012-11-22 12:34:59 +01:00
Library_avmediagst.mk gbuild: invert handling of standard system libraries: 2012-10-01 13:54:43 +02:00
Library_avmediagst_0_10.mk gbuild: invert handling of standard system libraries: 2012-10-01 13:54:43 +02:00
Library_avmediaQuickTime.mk gbuild: invert handling of standard system libraries: 2012-10-01 13:54:43 +02:00
Library_avmediawin.mk gbuild: invert handling of standard system libraries: 2012-10-01 13:54:43 +02:00
Makefile
Module_avmedia.mk No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine 2012-10-01 13:55:18 +02:00
Package_inc.mk
README

Audio/Video media implementation.

Provides per-platform implementations of multimedia functionality.
Currently no stream API is provided, only a URI based one, so
streaming has to be wrapped around it via temp files.