fake.c File Reference

Include dependency graph for fake.c:


Data Structures

struct  decoder_sys_t

Defines

#define FILE_TEXT   N_("Image file")
#define FILE_LONGTEXT
#define RELOAD_TEXT   N_("Reload image file")
#define RELOAD_LONGTEXT
#define WIDTH_TEXT   N_("Video width")
#define WIDTH_LONGTEXT
#define HEIGHT_TEXT   N_("Video height")
#define HEIGHT_LONGTEXT
#define KEEP_AR_TEXT   N_("Keep aspect ratio")
#define KEEP_AR_LONGTEXT
#define ASPECT_RATIO_TEXT   N_("Background aspect ratio")
#define ASPECT_RATIO_LONGTEXT
#define DEINTERLACE_TEXT   N_("Deinterlace video")
#define DEINTERLACE_LONGTEXT
#define DEINTERLACE_MODULE_TEXT   N_("Deinterlace module")
#define DEINTERLACE_MODULE_LONGTEXT
#define CHROMA_TEXT   N_("Chroma used")
#define CHROMA_LONGTEXT

Functions

static int OpenDecoder (vlc_object_t *)
static void CloseDecoder (vlc_object_t *)
static picture_tDecodeBlock (decoder_t *, block_t **)
static int FakeCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)

Variables

static const char *const ppsz_deinterlace_type []

Define Documentation

#define ASPECT_RATIO_LONGTEXT

Value:

N_( \
    "Aspect ratio of the image file (4:3, 16:9). Default is square pixels." )

#define ASPECT_RATIO_TEXT   N_("Background aspect ratio")

#define CHROMA_LONGTEXT

Value:

N_( \
    "Force use of a specific chroma for output. Default is I420." )

#define CHROMA_TEXT   N_("Chroma used")

#define DEINTERLACE_LONGTEXT

Value:

N_( \
    "Deinterlace the image after loading it." )

#define DEINTERLACE_MODULE_LONGTEXT

Value:

N_( \
    "Deinterlace module to use." )

#define DEINTERLACE_MODULE_TEXT   N_("Deinterlace module")

#define DEINTERLACE_TEXT   N_("Deinterlace video")

#define FILE_LONGTEXT

Value:

N_( \
    "Path of the image file for fake input." )

#define FILE_TEXT   N_("Image file")

#define HEIGHT_LONGTEXT

Value:

N_( \
    "Output video height." )

#define HEIGHT_TEXT   N_("Video height")

#define KEEP_AR_LONGTEXT

Value:

N_( \
    "Consider width and height as maximum values." )

#define KEEP_AR_TEXT   N_("Keep aspect ratio")

#define RELOAD_LONGTEXT

Value:

N_( \
    "Reload image file every n seconds." )

#define RELOAD_TEXT   N_("Reload image file")

#define WIDTH_LONGTEXT

Value:

N_( \
    "Output video width." )

#define WIDTH_TEXT   N_("Video width")


Function Documentation

static void CloseDecoder ( vlc_object_t p_this  )  [static]

static picture_t * DecodeBlock ( decoder_t p_dec,
block_t **  pp_block 
) [static]

static int FakeCallback ( vlc_object_t p_this,
char const *  psz_var,
vlc_value_t  oldval,
vlc_value_t  newval,
void *  p_data 
) [static]

static int OpenDecoder ( vlc_object_t p_this  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const char* const ppsz_deinterlace_type[] [static]

Initial value:

{
    "deinterlace", "ffmpeg-deinterlace"
}


Generated on Tue May 25 08:05:07 2010 for VLC by  doxygen 1.5.6