Lynkeos  1.2
Classes | Typedefs | Functions
ffmpeg_access.h File Reference
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
Include dependency graph for ffmpeg_access.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  FfmpegMovie
 

Typedefs

typedef struct FfmpegMovie FfmpegMovie
 

Functions

int ffmpegLoadMovie (const char *movieName, FfmpegMovie *resultMovie)
 
int ffmpegConvertCurrentFrame (FfmpegMovie *movie)
 
int ffmpegNextFrame (FfmpegMovie *movie)
 
int ffmpegResetMovieToStart (FfmpegMovie *movie)
 
void ffmpegMovieBackToStart (FfmpegMovie *movie)
 
int ffmpegInit ()
 
int saveTIFFPictureToFile (const char *fileName, char *buffer, unsigned int width, unsigned int height)
 
int ffmpegErrorOccured ()
 
char * ffmpegLastErrorOccured ()
 

Typedef Documentation

◆ FfmpegMovie

typedef struct FfmpegMovie FfmpegMovie

Function Documentation

◆ ffmpegConvertCurrentFrame()

int ffmpegConvertCurrentFrame ( FfmpegMovie movie)

◆ ffmpegErrorOccured()

int ffmpegErrorOccured ( )

◆ ffmpegInit()

int ffmpegInit ( )

References ffmpegSetLastErrorOccured().

Referenced by main().

Here is the caller graph for this function:

◆ ffmpegLastErrorOccured()

char* ffmpegLastErrorOccured ( )

◆ ffmpegLoadMovie()

int ffmpegLoadMovie ( const char *  movieName,
FfmpegMovie resultMovie 
)

◆ ffmpegMovieBackToStart()

void ffmpegMovieBackToStart ( FfmpegMovie movie)

◆ ffmpegNextFrame()

int ffmpegNextFrame ( FfmpegMovie movie)

◆ ffmpegResetMovieToStart()

int ffmpegResetMovieToStart ( FfmpegMovie movie)

◆ saveTIFFPictureToFile()

int saveTIFFPictureToFile ( const char *  fileName,
char *  buffer,
unsigned int  width,
unsigned int  height 
)

Referenced by MyDocument::saveStackedImage:.

Here is the caller graph for this function: