Thread: [Dvbstreamer-svn] SF.net SVN: dvbstreamer: [304] trunk (Page 3)
Status: Beta
Brought to you by:
charrea6
|
From: <cha...@us...> - 2007-04-28 11:42:11
|
Revision: 304
http://svn.sourceforge.net/dvbstreamer/?rev=304&view=rev
Author: charrea6
Date: 2007-04-28 04:41:54 -0700 (Sat, 28 Apr 2007)
Log Message:
-----------
Add EPG Database and separate plugin schedule.c into schedule.c and epgtoxmltv.c
Modified Paths:
--------------
trunk/include/dbase.h
trunk/include/objects.h
trunk/include/services.h
trunk/src/Makefile.am
trunk/src/main.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/schedule.c
trunk/src/services.c
Added Paths:
-----------
trunk/include/epgdbase.h
trunk/src/epgdbase.c
trunk/src/plugins/epgtoxmltv.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-05 17:35:22
|
Revision: 306
http://svn.sourceforge.net/dvbstreamer/?rev=306&view=rev
Author: charrea6
Date: 2007-05-05 10:35:21 -0700 (Sat, 05 May 2007)
Log Message:
-----------
Add PLUGIN_FOR_... to allow plugins to specify what type of transport stream type they are designed for. Also improve plugininfo command.
Modified Paths:
--------------
trunk/include/plugin.h
trunk/src/pluginmgr.c
trunk/src/plugins/datetime.c
trunk/src/plugins/epgtoxmltv.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/fileoutput.c
trunk/src/plugins/lcnquery.c
trunk/src/plugins/nownext.c
trunk/src/plugins/nulloutput.c
trunk/src/plugins/schedule.c
trunk/src/plugins/udpoutput.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-05 17:47:49
|
Revision: 307
http://svn.sourceforge.net/dvbstreamer/?rev=307&view=rev
Author: charrea6
Date: 2007-05-05 10:47:48 -0700 (Sat, 05 May 2007)
Log Message:
-----------
Remove tone from database QPSKParameters table as it is determined during the tuning process.
Modified Paths:
--------------
trunk/include/dbase.h
trunk/include/dvb.h
trunk/src/dbase.c
trunk/src/dvb.c
trunk/src/multiplexes.c
trunk/src/parsezap.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-08 07:03:45
|
Revision: 308
http://svn.sourceforge.net/dvbstreamer/?rev=308&view=rev
Author: charrea6
Date: 2007-05-08 00:03:43 -0700 (Tue, 08 May 2007)
Log Message:
-----------
Make sure all text is in UTF8, this removes the need to replace unprintable characters with _ etc.
Modified Paths:
--------------
trunk/include/dbase.h
trunk/include/services.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/epgdbase.c
trunk/src/objects.c
trunk/src/plugins/epgtoxmltv.c
trunk/src/plugins/schedule.c
trunk/src/sdtprocessor.c
trunk/src/services.c
Added Paths:
-----------
trunk/include/dvbtext.h
trunk/include/utf8.h
trunk/src/dvbtext.c
trunk/src/utf8.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-16 21:09:41
|
Revision: 313
http://svn.sourceforge.net/dvbstreamer/?rev=313&view=rev
Author: charrea6
Date: 2007-05-16 14:09:40 -0700 (Wed, 16 May 2007)
Log Message:
-----------
Allow ATSC plugins and DVB plugins to be installed at the same time and only load the correct ones. Remove --enable-atsc flag from configure.
Modified Paths:
--------------
trunk/configure.in
trunk/include/main.h
trunk/include/outputs.h
trunk/src/Makefile.am
trunk/src/main.c
trunk/src/pluginmgr.c
trunk/src/psipprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-17 19:55:01
|
Revision: 317
http://svn.sourceforge.net/dvbstreamer/?rev=317&view=rev
Author: charrea6
Date: 2007-05-17 12:55:00 -0700 (Thu, 17 May 2007)
Log Message:
-----------
Add MGT and STT processing.
Modified Paths:
--------------
trunk/src/dvbpsi/Makefile.am
trunk/src/psipprocessor.c
Added Paths:
-----------
trunk/include/dvbpsi/mgt.h
trunk/include/dvbpsi/stt.h
trunk/src/dvbpsi/tables/mgt.c
trunk/src/dvbpsi/tables/stt.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-18 22:15:29
|
Revision: 318
http://svn.sourceforge.net/dvbstreamer/?rev=318&view=rev
Author: charrea6
Date: 2007-05-18 15:15:28 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Add VCT table decoders for dvbpsi.
Added Paths:
-----------
trunk/include/dvbpsi/vct.h
trunk/src/dvbpsi/tables/vct.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-18 22:15:55
|
Revision: 319
http://svn.sourceforge.net/dvbstreamer/?rev=319&view=rev
Author: charrea6
Date: 2007-05-18 15:15:54 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Minor tidy up.
Modified Paths:
--------------
trunk/include/dvbpsi/mgt.h
trunk/src/dvbpsi/tables/mgt.c
trunk/src/main.c
trunk/src/pluginmgr.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-21 20:34:06
|
Revision: 325
http://svn.sourceforge.net/dvbstreamer/?rev=325&view=rev
Author: charrea6
Date: 2007-05-21 13:34:02 -0700 (Mon, 21 May 2007)
Log Message:
-----------
A very big commit fixes lots of minor bugs and add ATSC support.
Modified Paths:
--------------
trunk/include/cache.h
trunk/include/commands.h
trunk/include/dbase.h
trunk/include/list.h
trunk/include/nitprocessor.h
trunk/include/plugin.h
trunk/include/psipprocessor.h
trunk/include/sdtprocessor.h
trunk/include/services.h
trunk/include/tdtprocessor.h
trunk/include/tuning.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/dvb.c
trunk/src/main.c
trunk/src/nitprocessor.c
trunk/src/parsezap.c
trunk/src/pluginmgr.c
trunk/src/psipprocessor.c
trunk/src/remoteintf.c
trunk/src/sdtprocessor.c
trunk/src/services.c
trunk/src/setup.c
trunk/src/tdtprocessor.c
trunk/src/tuning.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-25 19:59:44
|
Revision: 326
http://svn.sourceforge.net/dvbstreamer/?rev=326&view=rev
Author: charrea6
Date: 2007-05-25 12:59:43 -0700 (Fri, 25 May 2007)
Log Message:
-----------
Add new directories
Added Paths:
-----------
trunk/include/dvbpsi/atsc/
trunk/include/dvbpsi/atsc/eit.h
trunk/include/dvbpsi/atsc/mgt.h
trunk/include/dvbpsi/atsc/stt.h
trunk/include/dvbpsi/atsc/vct.h
trunk/src/commands/
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_pids.c
trunk/src/commands/cmd_scanning.c
trunk/src/commands/cmd_servicefilter.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-25 20:00:30
|
Revision: 327
http://svn.sourceforge.net/dvbstreamer/?rev=327&view=rev
Author: charrea6
Date: 2007-05-25 13:00:29 -0700 (Fri, 25 May 2007)
Log Message:
-----------
A very big commit reorganise commands into separate files and atsc tables in dvbpsi.
Modified Paths:
--------------
trunk/include/commands.h
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbtext.h
trunk/include/plugin.h
trunk/include/ts.h
trunk/src/Makefile.am
trunk/src/commands.c
trunk/src/dvb.c
trunk/src/dvbpsi/Makefile.am
trunk/src/psipprocessor.c
trunk/src/remoteintf.c
Added Paths:
-----------
trunk/src/dvbpsi/tables/atsc_eit.c
trunk/src/dvbpsi/tables/atsc_mgt.c
trunk/src/dvbpsi/tables/atsc_stt.c
trunk/src/dvbpsi/tables/atsc_vct.c
Removed Paths:
-------------
trunk/include/dvbpsi/mgt.h
trunk/include/dvbpsi/stt.h
trunk/include/dvbpsi/vct.h
trunk/src/dvbpsi/tables/mgt.c
trunk/src/dvbpsi/tables/stt.c
trunk/src/dvbpsi/tables/vct.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-29 19:39:47
|
Revision: 330
http://svn.sourceforge.net/dvbstreamer/?rev=330&view=rev
Author: charrea6
Date: 2007-05-29 12:39:42 -0700 (Tue, 29 May 2007)
Log Message:
-----------
Add PSIP EIT parsing.
Modified Paths:
--------------
trunk/src/Makefile.am
trunk/src/dvbpsi/tables/atsc_eit.c
trunk/src/main.c
trunk/src/plugins/epgtoxmltv.c
Added Paths:
-----------
trunk/include/atsctext.h
trunk/src/atsctext.c
trunk/src/plugins/atsctoepg.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-05-30 10:22:52
|
Revision: 333
http://svn.sourceforge.net/dvbstreamer/?rev=333&view=rev
Author: charrea6
Date: 2007-05-30 03:22:44 -0700 (Wed, 30 May 2007)
Log Message:
-----------
Clean up festatus code
Modified Paths:
--------------
trunk/include/dvb.h
trunk/src/commands/cmd_info.c
trunk/src/dvb.c
trunk/src/ts.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-06 20:28:13
|
Revision: 335
http://svn.sourceforge.net/dvbstreamer/?rev=335&view=rev
Author: charrea6
Date: 2007-06-06 13:28:07 -0700 (Wed, 06 Jun 2007)
Log Message:
-----------
Clean up logging API
Modified Paths:
--------------
trunk/include/logging.h
trunk/src/dvbctrl.c
trunk/src/dvbpsi/dvbpsi_private.h
trunk/src/dvbpsi/tables/nit.c
trunk/src/logging.c
trunk/src/main.c
trunk/src/plugins/extractpes.c
trunk/src/setup.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-06 20:35:31
|
Revision: 337
http://svn.sourceforge.net/dvbstreamer/?rev=337&view=rev
Author: charrea6
Date: 2007-06-06 13:35:30 -0700 (Wed, 06 Jun 2007)
Log Message:
-----------
Add options to configure to compile out DVB/ATSC support.
Modified Paths:
--------------
trunk/configure.in
trunk/include/Makefile.am
trunk/include/dvbpsi/Makefile.am
trunk/libltdl/Makefile.in
trunk/libltdl/configure
trunk/src/Makefile.am
trunk/src/atsctext.c
trunk/src/dvbpsi/Makefile.am
trunk/src/parsezap.c
trunk/src/pluginmgr.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-11 19:52:35
|
Revision: 338
http://svn.sourceforge.net/dvbstreamer/?rev=338&view=rev
Author: charrea6
Date: 2007-06-11 12:52:33 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
Add descriptions to command vars and improve vars command.
Modified Paths:
--------------
trunk/include/commands.h
trunk/src/commands/cmd_info.c
trunk/src/commands.c
trunk/src/remoteintf.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-11 20:19:41
|
Revision: 339
http://svn.sourceforge.net/dvbstreamer/?rev=339&view=rev
Author: charrea6
Date: 2007-06-11 13:19:40 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
Add hardware restricted mode, where only HW PID filters can be used and not the whole TS.
Modified Paths:
--------------
trunk/include/dvb.h
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_pids.c
trunk/src/commands/cmd_scanning.c
trunk/src/commands/cmd_servicefilter.c
trunk/src/dvb.c
trunk/src/main.c
trunk/src/nitprocessor.c
trunk/src/patprocessor.c
trunk/src/plugins/nownext.c
trunk/src/plugins/schedule.c
trunk/src/sdtprocessor.c
trunk/src/servicefilter.c
trunk/src/tdtprocessor.c
trunk/src/ts.c
trunk/src/tuning.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-20 07:01:57
|
Revision: 342
http://svn.sourceforge.net/dvbstreamer/?rev=342&view=rev
Author: charrea6
Date: 2007-06-20 00:01:55 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
Only build DVB/ATSC plugins when building for DVB/ATSC.
Modified Paths:
--------------
trunk/configure.in
trunk/src/Makefile.am
trunk/src/pluginmgr.c
trunk/src/plugins/Makefile.am
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-21 22:06:32
|
Revision: 346
http://svn.sourceforge.net/dvbstreamer/?rev=346&view=rev
Author: charrea6
Date: 2007-06-21 15:06:30 -0700 (Thu, 21 Jun 2007)
Log Message:
-----------
General tidy up code.
Modified Paths:
--------------
trunk/include/main.h
trunk/include/outputs.h
trunk/src/epgdbase.c
trunk/src/main.c
trunk/src/outputs.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-06-21 22:06:58
|
Revision: 347
http://svn.sourceforge.net/dvbstreamer/?rev=347&view=rev
Author: charrea6
Date: 2007-06-21 15:06:55 -0700 (Thu, 21 Jun 2007)
Log Message:
-----------
Update docs in preperation for 0.8 release
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-07-09 20:49:26
|
Revision: 351
http://svn.sourceforge.net/dvbstreamer/?rev=351&view=rev
Author: charrea6
Date: 2007-07-09 13:49:24 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Fix massive approx bit rate problem.
Modified Paths:
--------------
trunk/include/ts.h
trunk/src/ts.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-07-09 21:20:14
|
Revision: 352
http://svn.sourceforge.net/dvbstreamer/?rev=352&view=rev
Author: charrea6
Date: 2007-07-09 14:20:09 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Update docs in preperation for 0.8 release.
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-07-09 21:29:08
|
Revision: 353
http://svn.sourceforge.net/dvbstreamer/?rev=353&view=rev
Author: charrea6
Date: 2007-07-09 14:29:05 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Fix/Update doxygen
Modified Paths:
--------------
trunk/doxygen.config
trunk/include/multiplexes.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-09-18 20:09:53
|
Revision: 366
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=366&view=rev
Author: charrea6
Date: 2007-09-18 13:09:03 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
Add SAP for multicast IP.
Modified Paths:
--------------
trunk/include/udp.h
trunk/src/Makefile.am
trunk/src/pluginmgr.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/udpoutput.c
Added Paths:
-----------
trunk/src/plugins/sap.c
trunk/src/plugins/sap.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-10-24 20:18:26
|
Revision: 374
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=374&view=rev
Author: charrea6
Date: 2007-10-24 13:09:46 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
Add type to PIDFilter and add function to find a filter by type and name.
Modified Paths:
--------------
trunk/include/ts.h
trunk/src/ts.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|