mirror of https://github.com/odrling/Aegisub
parent
1acbf897ff
commit
f16bb61c9d
|
@ -22,6 +22,8 @@
|
|||
#include <boost/locale/boundary/segment.hpp>
|
||||
#include <boost/locale/boundary/types.hpp>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace {
|
||||
|
||||
typedef std::vector<agi::ass::DialogueToken> TokenVec;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <libaegisub/ass/uuencode.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
// Despite being called uuencoding by ass_specs.doc, the format is actually
|
||||
|
|
|
@ -10,6 +10,7 @@ Author: Terry Caton
|
|||
|
||||
#include <boost/interprocess/streams/bufferstream.hpp>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
/*
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "libaegisub/ass/dialogue_parser.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
namespace {
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include <unicode/uchar.h>
|
||||
#include <unicode/utf8.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <mutex>
|
||||
#include <unicode/brkiter.h>
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include "libaegisub/option.h"
|
||||
#include "libaegisub/option_value.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace {
|
||||
const char *mru_names[] = {
|
||||
"Audio",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <boost/interprocess/detail/os_file_functions.hpp>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
namespace agi {
|
||||
// boost::interprocess::file_mapping is awesome and uses CreateFileA on Windows
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <lua.hpp>
|
||||
#include <cstring>
|
||||
|
||||
namespace agi { namespace lua {
|
||||
void do_register_lib_function(lua_State *L, const char *name, const char *type_name, void *func);
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include <boost/filesystem/operations.hpp>
|
||||
#include <pwd.h>
|
||||
|
||||
#include "../../acconf.h"
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <fstream>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "compat.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
#include "acconf.h"
|
||||
|
||||
#include <libaegisub/path.h>
|
||||
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
#include "audio_controller.h"
|
||||
#include "factory_manager.h"
|
||||
#include "options.h"
|
||||
#include "acconf.h"
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_ALSA
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_OPENAL
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_OSS
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_PORTAUDIO
|
||||
#include "audio_player_portaudio.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_PORTAUDIO
|
||||
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_output
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_LIBPULSE
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
//
|
||||
// Aegisub Project http://www.aegisub.org/
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_XAUDIO2
|
||||
#include "include/aegisub/audio_player.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_input
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include <libaegisub/audio/provider.h>
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
/// @ingroup audio_input bestsource
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_BESTSOURCE
|
||||
#include <libaegisub/audio/provider.h>
|
||||
|
||||
|
@ -36,6 +38,8 @@
|
|||
|
||||
#include <map>
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
namespace {
|
||||
class BSAudioProvider final : public agi::AudioProvider {
|
||||
std::map<std::string, std::string> bsopts;
|
||||
|
@ -105,4 +109,3 @@ std::unique_ptr<agi::AudioProvider> CreateBSAudioProvider(agi::fs::path const& f
|
|||
}
|
||||
|
||||
#endif /* WITH_BESTSOURCE */
|
||||
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
using namespace agi;
|
||||
|
||||
std::unique_ptr<AudioProvider> CreateAvisynthAudioProvider(fs::path const& filename, BackgroundRunner *);
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup audio_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_FFMS2
|
||||
#include <libaegisub/audio/provider.h>
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
/// @ingroup audio_input
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_VAPOURSYNTH
|
||||
#include <libaegisub/audio/provider.h>
|
||||
|
||||
|
|
|
@ -30,9 +30,10 @@
|
|||
#include <libaegisub/signal.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <wx/window.h>
|
||||
#include <wx/scrolbar.h>
|
||||
#include <wx/brush.h>
|
||||
|
||||
namespace agi {
|
||||
struct Context;
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_BESTSOURCE
|
||||
#include "bestsource_common.h"
|
||||
#include "tracklist.h"
|
||||
|
@ -37,6 +39,8 @@ extern "C" {
|
|||
#include <boost/crc.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
namespace provider_bs {
|
||||
|
||||
std::pair<TrackSelection, bool> SelectTrack(agi::fs::path const& filename, bool audio) {
|
||||
|
|
|
@ -19,8 +19,13 @@
|
|||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_BESTSOURCE
|
||||
|
||||
#include <libaegisub/fs_fwd.h>
|
||||
#include <string>
|
||||
|
||||
#include <bsshared.h>
|
||||
|
||||
#include <libaegisub/fs_fwd.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "dialogs.h"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
|
||||
AGI_DEFINE_EVENT(EVT_COLOR, agi::Color);
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <boost/algorithm/string/join.hpp>
|
||||
#include "include/aegisub/hotkey.h"
|
||||
|
||||
#include <map>
|
||||
#include <wx/intl.h>
|
||||
|
||||
namespace cmd {
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
#include <libaegisub/exception.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace agi { struct Context; }
|
||||
|
||||
#define CMD_NAME(a) const char* name() const override { return a; }
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
#include <wx/dialog.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION >= 106900
|
||||
#include <boost/gil.hpp>
|
||||
#else
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/button.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "options.h"
|
||||
#include "validators.h"
|
||||
#include "video_provider_dummy.h"
|
||||
#include "wx/valtext.h"
|
||||
|
||||
#include <libaegisub/ass/time.h>
|
||||
#include <libaegisub/color.h>
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_FFMS2
|
||||
#include "ffmpegsource_common.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_FFMS2
|
||||
#include <map>
|
||||
|
||||
|
@ -39,6 +41,7 @@
|
|||
|
||||
#include <libaegisub/fs_fwd.h>
|
||||
#include <libaegisub/scoped_ptr.h>
|
||||
#include <string>
|
||||
|
||||
namespace agi { class BackgroundRunner; }
|
||||
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
#include <wx/sizer.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/sysopt.h>
|
||||
#include <wx/toolbar.h>
|
||||
|
||||
enum {
|
||||
ID_APP_TIMER_STATUSCLEAR = 12002
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <wx/wx.h>
|
||||
#include <wx/sizer.h>
|
||||
#include "gl_wrap.h"
|
||||
#include <functional>
|
||||
|
||||
typedef std::function<void(double, double, unsigned char, unsigned char, unsigned char)> updator;
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include "aegisublocale.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#ifndef wxUSE_EXCEPTIONS
|
||||
#error wxWidgets is compiled without exceptions support. Aegisub requires exceptions support in wxWidgets to run safely.
|
||||
#endif
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <wx/panel.h>
|
||||
#include <wx/scrolwin.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
class Preferences;
|
||||
class wxControl;
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "utils.h"
|
||||
|
||||
#include <limits>
|
||||
#include <algorithm>
|
||||
|
||||
SplineCurve::SplineCurve(Vector2D p1) : p1(p1), type(POINT) { }
|
||||
SplineCurve::SplineCurve(Vector2D p1, Vector2D p2) : p1(p1), p2(p2), type(LINE) { }
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup subtitle_rendering
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_CSRI
|
||||
#include "subtitles_provider_csri.h"
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
#include <libaegisub/fs.h>
|
||||
#include <libaegisub/log.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef __UNIX__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@ -181,7 +183,7 @@ void CleanCache(agi::fs::path const& directory, std::string const& file_type, ui
|
|||
return;
|
||||
}
|
||||
|
||||
sort(begin(cachefiles), end(cachefiles), [](cache_item const& a, cache_item const& b) {
|
||||
std::sort(begin(cachefiles), end(cachefiles), [](cache_item const& a, cache_item const& b) {
|
||||
return a.first < b.first;
|
||||
});
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include <wx/menu.h>
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "video_frame.h"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/gil.hpp>
|
||||
#include <wx/image.h>
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@ class wxImage;
|
|||
|
||||
struct VideoFrame {
|
||||
std::vector<unsigned char> data;
|
||||
size_t width;
|
||||
size_t height;
|
||||
size_t pitch;
|
||||
std::size_t width;
|
||||
std::size_t height;
|
||||
std::size_t pitch;
|
||||
bool flipped;
|
||||
};
|
||||
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
//
|
||||
// Aegisub Project http://www.aegisub.org/
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include "include/aegisub/video_provider.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
/// @ingroup video_input bestsource
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_BESTSOURCE
|
||||
#include "include/aegisub/video_provider.h"
|
||||
|
||||
|
@ -46,6 +48,9 @@ namespace agi { class BackgroundRunner; }
|
|||
#include <libaegisub/format.h>
|
||||
#include <libaegisub/scoped_ptr.h>
|
||||
|
||||
#include <wx/intl.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
namespace {
|
||||
|
||||
/// @class BSVideoProvider
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
/// @ingroup video_input ffms
|
||||
///
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_FFMS2
|
||||
#include "ffmpegsource_common.h"
|
||||
#include "include/aegisub/video_provider.h"
|
||||
|
@ -43,6 +45,9 @@
|
|||
#include <libaegisub/fs.h>
|
||||
#include <libaegisub/make_unique.h>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace {
|
||||
/// @class FFmpegSourceVideoProvider
|
||||
/// @brief Implements video loading through the FFMS library.
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
std::unique_ptr<VideoProvider> CreateDummyVideoProvider(agi::fs::path const&, std::string const&, agi::BackgroundRunner *);
|
||||
std::unique_ptr<VideoProvider> CreateYUV4MPEGVideoProvider(agi::fs::path const&, std::string const&, agi::BackgroundRunner *);
|
||||
std::unique_ptr<VideoProvider> CreateFFmpegSourceVideoProvider(agi::fs::path const&, std::string const&, agi::BackgroundRunner *);
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
//
|
||||
// Aegisub Project http://www.aegisub.org/
|
||||
|
||||
#include "acconf.h"
|
||||
|
||||
#ifdef WITH_VAPOURSYNTH
|
||||
#include "include/aegisub/video_provider.h"
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
||||
VisualToolBase::VisualToolBase(VideoDisplay *parent, agi::Context *context)
|
||||
: c(context)
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "gl_wrap.h"
|
||||
#include "vector2d.h"
|
||||
#include "options.h"
|
||||
#include <wx/toolbar.h>
|
||||
|
||||
#include <libaegisub/owning_intrusive_list.h>
|
||||
#include <libaegisub/signal.h>
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include <libaegisub/character_count.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
TEST(lagi_character_count, basic) {
|
||||
EXPECT_EQ(5, agi::CharacterCount("hello", agi::IGNORE_NONE));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue