1. 21 Jun, 2012 5 commits
  2. 20 Jun, 2012 7 commits
  3. 13 Jun, 2012 12 commits
  4. 11 Jun, 2012 3 commits
  5. 06 Jun, 2012 1 commit
  6. 04 Jun, 2012 5 commits
    • Jean-Paul Saman's avatar
      doxygen: layout improvements. · 6ad561b9
      Jean-Paul Saman authored
      6ad561b9
    • Jean-Paul Saman's avatar
      doxygen fixes. · 5ce1bf15
      Jean-Paul Saman authored
      Update doxygen information and fix linkage of howto-new-api.doxygen
      5ce1bf15
    • Jean-Paul Saman's avatar
      demux: rename dvbpsi_demux_subdec_t::p_cb_data to p_decoder · 826a8881
      Jean-Paul Saman authored
      The functions dvbpsi_GatherXSections() and dvbpsi_NewDemuxSubDecoder() take a
      private decoder as argument. Change this argument from 'void *' to 'dvbpsi_decoder_t *'.
      This makes its use more clear.
      826a8881
    • Jean-Paul Saman's avatar
      demux: use new utility functions. · 2d3fb64a
      Jean-Paul Saman authored
      Use new utility functions to replace common code blocks. Moving
      code to demux.c instead of repeating them in the subtable functions.
      This reduces the amount of code in subtable files and reduces the risk
      of introducing errors in future for this code.
      2d3fb64a
    • Jean-Paul Saman's avatar
      demux: refactor · 7beb890c
      Jean-Paul Saman authored
      Refactor common demux code structures into utility functions.
      See the complete list below:
      - rearrange arguments of dvbpsi_demux_new_cb_t callback
      - define dvbpsi_demux_gather_cb_t callback type
      - define dvbpsi_demux_detach_cb_t callback type
      - new utility function dvbpsi_NewDemuxSubDecoder()
      - new utility function dvbpsi_DeleteDemuxSubDecoder()
      - new utility funciton dvbpsi_AttachDemuxSubDecoder()
      - new utility function dvbpsi_DetachDemuxSubDecoder()
      7beb890c
  7. 30 May, 2012 7 commits