PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "ffmpegVideoCursor.h"
#include "config_ffmpeg.h"
#include "pStatCollector.h"
#include "pStatTimer.h"
#include "mutexHolder.h"
#include "reMutexHolder.h"
#include "ffmpegVideo.h"
#include "bamReader.h"
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/pixdesc.h>
Go to the source code of this file.
Functions | |
PT (MovieVideoCursor::Buffer) FfmpegVideoCursor | |
See MovieVideoCursor::fetch_buffer. More... | |
PT (FfmpegVideoCursor::FfmpegBuffer) FfmpegVideoCursor | |
Allocates a new Buffer object. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file ffmpegVideoCursor.cxx.
PT | ( | MovieVideoCursor::Buffer | ) |
See MovieVideoCursor::fetch_buffer.
May be called by a derived class to allocate a new Buffer object.
Definition at line 363 of file ffmpegVideoCursor.cxx.
References Filename::get_basename(), and ConditionVarDirect::notify().
Allocates a new Buffer object.
Assumes the lock is held.
Definition at line 787 of file ffmpegVideoCursor.cxx.