- 27 Jan, 2016 40 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
By removing the i_program_number argument from dvbpsi_pmt_attach() its prototype then matches that of all other dvbpsi_*_attach() functions. The i_extension was already used as being the program number in case of PMT tables since the beginning of libdvbpsi its implementation.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Treat i_program_number as i_extension.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
If a dvbpsi_t handle was created but the attached PSI table demuxer was never triggered because the table is not present in the stream, then the function dvbpsi_chain_demux_delete() would not free its resources properly. This caused dvbpsi_delete() on the dvbpsi_t handle to fail. The function dvbpsi_chain_demux_delete() is changed to handle this situation properly.
-
Jean-Paul Saman authored
PMT are attached by using dvbpsi_pmt_attach() function directly and not through a demuxing chain, so release the PMT's in the same manner. Thus using the function dvbpsi_pmt_detach() directly.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
It is the responsibility of the calling application to release dvbpsi_decoder_t::p_priv pointer and its associated memory.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The function is replaced by dvbpsi_decoder_chain_get() that looksup a decoder by its table_id and extension in a linked list.
-
Jean-Paul Saman authored
Only when dvbpsi_decoder_t::pf_del() is not available dvbpsi_decoder_delete() is called from this function.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This example application has been superseeded by dvbinfo example.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Directly accessing dvbpsi_t::p_decoder is no longer safe, since this holds a linked list (aka chain) of decoders now.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-