office-gobmx/avmedia
Jens Carl 54b85bf51e fdo#68849: Add header guards to all include files
Added header guards to files in directories avmedia/, basegfx/, chart2/, and
connectivity/

Change-Id: I94ec438ec918ccef1c518edfd9ab4944e9e2961b
Reviewed-on: https://gerrit.libreoffice.org/9555
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-30 01:43:33 -05:00
..
inc Resolves fdo#70681: fixincludeguards.pl: all that's left 2014-05-15 12:50:46 +00:00
source fdo#68849: Add header guards to all include files 2014-05-30 01:43:33 -05:00
util
AllLangResTarget_avmedia.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_avmedia.mk libavmedia.so needs to link to librt under Linux 2014-05-19 09:33:28 +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 Upgrade libgltf 2014-05-06 17:25:16 +02: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 Make the MacAVF code build also as 32-bit 2014-05-16 12:43:03 +03:00
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.

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