Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1077bc9a
Kaydet (Commit)
1077bc9a
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: avmedia
Change-Id: I32b9617ffd78ec65a6af0fb7fb1c09f5f8cdde4e
üst
249071dd
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
35 additions
and
35 deletions
+35
-35
gstuno.cxx
avmedia/source/gstreamer/gstuno.cxx
+1
-1
gstwindow.hxx
avmedia/source/gstreamer/gstwindow.hxx
+1
-1
EventHandler.hxx
avmedia/source/vlc/inc/wrapper/EventHandler.hxx
+1
-1
EventManager.hxx
avmedia/source/vlc/inc/wrapper/EventManager.hxx
+1
-1
Wrapper.hxx
avmedia/source/vlc/inc/wrapper/Wrapper.hxx
+6
-6
vlcframegrabber.cxx
avmedia/source/vlc/vlcframegrabber.cxx
+2
-2
vlcframegrabber.hxx
avmedia/source/vlc/vlcframegrabber.hxx
+1
-1
vlcmanager.cxx
avmedia/source/vlc/vlcmanager.cxx
+5
-5
vlcmanager.hxx
avmedia/source/vlc/vlcmanager.hxx
+1
-1
vlcplayer.cxx
avmedia/source/vlc/vlcplayer.cxx
+1
-1
vlcplayer.hxx
avmedia/source/vlc/vlcplayer.hxx
+4
-4
Common.cxx
avmedia/source/vlc/wrapper/Common.cxx
+1
-1
EventHandler.cxx
avmedia/source/vlc/wrapper/EventHandler.cxx
+1
-1
EventManager.cxx
avmedia/source/vlc/wrapper/EventManager.cxx
+2
-2
Instance.cxx
avmedia/source/vlc/wrapper/Instance.cxx
+1
-1
Media.cxx
avmedia/source/vlc/wrapper/Media.cxx
+3
-3
Player.cxx
avmedia/source/vlc/wrapper/Player.cxx
+3
-3
No files found.
avmedia/source/gstreamer/gstuno.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"mediamisc.hxx"
#include
<mediamisc.hxx>
#include "gstmanager.hxx"
#include "gstmanager.hxx"
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
avmedia/source/gstreamer/gstwindow.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/interfacecontainer.h>
#include
"com/sun/star/media/XPlayerWindow.hpp"
#include
<com/sun/star/media/XPlayerWindow.hpp>
namespace
avmedia
{
namespace
gstreamer
{
namespace
avmedia
{
namespace
gstreamer
{
...
...
avmedia/source/vlc/inc/wrapper/EventHandler.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include <functional>
#include <functional>
#include <salhelper/thread.hxx>
#include <salhelper/thread.hxx>
#include
"wrapper/ThreadsafeQueue.hxx"
#include
<wrapper/ThreadsafeQueue.hxx>
namespace
avmedia
namespace
avmedia
{
{
...
...
avmedia/source/vlc/inc/wrapper/EventManager.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_EVENTMANAGER_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_EVENTMANAGER_HXX
#include <functional>
#include <functional>
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
struct
libvlc_event_manager_t
;
struct
libvlc_event_manager_t
;
struct
libvlc_event_t
;
struct
libvlc_event_t
;
...
...
avmedia/source/vlc/inc/wrapper/Wrapper.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
#ifndef INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#ifndef INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#include
"wrapper/Common.hxx"
#include
<wrapper/Common.hxx>
#include
"wrapper/EventHandler.hxx"
#include
<wrapper/EventHandler.hxx>
#include
"wrapper/EventManager.hxx"
#include
<wrapper/EventManager.hxx>
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
#include
"wrapper/Media.hxx"
#include
<wrapper/Media.hxx>
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
#endif
#endif
...
...
avmedia/source/vlc/vlcframegrabber.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
#include "vlcframegrabber.hxx"
#include "vlcframegrabber.hxx"
#include "vlcplayer.hxx"
#include "vlcplayer.hxx"
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
#include
"wrapper/EventManager.hxx"
#include
<wrapper/EventManager.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
avmedia/source/vlc/vlcframegrabber.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <com/sun/star/media/XFrameGrabber.hpp>
#include <com/sun/star/media/XFrameGrabber.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase.hxx>
#include "vlccommon.hxx"
#include "vlccommon.hxx"
#include
"wrapper/Wrapper.hxx"
#include
<wrapper/Wrapper.hxx>
namespace
avmedia
{
namespace
avmedia
{
namespace
vlc
{
namespace
vlc
{
...
...
avmedia/source/vlc/vlcmanager.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/supportsservice.hxx>
#include "vlcmanager.hxx"
#include "vlcmanager.hxx"
#include "vlcplayer.hxx"
#include "vlcplayer.hxx"
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
#include
"wrapper/EventManager.hxx"
#include
<wrapper/EventManager.hxx>
#include
"wrapper/Media.hxx"
#include
<wrapper/Media.hxx>
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
#include
"wrapper/Common.hxx"
#include
<wrapper/Common.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
avmedia/source/vlc/vlcmanager.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define INCLUDED_AVMEDIA_SOURCE_VLC_VLCMANAGER_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_VLCMANAGER_HXX
#include <com/sun/star/media/XManager.hpp>
#include <com/sun/star/media/XManager.hpp>
#include "vlccommon.hxx"
#include "vlccommon.hxx"
#include
"wrapper/Wrapper.hxx"
#include
<wrapper/Wrapper.hxx>
#include <memory>
#include <memory>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase.hxx>
...
...
avmedia/source/vlc/vlcplayer.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include "vlcplayer.hxx"
#include "vlcplayer.hxx"
#include "vlcwindow.hxx"
#include "vlcwindow.hxx"
#include "vlcframegrabber.hxx"
#include "vlcframegrabber.hxx"
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
avmedia/source/vlc/vlcplayer.hxx
Dosyayı görüntüle @
1077bc9a
...
@@ -25,10 +25,10 @@
...
@@ -25,10 +25,10 @@
#include <com/sun/star/media/XPlayer.hpp>
#include <com/sun/star/media/XPlayer.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/basemutex.hxx>
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
#include
"wrapper/Media.hxx"
#include
<wrapper/Media.hxx>
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
#include
"wrapper/EventManager.hxx"
#include
<wrapper/EventManager.hxx>
namespace
avmedia
{
namespace
avmedia
{
namespace
vlc
{
namespace
vlc
{
...
...
avmedia/source/vlc/wrapper/Common.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include
"wrapper/Common.hxx"
#include
<wrapper/Common.hxx>
#include "SymbolLoader.hxx"
#include "SymbolLoader.hxx"
namespace
namespace
...
...
avmedia/source/vlc/wrapper/EventHandler.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include
"wrapper/EventHandler.hxx"
#include
<wrapper/EventHandler.hxx>
namespace
avmedia
namespace
avmedia
{
{
...
...
avmedia/source/vlc/wrapper/EventManager.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include
"wrapper/EventManager.hxx"
#include
<wrapper/EventManager.hxx>
#include "SymbolLoader.hxx"
#include "SymbolLoader.hxx"
#include
"wrapper/EventHandler.hxx"
#include
<wrapper/EventHandler.hxx>
#include "Types.hxx"
#include "Types.hxx"
namespace
namespace
...
...
avmedia/source/vlc/wrapper/Instance.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
#include "SymbolLoader.hxx"
#include "SymbolLoader.hxx"
namespace
namespace
...
...
avmedia/source/vlc/wrapper/Media.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
*/
*/
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include
"wrapper/Media.hxx"
#include
<wrapper/Media.hxx>
#include "SymbolLoader.hxx"
#include "SymbolLoader.hxx"
#include
"wrapper/Instance.hxx"
#include
<wrapper/Instance.hxx>
#include "Types.hxx"
#include "Types.hxx"
#include
"wrapper/Common.hxx"
#include
<wrapper/Common.hxx>
struct
libvlc_instance_t
;
struct
libvlc_instance_t
;
...
...
avmedia/source/vlc/wrapper/Player.cxx
Dosyayı görüntüle @
1077bc9a
...
@@ -9,10 +9,10 @@
...
@@ -9,10 +9,10 @@
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include "Types.hxx"
#include "Types.hxx"
#include
"wrapper/Player.hxx"
#include
<wrapper/Player.hxx>
#include
"wrapper/Media.hxx"
#include
<wrapper/Media.hxx>
#include "SymbolLoader.hxx"
#include "SymbolLoader.hxx"
#include
"wrapper/Common.hxx"
#include
<wrapper/Common.hxx>
struct
libvlc_media_t
;
struct
libvlc_media_t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment