|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
#include <QBuffer>#include <qmutex.h>#include <QThread>#include <QWaitCondition>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <libswscale/swscale.h>#include <libavutil/imgutils.h>Go to the source code of this file.
Classes | |
| class | VideoDecoder |
| Decodes video data frame by frame using FFmpeg libraries in a separate thread. More... | |