Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qffmpegcodecstorage.cpp File Reference

(65b11b9f97632101041134e04713697b17819884)

#include "qffmpegcodecstorage_p.h"
#include "qffmpeg_p.h"
#include "qffmpeghwaccel_p.h"
#include <qdebug.h>
#include <qloggingcategory.h>
#include <algorithm>
#include <vector>
#include <array>
#include <unordered_set>
#include <libavutil/pixdesc.h>
#include <libavutil/samplefmt.h>
Include dependency graph for qffmpegcodecstorage.cpp:

Go to the source code of this file.

Namespaces

namespace  QFFmpeg

Functions

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY (qLcCodecStorage, "qt.multimedia.ffmpeg.codecstorage")
std::optional< CodecQFFmpeg::findAVDecoder (AVCodecID codecId, const std::optional< PixelOrSampleFormat > &format={})
std::optional< CodecQFFmpeg::findAVEncoder (AVCodecID codecId, const std::optional< PixelOrSampleFormat > &format={})
bool QFFmpeg::findAndOpenAVDecoder (AVCodecID codecId, const std::function< AVScore(const Codec &)> &scoresGetter, const std::function< bool(const Codec &)> &codecOpener)
bool QFFmpeg::findAndOpenAVEncoder (AVCodecID codecId, const std::function< AVScore(const Codec &)> &scoresGetter, const std::function< bool(const Codec &)> &codecOpener)

Function Documentation

◆ Q_STATIC_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY ( qLcCodecStorage ,
"qt.multimedia.ffmpeg.codecstorage"  )