Thread: [Dvbstreamer-svn] SF.net SVN: dvbstreamer:[623] trunk (Page 2)
Status: Beta
Brought to you by:
charrea6
|
From: <cha...@us...> - 2009-09-28 20:18:24
|
Revision: 623
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=623&view=rev
Author: charrea6
Date: 2009-09-28 20:18:10 +0000 (Mon, 28 Sep 2009)
Log Message:
-----------
Intermediate Commit: Still broken but lots more files compile. DONT USE
Modified Paths:
--------------
trunk/include/Makefile.am
trunk/include/main.h
trunk/include/servicefilter.h
trunk/include/standard/atsc.h
trunk/include/standard/dvb.h
trunk/include/standard/mpeg2.h
trunk/src/dvbadapter.c
trunk/src/main.c
trunk/src/servicefilter.c
trunk/src/standard/mpeg2/mpeg2.c
trunk/src/standard/mpeg2/patprocessor.c
trunk/src/standard/mpeg2/pmtprocessor.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...> - 2009-09-28 22:02:48
|
Revision: 624
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=624&view=rev
Author: charrea6
Date: 2009-09-28 22:02:27 +0000 (Mon, 28 Sep 2009)
Log Message:
-----------
INTERMEDIATE COMMIT: Main app now compiles, plugin still dont, may features need reimplementing.
Modified Paths:
--------------
trunk/include/nitprocessor.h
trunk/include/patprocessor.h
trunk/include/pmtprocessor.h
trunk/include/servicefilter.h
trunk/include/ts.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/main.c
trunk/src/pluginmgr.c
trunk/src/servicefilter.c
trunk/src/standard/atsc/atsc.c
trunk/src/standard/atsc/psipprocessor.c
trunk/src/standard/dvb/dvb.c
trunk/src/standard/dvb/nitprocessor.c
trunk/src/standard/dvb/sdtprocessor.c
trunk/src/standard/dvb/tdtprocessor.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...> - 2009-09-29 17:01:54
|
Revision: 625
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=625&view=rev
Author: charrea6
Date: 2009-09-29 17:01:41 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
Intermediate commit: still broken, but more compiles now, removed unused unsupported pes/section filter, renamed schedule => dvbtoepg in line with atsc.
Modified Paths:
--------------
trunk/include/events.h
trunk/include/plugin.h
trunk/include/ts.h
trunk/include/tuning.h
trunk/src/Makefile.am
trunk/src/commands/cmd_info.c
trunk/src/deliverymethod.c
trunk/src/events.c
trunk/src/main.c
trunk/src/pluginmgr.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/fileoutput.c
trunk/src/plugins/manualfilters.c
trunk/src/plugins/outputs.c
trunk/src/plugins/udpoutput.c
trunk/src/ts.c
trunk/src/tuning.c
Added Paths:
-----------
trunk/src/plugins/dvbtoepg.c
Removed Paths:
-------------
trunk/include/pesprocessor.h
trunk/src/pesprocessor.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/nulloutput.c
trunk/src/plugins/schedule.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-10-01 16:37:46
|
Revision: 626
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=626&view=rev
Author: charrea6
Date: 2009-10-01 16:37:35 +0000 (Thu, 01 Oct 2009)
Log Message:
-----------
Everything now compiles although the plugins traffic and sectionfilter are currently not being compiled.
Updated the now/next plugin to output datetime using ctime.
Updated the datetime plugin to work for ATSC and DVB, now outputs time using ctime and uses monotonic clock to determine the age of the received time
Modified Paths:
--------------
trunk/include/Makefile.am
trunk/include/dvbpsi/atsc/stt.h
trunk/include/dvbpsi/datetime.h
trunk/include/dvbpsi/eit.h
trunk/include/dvbpsi/tdttot.h
trunk/include/main.h
trunk/include/servicefilter.h
trunk/include/standard/atsc.h
trunk/include/standard/dvb.h
trunk/include/standard/mpeg2.h
trunk/src/commands/cmd_servicefilter.c
trunk/src/deliverymethod.c
trunk/src/dvbpsi/datetime.c
trunk/src/dvbpsi/tables/eit.c
trunk/src/dvbpsi/tables/tdttot.c
trunk/src/events.c
trunk/src/fileadapter.c
trunk/src/main.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/atsctoepg.c
trunk/src/plugins/datetime.c
trunk/src/plugins/dvbtoepg.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/nownext.c
trunk/src/plugins/sicapture.c
trunk/src/servicefilter.c
trunk/src/standard/atsc/atsc.c
trunk/src/standard/atsc/psipprocessor.c
trunk/src/standard/dvb/dvb.c
trunk/src/standard/dvb/sdtprocessor.c
trunk/src/standard/dvb/tdtprocessor.c
trunk/src/standard/mpeg2/mpeg2.c
trunk/src/standard/mpeg2/patprocessor.c
trunk/src/standard/mpeg2/pmtprocessor.c
trunk/src/tuning.c
Removed Paths:
-------------
trunk/src/plugins/queryepg.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-10-02 15:01:51
|
Revision: 631
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=631&view=rev
Author: charrea6
Date: 2009-10-02 15:01:44 +0000 (Fri, 02 Oct 2009)
Log Message:
-----------
More segfault fixes
Modified Paths:
--------------
trunk/INSTALL
trunk/src/commands/cmd_info.c
trunk/src/fileadapter.c
trunk/src/plugins/dvbtoepg.c
trunk/src/plugins/nownext.c
trunk/src/servicefilter.c
trunk/src/standard/mpeg2/pmtprocessor.c
trunk/src/ts.c
Added Paths:
-----------
trunk/include/dvbpsi/sections.h
trunk/src/dvbpsi/sections.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-10-09 16:17:02
|
Revision: 650
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=650&view=rev
Author: charrea6
Date: 2009-10-09 16:16:45 +0000 (Fri, 09 Oct 2009)
Log Message:
-----------
More work to prevent seg faults when removing packet filters during packet processing
Modified Paths:
--------------
trunk/include/list.h
trunk/include/ts.h
trunk/src/list.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...> - 2009-10-12 12:31:45
|
Revision: 651
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=651&view=rev
Author: charrea6
Date: 2009-10-12 12:31:36 +0000 (Mon, 12 Oct 2009)
Log Message:
-----------
Move packet filters to single linked list and an array of 8193 pointers
Modified Paths:
--------------
trunk/include/ts.h
trunk/src/commands/cmd_info.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...> - 2009-10-15 16:48:10
|
Revision: 658
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=658&view=rev
Author: charrea6
Date: 2009-10-15 16:48:01 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
Add support for extended event descriptors
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
trunk/src/plugins/dvbtoepg.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-10-20 16:11:14
|
Revision: 659
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=659&view=rev
Author: charrea6
Date: 2009-10-20 16:10:52 +0000 (Tue, 20 Oct 2009)
Log Message:
-----------
Reduce number of threads in use and reduce complexity by moving to libev for file descriptor monitoring.
Modified Paths:
--------------
trunk/configure.in
trunk/include/Makefile.am
trunk/include/dvbadapter.h
trunk/include/remoteintf.h
trunk/include/ts.h
trunk/src/Makefile.am
trunk/src/dvbadapter.c
trunk/src/fileadapter.c
trunk/src/main.c
trunk/src/plugins/sap.c
trunk/src/remoteintf.c
trunk/src/ts.c
Added Paths:
-----------
trunk/include/dispatchers.h
trunk/src/dispatchers.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-10-22 09:22:23
|
Revision: 662
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=662&view=rev
Author: charrea6
Date: 2009-10-22 09:22:10 +0000 (Thu, 22 Oct 2009)
Log Message:
-----------
Fix occasional hang when packet filters would get into a circular reference
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...> - 2009-11-24 21:54:18
|
Revision: 673
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=673&view=rev
Author: charrea6
Date: 2009-11-24 21:54:09 +0000 (Tue, 24 Nov 2009)
Log Message:
-----------
Tidy up properties and remove table type as not useful
Modified Paths:
--------------
trunk/include/properties.h
trunk/src/commands/cmd_info.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/plugins/outputs.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...> - 2009-12-18 15:40:29
|
Revision: 680
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=680&view=rev
Author: charrea6
Date: 2009-12-18 15:40:14 +0000 (Fri, 18 Dec 2009)
Log Message:
-----------
More common functionality into dbase module
Modified Paths:
--------------
trunk/include/dbase.h
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/dbase.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...> - 2009-12-18 15:45:27
|
Revision: 682
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=682&view=rev
Author: charrea6
Date: 2009-12-18 15:45:21 +0000 (Fri, 18 Dec 2009)
Log Message:
-----------
Add CFLAGS -fno-strict-aliasing
Modified Paths:
--------------
trunk/INSTALL
trunk/configure.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2009-12-18 15:55:08
|
Revision: 685
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=685&view=rev
Author: charrea6
Date: 2009-12-18 15:55:02 +0000 (Fri, 18 Dec 2009)
Log Message:
-----------
Move towards removing linuxdvb stuff from anywhere other than dvbadapter.c
Modified Paths:
--------------
trunk/include/dvbadapter.h
trunk/include/lnb.h
trunk/src/Makefile.am
trunk/src/commands/cmd_info.c
trunk/src/dbase.c
trunk/src/dvbadapter.c
trunk/src/fileadapter.c
trunk/src/lnb.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-12-30 08:40:55
|
Revision: 686
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=686&view=rev
Author: charrea6
Date: 2009-12-30 08:40:48 +0000 (Wed, 30 Dec 2009)
Log Message:
-----------
Add network and ts id to service type so no need to retrieve mux to get these.
Modified Paths:
--------------
trunk/include/services.h
trunk/src/cache.c
trunk/src/commands/cmd_info.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...> - 2010-01-13 22:00:39
|
Revision: 687
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=687&view=rev
Author: charrea6
Date: 2010-01-13 22:00:31 +0000 (Wed, 13 Jan 2010)
Log Message:
-----------
Remove linuxdvb specific structures into dvbadapter.c only and remove the 4 different tables used to store tuning params into a single parameter in the multiplexes table encoded in yaml
Modified Paths:
--------------
trunk/configure.in
trunk/include/cache.h
trunk/include/dbase.h
trunk/include/dvbadapter.h
trunk/include/main.h
trunk/include/multiplexes.h
trunk/include/objects.h
trunk/include/parsezap.h
trunk/include/services.h
trunk/include/tuning.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands/cmd_info.c
trunk/src/commands/cmd_scanning.c
trunk/src/dbase.c
trunk/src/dvbadapter.c
trunk/src/events.c
trunk/src/fileadapter.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/objects.c
trunk/src/parsezap.c
trunk/src/pids.c
trunk/src/plugins/datetime.c
trunk/src/plugins/eventsdispatcher.c
trunk/src/services.c
trunk/src/setup.c
trunk/src/standard/atsc/psipprocessor.c
trunk/src/standard/dvb/sdtprocessor.c
trunk/src/standard/mpeg2/patprocessor.c
trunk/src/ts.c
trunk/src/tuning.c
Added Paths:
-----------
trunk/include/yamlutils.h
trunk/src/constants.c
trunk/src/convertdvbdb.c
trunk/src/yamlutils.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-01-18 17:28:45
|
Revision: 692
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=692&view=rev
Author: charrea6
Date: 2010-01-18 17:28:33 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
Add additional delivery system constants and types, use YamlUtils_DocumentToString to convert the document into a string in DVBFrontendParametersGet
Modified Paths:
--------------
trunk/configure.in
trunk/include/dvbadapter.h
trunk/include/yamlutils.h
trunk/src/commands/cmd_info.c
trunk/src/constants.c
trunk/src/dvbadapter.c
trunk/src/yamlutils.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-01-21 15:23:07
|
Revision: 696
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=696&view=rev
Author: charrea6
Date: 2010-01-21 15:22:52 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
Convert event to string functions to output in YAML
Modified Paths:
--------------
trunk/include/events.h
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/dvbadapter.c
trunk/src/events.c
trunk/src/fileadapter.c
trunk/src/multiplexes.c
trunk/src/plugins/datetime.c
trunk/src/plugins/eventsdispatcher.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...> - 2010-01-21 17:29:14
|
Revision: 697
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=697&view=rev
Author: charrea6
Date: 2010-01-21 17:29:04 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
Add events to service filters
Modified Paths:
--------------
trunk/include/servicefilter.h
trunk/src/main.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...> - 2010-02-02 13:05:44
|
Revision: 707
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=707&view=rev
Author: charrea6
Date: 2010-02-02 13:05:35 +0000 (Tue, 02 Feb 2010)
Log Message:
-----------
Fix event filtering
Modified Paths:
--------------
trunk/include/events.h
trunk/src/events.c
trunk/src/plugins/eventsdispatcher.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-02-15 16:46:41
|
Revision: 717
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=717&view=rev
Author: charrea6
Date: 2010-02-15 16:46:33 +0000 (Mon, 15 Feb 2010)
Log Message:
-----------
Remove libltdl from the package source and use system version instead - see bug 2951692
Modified Paths:
--------------
trunk/ChangeLog
trunk/Makefile.am
trunk/README
trunk/configure.in
trunk/src/Makefile.am
trunk/src/pluginmgr.c
trunk/src/ts.c
Removed Paths:
-------------
trunk/libltdl/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-02-18 22:53:52
|
Revision: 723
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=723&view=rev
Author: charrea6
Date: 2010-02-18 22:53:45 +0000 (Thu, 18 Feb 2010)
Log Message:
-----------
Add Data broadcast id descriptor
Modified Paths:
--------------
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbpsi/dr.h
trunk/src/dvbpsi/Makefile.am
Added Paths:
-----------
trunk/include/dvbpsi/dr_66.h
trunk/src/dvbpsi/descriptors/dr_66.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-02-23 13:07:27
|
Revision: 726
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=726&view=rev
Author: charrea6
Date: 2010-02-23 13:07:17 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
Add DSMCC descriptors
Modified Paths:
--------------
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbpsi/dr.h
trunk/include/dvbpsi/dr_66.h
trunk/src/dvbpsi/Makefile.am
Added Paths:
-----------
trunk/include/dvbpsi/dr_13.h
trunk/include/dvbpsi/dr_14.h
trunk/src/dvbpsi/descriptors/dr_13.c
trunk/src/dvbpsi/descriptors/dr_14.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-02-24 19:08:58
|
Revision: 729
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=729&view=rev
Author: charrea6
Date: 2010-02-24 18:08:36 +0000 (Wed, 24 Feb 2010)
Log Message:
-----------
First pass at integrating libdsmcc
Modified Paths:
--------------
trunk/include/dvbpsi/dr.h
trunk/include/dvbpsi/dr_14.h
trunk/include/services.h
trunk/src/Makefile.am
trunk/src/plugins/Makefile.am
trunk/src/plugins/dsmcc.c
trunk/src/plugins/libdsmcc/dsmcc-biop.c
trunk/src/plugins/libdsmcc/dsmcc-biop.h
trunk/src/plugins/libdsmcc/dsmcc-cache.c
trunk/src/plugins/libdsmcc/dsmcc-cache.h
trunk/src/plugins/libdsmcc/dsmcc-carousel.c
trunk/src/plugins/libdsmcc/dsmcc-descriptor.c
trunk/src/plugins/libdsmcc/dsmcc-receiver.c
trunk/src/plugins/libdsmcc/dsmcc-receiver.h
trunk/src/plugins/libdsmcc/dsmcc-util.c
trunk/src/plugins/libdsmcc/dsmcc-util.h
trunk/src/plugins/libdsmcc/libdsmcc.h
trunk/src/services.c
Removed Paths:
-------------
trunk/src/plugins/libdsmcc/dsmcc-biop.c.orig
trunk/src/plugins/libdsmcc/dsmcc-biop.h.orig
trunk/src/plugins/libdsmcc/dsmcc-cache.c.orig
trunk/src/plugins/libdsmcc/dsmcc-cache.h.orig
trunk/src/plugins/libdsmcc/dsmcc-carousel.c.orig
trunk/src/plugins/libdsmcc/dsmcc-carousel.h.orig
trunk/src/plugins/libdsmcc/dsmcc-descriptor.c.orig
trunk/src/plugins/libdsmcc/dsmcc-descriptor.h.orig
trunk/src/plugins/libdsmcc/dsmcc-receiver.c.orig
trunk/src/plugins/libdsmcc/dsmcc-receiver.h.orig
trunk/src/plugins/libdsmcc/dsmcc-util.c.orig
trunk/src/plugins/libdsmcc/libdsmcc.h.orig
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2010-02-26 15:29:51
|
Revision: 731
http://dvbstreamer.svn.sourceforge.net/dvbstreamer/?rev=731&view=rev
Author: charrea6
Date: 2010-02-26 15:29:37 +0000 (Fri, 26 Feb 2010)
Log Message:
-----------
First 'working' version of DSMCC
Modified Paths:
--------------
trunk/include/dvbpsi/dr_66.h
trunk/src/pids.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/dsmcc.c
trunk/src/plugins/libdsmcc/dsmcc-carousel.c
trunk/src/plugins/libdsmcc/dsmcc-carousel.h
trunk/src/plugins/libdsmcc/dsmcc-receiver.c
trunk/src/plugins/libdsmcc/dsmcc-receiver.h
trunk/src/plugins/libdsmcc/libdsmcc.h
trunk/src/standard/mpeg2/pmtprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|