office-gobmx/avmedia
Marcos Paulo de Souza 7e2b9fa213 Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.

Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22 16:33:18 -05:00
..
inc Resolves fdo#70681: fixincludeguards.pl: all that's left 2014-05-15 12:50:46 +00:00
source Remove some useless tools/debug.hxx includes 2014-08-22 16:33:18 -05:00
util Adapt all (non-extension, SharedLibrary) .components to environment="..." 2013-12-17 11:06:00 +01:00
AllLangResTarget_avmedia.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_avmedia.mk Handle collada libraries seperately: --disable-collada 2014-08-07 15:42:57 +02:00
Library_avmediagst.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_avmediagst_0_10.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_avmediaMacAVF.mk AOO: #i124875# support Mac AV-Foundation API for multimedia content 2014-05-15 18:49:14 +03:00
Library_avmediaogl.mk Update libgltf: new build system and various fixes 2014-06-25 13:22:29 +00:00
Library_avmediaQuickTime.mk We don't use Quicktime now, but QTKit instead 2014-05-15 18:49:16 +03:00
Library_avmediavlc.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_avmediawin.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Makefile
Module_avmedia.mk fix build errors related to AVFoundation @ OS X <10.7 2014-07-07 15:58:53 +00:00
README Turn Radek's notes into README files. 2013-07-08 18:57:44 +02:00

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.

Also provides (in source/framework/mediacontrol.cxx) an implementation
of the graphical media playback control that appears in the toolbar /
mediaobject bar when media is selected under the .uno:AVMediaToolBox
item.

== avmedia/gstreamer ==

The avmedia component is implementation of manager service defined in
offapi/com/sun/star/media/. Radek has added implementation based on
gstreamer so that we can add audio and video files into impress
presentation on Linux with gstreamer.

The implementation is pretty straightforward, sometimes it has
problems when gstreamer installation is incomplete.

In the beginning the media files were not embedded, Thorsten added
support for that later.

FUTURE work: it might be worthwhile to revamp the avmedia UI