office-gobmx/avmedia
Stephan Bergmann 928b1b04ad loplugin:external (clang-cl)
Including:

* expanding STDAPI to its definition (as per
  <https://msdn.microsoft.com/library/ms686631(vs.85).aspx> "STDAPI"), to add
  __declspec(dllexport) into its middle, in
  extensions/source/activex/so_activex.cxx; as discussed in the comments at
  <https://gerrit.libreoffice.org/#/c/60691/> "Get rid of Windows .def files in
  setup_native, use __declspec(dllexport)", having a function both listed in a
  .def file EXPORTS and marking it dllexport is OK, and the latter helps the
  heuristics of loplugin:external; however, the relevant functions in
  extensions/source/activex/so_activex.cxx probably don't even need to be
  exported in the first place?

* follow-up loplugin:salcall in sal/osl/w32/file-impl.hxx

Change-Id: Ida6e17eba19cfa3d7e5c72dda57409005c0a0191
Reviewed-on: https://gerrit.libreoffice.org/60938
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-24 17:22:05 +02:00
..
inc include guard should be at the end of the file 2018-05-24 20:46:18 +02:00
source loplugin:external (clang-cl) 2018-09-24 17:22:05 +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_avmediaQuickTime.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