office-gobmx/avmedia
Noel Grandin a361231b13 fix wrong SET/QUERY flags passed to uno::Reference
By creating deleted methods for the wrong calls.

Avoids the compiler needing to construct a temporary

Change-Id: I3b8c648d6bb22d22827bf74f21ea5a2a17fc0f6a
Reviewed-on: https://gerrit.libreoffice.org/72103
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-05-13 08:15:27 +02:00
..
inc tdf#100007: slider and time field update during video playback 2019-04-02 12:05:17 +02:00
source fix wrong SET/QUERY flags passed to uno::Reference 2019-05-13 08:15:27 +02:00
util
AllLangMoTarget_avmedia.mk Revert "iOS, removed unneeded avmedia libraries" 2017-10-10 12:34:47 +02:00
Library_avmedia.mk rename ENABLE_HEADLESS option to DISABLE_GUI 2018-08-27 08:47:49 +02:00
Library_avmediagst.mk Revert "iOS, removed unneeded avmedia libraries" 2017-10-10 12:34:47 +02:00
Library_avmediagst_0_10.mk Revert "iOS, removed unneeded avmedia libraries" 2017-10-10 12:34:47 +02:00
Library_avmediaMacAVF.mk Revert "iOS, removed unneeded avmedia libraries" 2017-10-10 12:34:47 +02:00
Library_avmediavlc.mk Move vlc/wrapper include files to common include directory 2017-10-19 20:05:38 +02:00
Library_avmediawin.mk Revert "iOS, removed unneeded avmedia libraries" 2017-10-10 12:34:47 +02:00
Makefile
Module_avmedia.mk Remove Library_avmediaQuickTime, which is dead 2018-09-12 14:31:44 +02: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