office-gobmx/avmedia
Zolnai Tamás 32f60d78b1 libgltf: solve this memory leak problem on a better way 2
Handle those cases when file loading failes.
Release *.json file on a different way since it is allocated
by libgltf (inside the glTFHandle).

(cherry picked from commit fafc1e29c1f060c1a44361a0445300f9786ad6f4)

Change-Id: Idf6c6971a8ac1b342d89dc4f61a62624183e01d0
2014-05-28 13:08:11 +02:00
..
inc Resolves fdo#70681: fixincludeguards.pl: all that's left 2014-05-15 12:50:46 +00:00
source libgltf: solve this memory leak problem on a better way 2 2014-05-28 13:08:11 +02: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