avcodec.c File Reference

Include dependency graph for avcodec.c:


Data Structures

struct  decoder_sys_t

Defines

#define HAVE_MMX   1
#define MODULE_DESCRIPTION

Functions

static int OpenDecoder (vlc_object_t *)
static void CloseDecoder (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
void InitLibavcodec (vlc_object_t *p_object)

Variables

static const int nloopf_list [] = { 0, 1, 2, 3, 4 }
static const char *const nloopf_list_text []

Define Documentation

#define HAVE_MMX   1

#define MODULE_DESCRIPTION

Value:

N_( "Various audio and video decoders/encoders " \
        "delivered by the FFmpeg library. This includes (MS)MPEG4, DivX, SV1,"\
        "H261, H263, H264, WMV, WMA, AAC, AMR, DV, MJPEG and other codecs")


Function Documentation

static void CloseDecoder ( vlc_object_t p_this  )  [static]

void InitLibavcodec ( vlc_object_t p_object  ) 

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 int nloopf_list[] = { 0, 1, 2, 3, 4 } [static]

const char* const nloopf_list_text[] [static]

Initial value:

  { N_("None"), N_("Non-ref"), N_("Bidir"), N_("Non-key"), N_("All") }


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