PIAVE::AudioBuffer | Represents the audio portion of a Frame |
PIAVE::AVChunk | AVChunk is piece of a audio/video stream |
PIAVE::BinaryOp | Abstract base class for all binary operators |
PIAVE::Box | It's, yes, right, a box! ! |
BufferPool | Central facility to manage buffers for dv, video, and audio frames this means: as many buffers as necessary, as few as possible |
PIAVE::Color | Color |
PIAVE::ColorStill | Represents a simple uni color image |
PIAVE::CopyAOp | Implements a BinaryOp that passes through src_a |
PIAVE::FFMpeg | Static class and takes care of global initializations for ffmpeg |
PIAVE::Frame | |
PIAVE::Global | Global setup this is where all unique instances of global symbols and global setup go statics only. |
PIAVE::InAudioStreamIFace | Defines interface for audio input other than from files |
PIAVE::InAVFStream | Base class for AV input files |
PIAVE::InAVStreamIFace | Interface for audio video input streams This includes video only streams |
PIAVE::InFFMpegStream | Class InFFMpegStream handles files with ffmpeg |
PIAVE::InSndfile | Use oss to play audio |
InSndfile | Use libsndfile to read and decode sound files |
PIAVE::InVorbisfile | Use oss to play audio |
InVorbisfile | Use libvorbisfile to read and decode Ogg/Vorbis I files |
PIAVE::KdenLiveServer | Implements a Server to talk with KdenLive GUI |
PIAVE::LibDVDecoder | Class InRawDVStream handles raw dv streams as produced by libdv, i.e |
PIAVE::MediaElement | Abstract base class for all elemets that contain data as oposed to operators which only modify data |
PIAVE::NullBOp | Implements a BinaryOp that does nothing |
PIAVE::NullUOp | Implements a UnaryOp that does nothing |
PIAVE::OpParameterBase | Abstract base class for all operator properties |
PIAVE::OutARTSStream | Use arts to play audio |
PIAVE::OutAudioStreamIFace | Defines interface for audio output other than files |
PIAVE::OutAVStreamIFace | Interface for audio video output streams |
PIAVE::OutFFMpegStream | Class OutFFMpegStream handles files with ffmpeg |
PIAVE::OutOSSStream | Use oss to play audio |
PIAVE::OutSDLStream | Class OutSDLStream use SDL to display single frames |
PIAVE::OverlayOp | |
PIAVE::Plugin | Baseclass for all Plugins |
PIAVE::PluginBase | All classes that want to be plugins should inherit this class |
PIAVE::PluginInfo | Defines the entry symbol of a piave plugin library |
PIAVE::PluginMgr | The PluginMgr is a singleton factory for and a register of all known plugins |
PIAVE::Point | Err.. |
PIAVE::Raw1394Reader::FrameReciever | FIMXE this ringbuffer implementation could maybe merged with the Raw1394Consumer |
PIAVE::ReplaceAudioOp | Implements a BinaryOp that replaces the audio in src_a (if any) by audio in src_b |
PIAVE::Server | Listens on a tcp port for incomming commands |
ShiftInTransition | Shifts in src_b from a given direction |
PIAVE::StoryBNode | StoryBNode manages two child elements connected via a BinaryOp for video and a BinaryOp for audio. There are exactly three principle types of BNodes: -video-video nodes: can have an audio and an video op -audio-audio nodes: no video op, only audio op -video-audio nodes: no video, only audio op |
PIAVE::StoryBoard | A small wrapper around the root of the render tree |
PIAVE::StoryElement | The StoryElement is the abstract base class for all objects that can be element of a StoryBoard |
PIAVE::StorySeqNode | Number of nodes which are in sequential order and have no operator connecting them |
PIAVE::StoryUNode | StoryUNode manages one single child element an UnaryOp for video and an UnaryOp for audio will be rendered to the child |
PIAVE::StreamMgr | Class StreamMgr Factory for all piave in- and out- filestreams |
PIAVE::UnaryOp | Abstract base class for all unary operators |
PIAVE::VideoBuffer | Represents a video frame in unpacked image format |