Audacity 3.2.0
|
#include "FFmpegFunctions.h"
#include <wx/string.h>
#include <wx/dynlib.h>
#include <wx/log.h>
#include <wx/utils.h>
#include <wx/buffer.h>
#include <wx/msw/registry.h>
#include <windows.h>
#include <psapi.h>
#include "Prefs.h"
#include "FileNames.h"
#include "impl/avutil/AVUtilFunctionsLoader.h"
#include "impl/avcodec/AVCodecFunctionsLoader.h"
#include "impl/avformat/AVFormatFunctionsLoader.h"
#include "impl/FFmpegAPIResolver.h"
#include "impl/FFmpegLog.h"
Go to the source code of this file.
Classes | |
struct | EnvSetter |
struct | FFmpegFunctions::Private |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
void * | GetSymbolFromProcess (const char *name) |
std::vector< wxString > | BuildAVFormatPaths (int version) |
Variables | |
StringSetting | AVFormatPath { L"/FFmpeg/FFmpegLibPath", L"" } |
#define WIN32_LEAN_AND_MEAN |
Definition at line 22 of file FFmpegFunctions.cpp.
std::vector< wxString > BuildAVFormatPaths | ( | int | version | ) |
Definition at line 126 of file FFmpegFunctions.cpp.
Referenced by FFmpegFunctions::Load().
void * GetSymbolFromProcess | ( | const char * | name | ) |
Definition at line 39 of file FFmpegFunctions.cpp.
References name.
Referenced by FFmpegFunctions::Private::LibraryWithSymbol().
StringSetting AVFormatPath { L"/FFmpeg/FFmpegLibPath", L"" } |
Definition at line 298 of file FFmpegFunctions.cpp.
Referenced by FindFFmpegLibs(), and FFmpegFunctions::GetSearchPaths().