1. 16 Mar, 2011 1 commit
  2. 15 Mar, 2011 5 commits
  3. 23 Feb, 2011 4 commits
  4. 16 Feb, 2011 5 commits
  5. 14 Feb, 2011 3 commits
  6. 10 Feb, 2011 3 commits
  7. 07 Feb, 2011 9 commits
  8. 03 Feb, 2011 6 commits
  9. 02 Feb, 2011 3 commits
    • Jean-Paul Saman's avatar
      src/descriptors: doxygen documentation fixes. · 52d1a27c
      Jean-Paul Saman authored
      Fix not document functions and wrongly documented functions.
      52d1a27c
    • Jean-Paul Saman's avatar
      src/tables: Documentation fixes · bddf441f
      Jean-Paul Saman authored
      Correct function definitions in doxygen blocks.
      bddf441f
    • Jean-Paul Saman's avatar
      src/tables/*: Privatize dvbpsi_decoder_t in dvbpsi_t · 19a31474
      Jean-Paul Saman authored
      All dvbpsi decoders now use dvbpsi_t as handle instead of
      dvbpsi_decoder_t *. The pointer to dvbpsi_decoder_t is privatized
      and accessible through (dvbpsi_t *)->p_private member. The user
      must make sure to cast it to the correct dvbpsi_*_decoder_t type
      before accessing structure members.
      
      Dvbpsi decoder developers should use the define DVBPSI_DECODER_COMMON
      at the start of a new dvbpsi_*_decoder_t.
      
      WARNING: THIS COMMIT BREAKS THE EXISTING API IN A MAJOR WAY !!!
      
      - most public APIs requires a pointer to existing dvbpsi_t
      - new functions to obtain and delete a pointer to dvbpsi_t structure:
        dvbpsi_NewHandle() and dvbpsi_DeleteHandle()
      - subtable descriptors fixes
      - indentations
      19a31474
  10. 20 Jan, 2011 1 commit