|
VLC
2.1.0-git
|

| bool decoder_t::b_error |
Referenced by aout_new_buffer(), DecoderProcess(), DecoderThread(), spu_new_buffer(), and vout_new_buffer().
| bool decoder_t::b_force |
set by the outside (eg.
| bool decoder_t::b_need_packetized |
Referenced by CreateDecoder().
| bool decoder_t::b_pace_control |
Referenced by CreateDecoder().
| es_format_t decoder_t::fmt_in |
| es_format_t decoder_t::fmt_out |
Referenced by aout_new_buffer(), CreateDecoder(), decoder_New(), DecoderOutputChangePause(), DecoderProcess(), DecoderProcessAudio(), DecoderProcessVideo(), DecoderUpdateFormatLocked(), DeleteDecoder(), demux_PacketizerNew(), ImageRead(), input_DecoderFrameNext(), input_DecoderIsEmpty(), video_new_buffer(), and vout_new_buffer().
| int decoder_t::i_extra_picture_buffers |
Number of extra (ie in addition to the DPB) picture buffers needed for decoding.
Referenced by vout_new_buffer().
| int decoder_t::i_flags |
| vlc_meta_t* decoder_t::p_description |
Referenced by CreateDecoder(), DecoderUpdateFormatLocked(), DeleteDecoder(), and demux_PacketizerDestroy().
| libvlc_int_t* decoder_t::p_libvlc |
(root of all evil) - 1
| module_t* decoder_t::p_module |
| decoder_owner_sys_t* decoder_t::p_owner |
Referenced by aout_new_buffer(), aout_request_vout(), CreateDecoder(), decoder_New(), DecoderDecodeAudio(), DecoderDecodeVideo(), DecoderFixTs(), DecoderFlush(), DecoderFlushBuffering(), DecoderGetCc(), DecoderGetDisplayDate(), DecoderGetDisplayRate(), DecoderGetInputAttachments(), DecoderIsExitRequested(), DecoderIsFlushing(), DecoderOutputChangePause(), DecoderPlayAudio(), DecoderPlaySpu(), DecoderPlayVideo(), DecoderProcess(), DecoderProcessAudio(), DecoderProcessOnFlush(), DecoderProcessSpu(), DecoderProcessVideo(), DecoderSignalBuffering(), DecoderThread(), DecoderUpdateFormatLocked(), DecoderWaitDate(), DecoderWaitUnblock(), DeleteDecoder(), input_DecoderChangeDelay(), input_DecoderChangePause(), input_DecoderDecode(), input_DecoderDelete(), input_DecoderFrameNext(), input_DecoderGetCcState(), input_DecoderGetFifoSize(), input_DecoderGetObjects(), input_DecoderHasFormatChanged(), input_DecoderIsCcPresent(), input_DecoderIsEmpty(), input_DecoderSetCcState(), input_DecoderStartBuffering(), input_DecoderStopBuffering(), input_DecoderWaitBuffering(), spu_del_buffer(), spu_new_buffer(), vout_del_buffer(), vout_link_picture(), vout_new_buffer(), and vout_unlink_picture().
| vlc_object_t* decoder_t::p_parent |
our parent
| decoder_sys_t* decoder_t::p_sys |
Referenced by CreateDecoder(), and decoder_NewAudioBuffer().
Referenced by CreateDecoder(), DecoderDecodeAudio(), and demux_PacketizerNew().
| subpicture_t*( * decoder_t::pf_decode_sub)(decoder_t *, block_t **) |
Referenced by CreateDecoder(), DecoderProcessSpu(), and demux_PacketizerNew().
Referenced by CreateDecoder(), DecoderDecodeVideo(), demux_PacketizerNew(), and ImageRead().
| int(* decoder_t::pf_get_attachments)(decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment) |
Referenced by CreateDecoder(), and decoder_GetInputAttachments().
Referenced by CreateDecoder(), DecoderDecodeVideo(), DecoderGetCc(), and DecoderProcessVideo().
Referenced by CreateDecoder(), and decoder_GetDisplayDate().
| int(* decoder_t::pf_get_display_rate)(decoder_t *) |
Referenced by CreateDecoder(), and decoder_GetDisplayRate().
Referenced by CreateDecoder(), DecoderProcessAudio(), DecoderProcessVideo(), and demux_PacketizerNew().
Referenced by CreateDecoder(), and decoder_LinkPicture().
Referenced by CreateDecoder(), and decoder_UnlinkPicture().
| void(* decoder_t::pf_spu_buffer_del)(decoder_t *, subpicture_t *) |
Referenced by CreateDecoder(), and decoder_DeleteSubpicture().
| subpicture_t*(* decoder_t::pf_spu_buffer_new)(decoder_t *, const subpicture_updater_t *) |
Referenced by CreateDecoder(), and decoder_NewSubpicture().
Referenced by CreateDecoder(), and decoder_DeletePicture().
Referenced by CreateDecoder(), and decoder_NewPicture().
| char* decoder_t::psz_header |
| const char* decoder_t::psz_object_type |
1.8.1.2