forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add prefix QtAV to all include to avoid potential build error
why it happens? e.g. meego toolchain
- Loading branch information
Showing
38 changed files
with
85 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/AVDecoder.h> | ||
#include <private/AVDecoder_p.h> | ||
#include <QtAV/private/AVDecoder_p.h> | ||
|
||
namespace QtAV { | ||
AVDecoder::AVDecoder() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/AVOutput.h> | ||
#include <private/AVOutput_p.h> | ||
#include <QtAV/private/AVOutput_p.h> | ||
#include <QtAV/Filter.h> | ||
#include <QtAV/FilterContext.h> | ||
#include <QtAV/FilterManager.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/AVThread.h> | ||
#include <private/AVThread_p.h> | ||
#include <QtAV/private/AVThread_p.h> | ||
#include <QtAV/AVOutput.h> | ||
#include <QtAV/Filter.h> | ||
#include <QtAV/OutputSet.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/AudioOutput.h> | ||
#include <private/AudioOutput_p.h> | ||
#include <QtAV/private/AudioOutput_p.h> | ||
|
||
namespace QtAV { | ||
AudioOutput::AudioOutput() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -21,8 +21,8 @@ | |
|
||
|
||
#include <QtAV/AudioOutputPortAudio.h> | ||
#include <private/AudioOutput_p.h> | ||
#include "prepost.h" | ||
#include <QtAV/private/AudioOutput_p.h> | ||
#include "QtAV/prepost.h" | ||
#include <portaudio.h> | ||
#include <QtCore/QString> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
This library is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
******************************************************************************/ | ||
|
||
#include "QtAV/AudioOutputTypes.h" | ||
#include "QtAV/FactoryDefine.h" | ||
#include "factory.h" | ||
#include "QtAV/factory.h" | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -21,8 +21,8 @@ | |
|
||
#include "QtAV/AudioResampler.h" | ||
#include "QtAV/AudioFormat.h" | ||
#include "private/AudioResampler_p.h" | ||
#include "factory.h" | ||
#include "QtAV/private/AudioResampler_p.h" | ||
#include "QtAV/factory.h" | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/AudioThread.h> | ||
#include <private/AVThread_p.h> | ||
#include <QtAV/private/AVThread_p.h> | ||
#include <QtAV/AudioDecoder.h> | ||
#include <QtAV/Packet.h> | ||
#include <QtAV/AudioFormat.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include "QtAV/Filter.h" | ||
#include "private/Filter_p.h" | ||
#include "QtAV/private/Filter_p.h" | ||
#include "QtAV/Statistics.h" | ||
#include "QtAV/FilterManager.h" | ||
#include "QtAV/AVOutput.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
ImageConverterFF: Image resizing & color model convertion using FFmpeg swscale | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,9 +20,9 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/ImageConverter.h> | ||
#include <private/ImageConverter_p.h> | ||
#include <QtAV/private/ImageConverter_p.h> | ||
#include <QtAV/QtAV_Compat.h> | ||
#include "prepost.h" | ||
#include "QtAV/prepost.h" | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -21,7 +21,7 @@ | |
|
||
#include "QtAV/OSDFilter.h" | ||
#include "QtAV/Statistics.h" | ||
#include <private/Filter_p.h> | ||
#include <QtAV/private/Filter_p.h> | ||
#include <QtGui/QPainter> | ||
#if QTAV_HAVE(GL) | ||
#include <QtOpenGL/QGLWidget> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -20,7 +20,7 @@ | |
******************************************************************************/ | ||
|
||
#include <QtAV/QPainterRenderer.h> | ||
#include <private/QPainterRenderer_p.h> | ||
#include <QtAV/private/QPainterRenderer_p.h> | ||
#include <QtAV/FilterContext.h> | ||
#include <QtAV/OSDFilter.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -23,7 +23,7 @@ | |
#ifndef QTAV_AUDIOOUTPUT_P_H | ||
#define QTAV_AUDIOOUTPUT_P_H | ||
|
||
#include <private/AVOutput_p.h> | ||
#include <QtAV/private/AVOutput_p.h> | ||
#include <QtAV/AudioFormat.h> | ||
|
||
namespace QtAV { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -23,7 +23,7 @@ | |
#ifndef QTAV_GRAPHICSITEMRENDERER_P_H | ||
#define QTAV_GRAPHICSITEMRENDERER_P_H | ||
|
||
#include <private/QPainterRenderer_p.h> | ||
#include <QtAV/private/QPainterRenderer_p.h> | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -22,7 +22,7 @@ | |
#ifndef QTAV_VIDEODECODERFFMPEGHW_P_H | ||
#define QTAV_VIDEODECODERFFMPEGHW_P_H | ||
|
||
#include "private/VideoDecoderFFmpeg_p.h" | ||
#include "QtAV/private/VideoDecoderFFmpeg_p.h" | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -22,7 +22,7 @@ | |
#ifndef QTAV_VIDEODECODERFFMPEG_P_H | ||
#define QTAV_VIDEODECODERFFMPEG_P_H | ||
|
||
#include "private/VideoDecoder_p.h" | ||
#include "QtAV/private/VideoDecoder_p.h" | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -22,7 +22,7 @@ | |
#ifndef QTAV_VIDEODECODER_P_H | ||
#define QTAV_VIDEODECODER_P_H | ||
|
||
#include <private/AVDecoder_p.h> | ||
#include <QtAV/private/AVDecoder_p.h> | ||
|
||
namespace QtAV { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Media play library based on Qt and FFmpeg | ||
Copyright (C) 2012-2013 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2014 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -23,7 +23,7 @@ | |
#ifndef QTAV_WIDGETRENDERER_P_H | ||
#define QTAV_WIDGETRENDERER_P_H | ||
|
||
#include <private/QPainterRenderer_p.h> | ||
#include <QtAV/private/QPainterRenderer_p.h> | ||
#include <QtAV/WidgetRenderer.h> | ||
|
||
namespace QtAV { | ||
|
Oops, something went wrong.