Thread: [Dvbstreamer-svn] SF.net SVN: dvbstreamer:[518] trunk
Status: Beta
Brought to you by:
charrea6
|
From: <cha...@us...> - 2008-09-25 22:34:37
|
Revision: 518
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=518&view=rev
Author: charrea6
Date: 2008-09-25 22:34:27 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
Add service filter properties
Modified Paths:
--------------
trunk/include/servicefilter.h
trunk/src/commands/cmd_servicefilter.c
trunk/src/servicefilter.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-09-25 22:31:05
|
Revision: 515
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=515&view=rev
Author: charrea6
Date: 2008-09-25 22:30:54 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
Add new properties module to expose internal properties via the command
interface
Modified Paths:
--------------
trunk/src/Makefile.am
Added Paths:
-----------
trunk/include/properties.h
trunk/src/properties.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-10-07 21:33:28
|
Revision: 520
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=520&view=rev
Author: charrea6
Date: 2008-10-07 21:33:21 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Remove timeout in monitor thread and replace with pipe to wake up and send commands to it.
Start/Stop filters on lock/unlock.
Added frontEndLocked member.
Modified Paths:
--------------
trunk/include/dvb.h
trunk/src/dvb.c
trunk/src/plugins/traffic.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...> - 2008-10-07 21:34:31
|
Revision: 521
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=521&view=rev
Author: charrea6
Date: 2008-10-07 21:34:26 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Add properties in case order.
Tables only have 2 dimensions, new table description structure.
Modified Paths:
--------------
trunk/include/properties.h
trunk/src/properties.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-10-07 21:44:20
|
Revision: 523
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=523&view=rev
Author: charrea6
Date: 2008-10-07 21:44:17 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Initial full spectrum scan code.
Modified Paths:
--------------
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/commands/cmd_scanning.c
trunk/src/multiplexes.c
trunk/src/services.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-10-10 21:47:39
|
Revision: 525
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=525&view=rev
Author: charrea6
Date: 2008-10-10 21:47:33 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
Add active property to allow frontend to be released.
Modified Paths:
--------------
trunk/include/dvb.h
trunk/src/dvb.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-10-14 22:13:27
|
Revision: 526
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=526&view=rev
Author: charrea6
Date: 2008-10-14 22:13:17 +0000 (Tue, 14 Oct 2008)
Log Message:
-----------
Add network scanning for DVB-T and initial DVB-S/C
Modified Paths:
--------------
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbpsi/dr.h
trunk/include/dvbpsi/nit.h
trunk/src/commands/cmd_scanning.c
trunk/src/dvbpsi/Makefile.am
trunk/src/dvbpsi/tables/nit.c
trunk/src/nitprocessor.c
Added Paths:
-----------
trunk/include/dvbpsi/dr_43.h
trunk/include/dvbpsi/dr_5a.h
trunk/src/dvbpsi/descriptors/dr_43.c
trunk/src/dvbpsi/descriptors/dr_5a.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-10-23 21:10:33
|
Revision: 527
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=527&view=rev
Author: charrea6
Date: 2008-10-23 21:10:21 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
Implement table properties.
Modified Paths:
--------------
trunk/include/properties.h
trunk/src/commands/cmd_info.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/properties.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2008-12-02 14:46:52
|
Revision: 551
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=551&view=rev
Author: charrea6
Date: 2008-12-02 14:46:49 +0000 (Tue, 02 Dec 2008)
Log Message:
-----------
Fix [2377653] ATSC EPG xmltv output shows programs on wrong channel
Modified Paths:
--------------
trunk/ChangeLog
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...> - 2009-01-22 17:40:57
|
Revision: 570
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=570&view=rev
Author: charrea6
Date: 2009-01-22 17:40:51 +0000 (Thu, 22 Jan 2009)
Log Message:
-----------
Add fdvbstreamer and rename dvb.[ch] to dvbadapter.[ch] and add fileadapter.c
Modified Paths:
--------------
trunk/configure.in
trunk/include/Makefile.am
trunk/include/main.h
trunk/include/multiplexes.h
trunk/include/ts.h
trunk/include/tuning.h
trunk/src/Makefile.am
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_scanning.c
trunk/src/commands/cmd_servicefilter.c
trunk/src/commands.c
trunk/src/main.c
trunk/src/nitprocessor.c
trunk/src/parsezap.c
trunk/src/patprocessor.c
trunk/src/pluginmgr.c
trunk/src/plugins/epgtoxmltv.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/lcnquery.c
trunk/src/plugins/manualfilters.c
trunk/src/plugins/nownext.c
trunk/src/plugins/queryepg.c
trunk/src/plugins/sap.c
trunk/src/plugins/sicapture.c
trunk/src/plugins/traffic.c
trunk/src/plugins/udp.c
trunk/src/plugins/udpoutput.c
trunk/src/pmtprocessor.c
trunk/src/psipprocessor.c
trunk/src/remoteintf.c
trunk/src/sdtprocessor.c
trunk/src/servicefilter.c
trunk/src/subtableprocessor.c
trunk/src/tdtprocessor.c
trunk/src/tuning.c
Added Paths:
-----------
trunk/include/dvbadapter.h
trunk/src/dvbadapter.c
Removed Paths:
-------------
trunk/include/dvb.h
trunk/src/dvb.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-02-23 14:59:48
|
Revision: 582
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=582&view=rev
Author: charrea6
Date: 2009-02-23 14:59:44 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
Make Enumerator DB access method deprecated and replace with List methods to help prevent DB being locked by an unfinalised statement.
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
trunk/include/list.h
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/cache.c
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_scanning.c
trunk/src/list.c
trunk/src/multiplexes.c
trunk/src/plugins/queryepg.c
trunk/src/plugins/traffic.c
trunk/src/services.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-04-06 16:12:46
|
Revision: 585
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=585&view=rev
Author: charrea6
Date: 2009-04-06 16:12:40 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Improving logging with the addition of named threads
Modified Paths:
--------------
trunk/include/logging.h
trunk/src/logging.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-04-06 16:13:51
|
Revision: 586
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=586&view=rev
Author: charrea6
Date: 2009-04-06 16:13:46 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Consistent naming convention for DeInit
Modified Paths:
--------------
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/multiplexes.c
trunk/src/services.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-04-06 16:17:41
|
Revision: 588
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=588&view=rev
Author: charrea6
Date: 2009-04-06 16:17:37 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Cleanup commands interface (part 1) Removed vars
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...> - 2009-04-06 16:18:38
|
Revision: 589
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=589&view=rev
Author: charrea6
Date: 2009-04-06 16:18:28 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Add timed receive
Modified Paths:
--------------
trunk/include/messageq.h
trunk/src/threading/messageq.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-04-06 16:20:49
|
Revision: 592
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=592&view=rev
Author: charrea6
Date: 2009-04-06 16:20:40 +0000 (Mon, 06 Apr 2009)
Log Message:
-----------
Remove EPG database from DVBStreamer add new epgdata command to receive epg data as XML stream for external database app
Modified Paths:
--------------
trunk/include/epgdbase.h
trunk/src/Makefile.am
trunk/src/epgdbase.c
trunk/src/main.c
trunk/src/objects.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/atsctoepg.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/schedule.c
Added Paths:
-----------
trunk/include/epgchannel.h
trunk/include/epgtypes.h
trunk/src/commands/cmd_epg.c
trunk/src/epgchannel.c
trunk/src/epgtypes.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-04-07 15:23:12
|
Revision: 594
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=594&view=rev
Author: charrea6
Date: 2009-04-07 15:23:03 +0000 (Tue, 07 Apr 2009)
Log Message:
-----------
Fix not terminating command when client disconnects and also don\'t use objects for contents of channel message
Modified Paths:
--------------
trunk/include/epgchannel.h
trunk/src/commands/cmd_epg.c
trunk/src/epgchannel.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-06-16 16:26:25
|
Revision: 598
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=598&view=rev
Author: charrea6
Date: 2009-06-16 16:26:12 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Add commands to start/restart/stop epg capture.
Update epgdb to restart epg capture on connection and also allow connection to multiple daemons
Modified Paths:
--------------
trunk/src/commands/cmd_epg.c
trunk/src/plugins/atsctoepg.c
trunk/src/plugins/schedule.c
trunk/test/epgdb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-06-16 16:26:49
|
Revision: 599
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=599&view=rev
Author: charrea6
Date: 2009-06-16 16:26:48 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Add subtable restart function
Modified Paths:
--------------
trunk/include/subtableprocessor.h
trunk/src/subtableprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-06-18 14:23:34
|
Revision: 601
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=601&view=rev
Author: charrea6
Date: 2009-06-18 13:34:50 +0000 (Thu, 18 Jun 2009)
Log Message:
-----------
Rework DeliveryMethodInstance to reduce overhead by moving function pointers into a new static structure.
NullOutput now returns a static singleton which ensure it will always succeed.
Modified Paths:
--------------
trunk/include/deliverymethod.h
trunk/src/deliverymethod.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/fileoutput.c
trunk/src/plugins/nulloutput.c
trunk/src/plugins/outputs.c
trunk/src/plugins/traffic.c
trunk/src/plugins/udpoutput.c
trunk/src/servicefilter.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-06-19 15:32:30
|
Revision: 602
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=602&view=rev
Author: charrea6
Date: 2009-06-19 15:32:27 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Remove the option of passing the entire command line untokenized to a command. All command lines are now tokenized, NOTE this may break compatibility with 1.x!
Modified Paths:
--------------
trunk/include/commands.h
trunk/include/plugin.h
trunk/src/commands/cmd_epg.c
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_scanning.c
trunk/src/commands/cmd_servicefilter.c
trunk/src/commands.c
trunk/src/pluginmgr.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/atsctoepg.c
trunk/src/plugins/datetime.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/lcnquery.c
trunk/src/plugins/manualfilters.c
trunk/src/plugins/nownext.c
trunk/src/plugins/outputs.c
trunk/src/plugins/schedule.c
trunk/src/plugins/sicapture.c
trunk/src/plugins/traffic.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...> - 2009-07-19 07:10:10
|
Revision: 610
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=610&view=rev
Author: charrea6
Date: 2009-07-19 07:10:05 +0000 (Sun, 19 Jul 2009)
Log Message:
-----------
Update signature of Authenticate as suggested by Marcel Ritter
Modified Paths:
--------------
trunk/README
trunk/src/dvbctrl.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-07-27 12:12:57
|
Revision: 614
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=614&view=rev
Author: charrea6
Date: 2009-07-27 12:12:31 +0000 (Mon, 27 Jul 2009)
Log Message:
-----------
Fix STDERR and STDOUT file descriptors not being allocated so causing DB corruption when dvbstreamer crashes. As reported by A C G Mennucc in #2827333
Modified Paths:
--------------
trunk/include/logging.h
trunk/src/logging.c
trunk/src/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-07-27 12:39:12
|
Revision: 617
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=617&view=rev
Author: charrea6
Date: 2009-07-27 12:39:03 +0000 (Mon, 27 Jul 2009)
Log Message:
-----------
Update changelog and add A C G Mennucc to list of contributors
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...> - 2009-09-28 17:05:39
|
Revision: 622
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=622&view=rev
Author: charrea6
Date: 2009-09-28 17:05:26 +0000 (Mon, 28 Sep 2009)
Log Message:
-----------
Intermediate commit: Lots of changes to the way the TS is filtered.DEFINITELY BROKEN do not try and use!
Modified Paths:
--------------
trunk/include/deliverymethod.h
trunk/include/dvbadapter.h
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbpsi/psi.h
trunk/include/dvbpsi/tdttot.h
trunk/include/list.h
trunk/include/main.h
trunk/include/nitprocessor.h
trunk/include/patprocessor.h
trunk/include/plugin.h
trunk/include/pmtprocessor.h
trunk/include/psipprocessor.h
trunk/include/sdtprocessor.h
trunk/include/servicefilter.h
trunk/include/tdtprocessor.h
trunk/include/ts.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_scanning.c
trunk/src/commands/cmd_servicefilter.c
trunk/src/deliverymethod.c
trunk/src/dvbadapter.c
trunk/src/dvbpsi/Makefile.am
trunk/src/dvbpsi/psi.c
trunk/src/fileadapter.c
trunk/src/main.c
trunk/src/pesprocessor.c
trunk/src/pluginmgr.c
trunk/src/plugins/manualfilters.c
trunk/src/plugins/sectionfilters.c
trunk/src/servicefilter.c
trunk/src/ts.c
trunk/src/tuning.c
Added Paths:
-----------
trunk/include/standard/
trunk/include/standard/atsc.h
trunk/include/standard/dvb.h
trunk/include/standard/mpeg2.h
trunk/src/standard/
trunk/src/standard/atsc/
trunk/src/standard/atsc/atsc.c
trunk/src/standard/atsc/atsctext.c
trunk/src/standard/atsc/psipprocessor.c
trunk/src/standard/dvb/
trunk/src/standard/dvb/dvb.c
trunk/src/standard/dvb/dvbtext.c
trunk/src/standard/dvb/nitprocessor.c
trunk/src/standard/dvb/sdtprocessor.c
trunk/src/standard/dvb/tdtprocessor.c
trunk/src/standard/mpeg2/
trunk/src/standard/mpeg2/mpeg2.c
trunk/src/standard/mpeg2/patprocessor.c
trunk/src/standard/mpeg2/pmtprocessor.c
Removed Paths:
-------------
trunk/include/sectionprocessor.h
trunk/include/subtableprocessor.h
trunk/src/atsctext.c
trunk/src/dvbtext.c
trunk/src/nitprocessor.c
trunk/src/patprocessor.c
trunk/src/pmtprocessor.c
trunk/src/psipprocessor.c
trunk/src/sdtprocessor.c
trunk/src/sectionprocessor.c
trunk/src/subtableprocessor.c
trunk/src/tdtprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|