
| const char* decoder_t::psz_object_type |
| char* decoder_t::psz_header |
| volatile bool decoder_t::b_error |
set by the object
| volatile bool decoder_t::b_die |
set by the outside
| volatile bool decoder_t::b_dead |
set by the object
| bool decoder_t::b_force |
set by the outside (eg.
(root of all evil) - 1
our parent
| void* decoder_t::p_private |
Just a reminder so that people don't cast garbage.
| picture_t*( * decoder_t::pf_decode_video)(decoder_t *, block_t **) |
| aout_buffer_t*( * decoder_t::pf_decode_audio)(decoder_t *, block_t **) |
| subpicture_t*( * decoder_t::pf_decode_sub)(decoder_t *, block_t **) |
| block_t*( * decoder_t::pf_packetize)(decoder_t *, block_t **) |
| block_t*( * decoder_t::pf_get_cc)(decoder_t *, bool pb_present[4]) |
| aout_buffer_t*( * decoder_t::pf_aout_buffer_new)(decoder_t *, int) |
| void( * decoder_t::pf_aout_buffer_del)(decoder_t *, aout_buffer_t *) |
| void( * decoder_t::pf_vout_buffer_del)(decoder_t *, picture_t *) |
| void( * decoder_t::pf_picture_link)(decoder_t *, picture_t *) |
| void( * decoder_t::pf_picture_unlink)(decoder_t *, picture_t *) |
| void( * decoder_t::pf_spu_buffer_del)(decoder_t *, subpicture_t *) |
1.5.1