1. 10 Oct, 2011 5 commits
    • Georgi Chorbadzhiyski's avatar
      examples: Add "make local" for direct build against parent biTStream. · f6126887
      Georgi Chorbadzhiyski authored
      This patch adds "make local" target in examples/Makefile. Using this
      target examples will be build using biTStream in their parent directory
      (not the system wide install). This target simplifies biTSream development
      and testing.
      f6126887
    • Georgi Chorbadzhiyski's avatar
    • Georgi Chorbadzhiyski's avatar
      Remove unused variables. · f35e98e4
      Georgi Chorbadzhiyski authored
      f35e98e4
    • Georgi Chorbadzhiyski's avatar
      Fix compiler warnings. · a041a344
      Georgi Chorbadzhiyski authored
      The fixed warnings are:
        bitstream/dvb/sim.h: In function "tlv_find_data":
        bitstream/dvb/sim.h:216:5: warning: return discards qualifiers from pointer target type
      
        bitstream/dvb/sim.h: In function "ecmg_validate":
        bitstream/dvb/sim.h:389:5: warning: excess elements in scalar initializer
        bitstream/dvb/sim.h:389:5: warning: (near initialization for "p_param")
        bitstream/dvb/sim.h:389:5: warning: excess elements in scalar initializer
        bitstream/dvb/sim.h:389:5: warning: (near initialization for "p_param")
      
        bitstream/dvb/si.h: In function "dvb_string_set":
        bitstream/dvb/si.h:174:9: warning: pointer targets in passing argument 1 of "strlen" differ in signedness
        /usr/include/string.h:399:15: note: expected "const char *" but argument is of type "const uint8_t *"
      
        bitstream/dvb/si.h:174:9: warning: pointer targets in passing argument 1 of "__strdup" differ in signedness
        /usr/include/bits/string2.h:1303:14: note: expected "const char *" but argument is of type "const uint8_t *"
        bitstream/dvb/si.h:174:9: warning: pointer targets in return differ in signedness
      
        bitstream/dvb/si.h: In function "dvb_string_get":
        bitstream/dvb/si.h:219:25: warning: passing argument 3 of "pf_iconv" discards qualifiers from pointer target type
        bitstream/dvb/si.h:219:25: note: expected "char *" but argument is of type "const uint8_t *"
      
        bitstream/dvb/si.h: In function "desc48_get_service":
        bitstream/dvb/si.h:742:5: warning: return discards qualifiers from pointer target type
      a041a344
    • Georgi Chorbadzhiyski's avatar
      c73bef15
  2. 03 Oct, 2011 2 commits
  3. 01 Sep, 2011 1 commit
  4. 22 Aug, 2011 1 commit
  5. 05 Aug, 2011 1 commit
  6. 12 Jul, 2011 2 commits
  7. 08 Jun, 2011 1 commit
  8. 13 May, 2011 1 commit
  9. 10 Apr, 2011 1 commit
  10. 20 Mar, 2011 1 commit
  11. 24 Jan, 2011 1 commit
  12. 16 Jan, 2011 1 commit
  13. 01 Jan, 2011 1 commit
  14. 22 Dec, 2010 1 commit
  15. 12 Nov, 2010 1 commit
  16. 09 Nov, 2010 1 commit
  17. 08 Nov, 2010 1 commit
  18. 06 Nov, 2010 1 commit
  19. 28 Sep, 2010 2 commits
  20. 23 Sep, 2010 3 commits
  21. 02 Sep, 2010 1 commit
  22. 31 Aug, 2010 1 commit
  23. 24 Aug, 2010 1 commit
  24. 23 Aug, 2010 1 commit
    • Christophe Massiot's avatar
      * mpeg/psi.h: Fix a segfault when the number of sections changes. *... · 2b64da5e
      Christophe Massiot authored
      * mpeg/psi.h: Fix a segfault when the number of sections changes. * mpeg/psi.h, dvb/si.h: Add functions to validate if there is enough space for a new substructure. * dvb/si.h: Add support for DVB MJD format. * dvb/si.h: Correctly initialize a byte in SDT sub-structure. * dvb/si.h: Fully implement descriptor 0x48 (service descriptor).
      2b64da5e
  25. 20 Aug, 2010 1 commit
  26. 19 Aug, 2010 1 commit
    • Christophe Massiot's avatar
      * mpeg/psi.h, dvb/si.h: Add descXX_validate() functions. * mpeg/psi_print.h:... · 0b8f8669
      Christophe Massiot authored
      * mpeg/psi.h, dvb/si.h: Add descXX_validate() functions. * mpeg/psi_print.h: Validate descriptors before accessing them. * mpeg/psi.h: Avoid duplicate copies of the CRC32 table. * ALL: Make sure we return booleans. * dvb/si.h: Add support for DVB character sets. * dvb/si.h: Add content delivery descriptors 0x43, 0x44 and 0x5a. * dvb/si.h: Add VBI teletext descriptor 0x46. * examples/dvb_print_si.c: Add support for charset conversion via iconv.
      0b8f8669
  27. 17 Aug, 2010 1 commit
  28. 16 Aug, 2010 1 commit
  29. 15 Aug, 2010 2 commits
  30. 13 Aug, 2010 1 commit