1. 02 Mar, 2012 1 commit
    • Jean-Paul Saman's avatar
      Merge branch 'master' of git://git.videolan.org/dvblast into for-videolan · ff211f10
      Jean-Paul Saman authored
      The following conflicts occured because this tree originates from SVN directly, while the
      tree which was merged was converted to git by others.
      
      Conflicts:
      	AUTHORS
      	INSTALL
      	Makefile
      	NEWS
      	README
      	TODO
      	asi.c
      	comm.c
      	comm.h
      	demux.c
      	dvb.c
      	dvblast.1
      	dvblast.c
      	dvblast.h
      	dvblast_mmi.sh
      	dvblastctl.c
      	en50221.c
      	en50221.h
      	output.c
      	udp.c
      	util.c
      	version.h
      ff211f10
  2. 03 Feb, 2012 1 commit
  3. 25 Jan, 2012 2 commits
  4. 24 Jan, 2012 2 commits
  5. 03 Jan, 2012 2 commits
  6. 26 Dec, 2011 3 commits
  7. 24 Dec, 2011 3 commits
  8. 15 Dec, 2011 1 commit
  9. 25 Nov, 2011 1 commit
  10. 14 Nov, 2011 2 commits
  11. 10 Oct, 2011 1 commit
  12. 06 Oct, 2011 2 commits
  13. 03 Oct, 2011 2 commits
  14. 01 Oct, 2011 1 commit
  15. 13 Sep, 2011 1 commit
  16. 12 Sep, 2011 10 commits
  17. 11 Sep, 2011 3 commits
    • Georgi Chorbadzhiyski's avatar
      Allow service provider to be set globally by --provider-name (-B) option. · 18b06744
      Georgi Chorbadzhiyski authored
      Globally set service provider can be changed for each
      output by using /srvprovider= output option.
      Signed-off-by: default avatarGeorgi Chorbadzhiyski <gf@unixsol.org>
      18b06744
    • Georgi Chorbadzhiyski's avatar
      Allow service and provider names to be set per output. · 5967be13
      Georgi Chorbadzhiyski authored
      This patch adds two new output options that allow service
      name and provider name to be changed per output. The new
      output options are /srvname=XXX and /srvprovider=YYY.
      
      If option is not set the values from input stream are used.
      Signed-off-by: default avatarGeorgi Chorbadzhiyski <gf@unixsol.org>
      5967be13
    • Georgi Chorbadzhiyski's avatar
      Makefile: Show what is being done not the full commands. · cfcc91b0
      Georgi Chorbadzhiyski authored
      With this patch the DVBlast compilation output is not
      cluttered with the full command lines and makes it easier to
      spot warnings and errors. If you want to see what commands are
      executed run make V=1 or export V=1 and then make.
      
      The new "clean" output will look like this:
      
      make all
        CC      dvblast.c
        CC      util.c
        CC      dvb.c
        CC      udp.c
        CC      asi.c
        CC      demux.c
        CC      output.c
        CC      en50221.c
        CC      comm.c
        CC      mrtg-cnt.c
        LINK    dvblast
        CC      dvblastctl.c
        LINK    dvblastctl
      
      make install
        INSTALL dvblast.1 -> /usr/local/share/man/man1
        INSTALL dvblast dvblastctl dvblast_mmi.sh -> /usr/local/bin
      
      make uninstall
        RM      /usr/local/bin/dvblast
        RM      /usr/local/bin/dvblastctl
        RM      /usr/local/bin/dvblast_mmi.sh
        RM      /usr/local/share/man/man1/dvblast.1
      
      make clean
        CLEAN   dvblast dvblastctl dvblast.o util.o dvb.o udp.o asi.o demux.o output.o en50221.o comm.o mrtg-cnt.o util.o dvblastctl.o
      
      make archive
        ARCHIVE dvblast-2.0.0.tar.bz2
        -rw-r--r-- 1 gf users 108030 Sep  9 12:12 dvblast-2.0.0.tar.bz2
      Signed-off-by: default avatarGeorgi Chorbadzhiyski <gf@unixsol.org>
      cfcc91b0
  18. 07 Sep, 2011 2 commits