Thread: [Dvbstreamer-svn] SF.net SVN: dvbstreamer: [232] trunk (Page 2)
Status: Beta
Brought to you by:
charrea6
|
From: <cha...@us...> - 2007-02-06 18:05:44
|
Revision: 232
http://svn.sourceforge.net/dvbstreamer/?rev=232&view=rev
Author: charrea6
Date: 2007-02-06 10:05:17 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Add SendBlock method to delivery methods to send opaque blocks of data.
Modified Paths:
--------------
trunk/include/deliverymethod.h
trunk/src/plugins/fileoutput.c
trunk/src/plugins/nulloutput.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-02-15 22:09:01
|
Revision: 234
http://svn.sourceforge.net/dvbstreamer/?rev=234&view=rev
Author: charrea6
Date: 2007-02-15 14:08:56 -0800 (Thu, 15 Feb 2007)
Log Message:
-----------
Add PES Processor and update Section processor to take a user arg.
Modified Paths:
--------------
trunk/include/Makefile.am
trunk/include/plugin.h
trunk/include/sectionprocessor.h
trunk/src/Makefile.am
trunk/src/pluginmgr.c
trunk/src/sectionprocessor.c
Added Paths:
-----------
trunk/include/pesprocessor.h
trunk/src/pesprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-02-15 22:09:36
|
Revision: 235
http://svn.sourceforge.net/dvbstreamer/?rev=235&view=rev
Author: charrea6
Date: 2007-02-15 14:09:33 -0800 (Thu, 15 Feb 2007)
Log Message:
-----------
Code clean up
Modified Paths:
--------------
trunk/include/logging.h
trunk/src/dvb.c
trunk/src/logging.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-03-01 21:21:56
|
Revision: 237
http://svn.sourceforge.net/dvbstreamer/?rev=237&view=rev
Author: charrea6
Date: 2007-03-01 13:21:51 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
Add Logical Channel Number descriptor
Modified Paths:
--------------
trunk/include/dvbpsi/Makefile.am
trunk/src/Makefile.am
trunk/src/nitprocessor.c
Added Paths:
-----------
trunk/include/dvbpsi/dr_83.h
trunk/src/dvbpsi/dr_83.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-06 18:42:40
|
Revision: 238
http://svn.sourceforge.net/dvbstreamer/?rev=238&view=rev
Author: charrea6
Date: 2007-03-06 10:41:43 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Add INSTALLED feature and fix uninstall bug.
Modified Paths:
--------------
trunk/include/plugin.h
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-03-06 18:43:38
|
Revision: 240
http://svn.sourceforge.net/dvbstreamer/?rev=240&view=rev
Author: charrea6
Date: 2007-03-06 10:43:33 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Add comments
Modified Paths:
--------------
trunk/include/dvbpsi/dr_83.h
trunk/src/dvbpsi/dr_83.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-06 18:45:46
|
Revision: 241
http://svn.sourceforge.net/dvbstreamer/?rev=241&view=rev
Author: charrea6
Date: 2007-03-06 10:44:12 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Add MultiplexFindId
Modified Paths:
--------------
trunk/include/multiplexes.h
trunk/src/multiplexes.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-06 18:46:08
|
Revision: 242
http://svn.sourceforge.net/dvbstreamer/?rev=242&view=rev
Author: charrea6
Date: 2007-03-06 10:45:54 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
New libdvbpsi patch after feedback from libdvbpsi mailing list
Modified Paths:
--------------
trunk/include/dvbpsi/tdttot.h
trunk/misc/libdvbpsi-claimrelease.patch
trunk/src/dvbpsi/nit.c
trunk/src/dvbpsi/tdttot.c
trunk/src/sectionprocessor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-06 18:48:41
|
Revision: 244
http://svn.sourceforge.net/dvbstreamer/?rev=244&view=rev
Author: charrea6
Date: 2007-03-06 10:48:33 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Implement reference counting on service objects and fix service name length at 256 chars
Modified Paths:
--------------
trunk/include/services.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/patprocessor.c
trunk/src/pmtprocessor.c
trunk/src/sdtprocessor.c
trunk/src/servicefilter.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...> - 2007-03-07 20:54:58
|
Revision: 248
http://svn.sourceforge.net/dvbstreamer/?rev=248&view=rev
Author: charrea6
Date: 2007-03-07 12:54:54 -0800 (Wed, 07 Mar 2007)
Log Message:
-----------
Refactor common subtable processing code into SubTableProcessor
Modified Paths:
--------------
trunk/src/nitprocessor.c
trunk/src/sdtprocessor.c
Added 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...> - 2007-03-07 20:55:26
|
Revision: 249
http://svn.sourceforge.net/dvbstreamer/?rev=249&view=rev
Author: charrea6
Date: 2007-03-07 12:55:24 -0800 (Wed, 07 Mar 2007)
Log Message:
-----------
Add SubTableProcessor files to makefiles
Modified Paths:
--------------
trunk/include/Makefile.am
trunk/src/Makefile.am
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-10 13:22:23
|
Revision: 257
http://svn.sourceforge.net/dvbstreamer/?rev=257&view=rev
Author: charrea6
Date: 2007-03-10 05:22:20 -0800 (Sat, 10 Mar 2007)
Log Message:
-----------
Major structure member rename, make naming convention consistent, now always use camel case for variables and Pascal case for functions and globals.
Modified Paths:
--------------
trunk/include/commands.h
trunk/include/dvb.h
trunk/include/multiplexes.h
trunk/include/pids.h
trunk/include/plugin.h
trunk/include/services.h
trunk/include/ts.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/deliverymethod.c
trunk/src/dvb.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/outputs.c
trunk/src/patprocessor.c
trunk/src/pesprocessor.c
trunk/src/pids.c
trunk/src/pluginmgr.c
trunk/src/plugins/extractpes.c
trunk/src/plugins/nownext.c
trunk/src/pmtprocessor.c
trunk/src/remoteintf.c
trunk/src/sdtprocessor.c
trunk/src/sectionprocessor.c
trunk/src/servicefilter.c
trunk/src/services.c
trunk/src/setup.c
trunk/src/subtableprocessor.c
trunk/src/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...> - 2007-03-13 20:42:14
|
Revision: 261
http://svn.sourceforge.net/dvbstreamer/?rev=261&view=rev
Author: charrea6
Date: 2007-03-13 13:42:11 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Update to 0.7
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
trunk/configure.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-13 20:44:37
|
Revision: 262
http://svn.sourceforge.net/dvbstreamer/?rev=262&view=rev
Author: charrea6
Date: 2007-03-13 13:44:34 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Simplify DVB api and set filter buffer size in an attempt to prevent problems when changing mux
Modified Paths:
--------------
trunk/include/dvb.h
trunk/src/dvb.c
trunk/src/main.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-03-15 23:12:03
|
Revision: 265
http://svn.sourceforge.net/dvbstreamer/?rev=265&view=rev
Author: charrea6
Date: 2007-03-15 16:12:01 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Import modified version of libdvbpsi into dvbstreamer
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.in
trunk/include/dvbpsi/Makefile.am
Added Paths:
-----------
trunk/include/dvbpsi/demux.h
trunk/include/dvbpsi/descriptor.h
trunk/include/dvbpsi/dr.h
trunk/include/dvbpsi/dr_02.h
trunk/include/dvbpsi/dr_03.h
trunk/include/dvbpsi/dr_04.h
trunk/include/dvbpsi/dr_05.h
trunk/include/dvbpsi/dr_06.h
trunk/include/dvbpsi/dr_07.h
trunk/include/dvbpsi/dr_08.h
trunk/include/dvbpsi/dr_09.h
trunk/include/dvbpsi/dr_0a.h
trunk/include/dvbpsi/dr_0b.h
trunk/include/dvbpsi/dr_0c.h
trunk/include/dvbpsi/dr_0d.h
trunk/include/dvbpsi/dr_0e.h
trunk/include/dvbpsi/dr_0f.h
trunk/include/dvbpsi/dr_42.h
trunk/include/dvbpsi/dr_47.h
trunk/include/dvbpsi/dr_48.h
trunk/include/dvbpsi/dr_4d.h
trunk/include/dvbpsi/dr_4e.h
trunk/include/dvbpsi/dr_52.h
trunk/include/dvbpsi/dr_55.h
trunk/include/dvbpsi/dr_56.h
trunk/include/dvbpsi/dr_59.h
trunk/include/dvbpsi/dr_62.h
trunk/include/dvbpsi/dvbpsi.h
trunk/include/dvbpsi/eit.h
trunk/include/dvbpsi/pat.h
trunk/include/dvbpsi/pmt.h
trunk/include/dvbpsi/psi.h
trunk/include/dvbpsi/sdt.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-18 12:26:07
|
Revision: 271
http://svn.sourceforge.net/dvbstreamer/?rev=271&view=rev
Author: charrea6
Date: 2007-03-17 06:51:25 -0700 (Sat, 17 Mar 2007)
Log Message:
-----------
Use reference counting for Multiplexes.
Modified Paths:
--------------
trunk/include/multiplexes.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/parsezap.c
trunk/src/patprocessor.c
trunk/src/plugins/lcnquery.c
trunk/src/plugins/nownext.c
trunk/src/pmtprocessor.c
trunk/src/servicefilter.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.
|
|
From: <cha...@us...> - 2007-03-22 22:39:55
|
Revision: 274
http://svn.sourceforge.net/dvbstreamer/?rev=274&view=rev
Author: charrea6
Date: 2007-03-22 15:20:37 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
Implement an object based memory allocation system
Modified Paths:
--------------
trunk/include/Makefile.am
trunk/include/list.h
trunk/include/logging.h
trunk/include/multiplexes.h
trunk/include/services.h
trunk/include/types.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/deliverymethod.c
trunk/src/dvb.c
trunk/src/list.c
trunk/src/logging.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/outputs.c
trunk/src/patprocessor.c
trunk/src/pesprocessor.c
trunk/src/pids.c
trunk/src/pluginmgr.c
trunk/src/plugins/nownext.c
trunk/src/pmtprocessor.c
trunk/src/sectionprocessor.c
trunk/src/servicefilter.c
trunk/src/services.c
trunk/src/setup.c
trunk/src/subtableprocessor.c
trunk/src/tdtprocessor.c
trunk/src/ts.c
Added Paths:
-----------
trunk/include/objects.h
trunk/src/objects.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-03-30 21:21:32
|
Revision: 283
http://svn.sourceforge.net/dvbstreamer/?rev=283&view=rev
Author: charrea6
Date: 2007-03-30 14:21:30 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Fix bug with incorrect reference counts
Modified Paths:
--------------
trunk/include/cache.h
trunk/include/objects.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/objects.c
trunk/src/patprocessor.c
trunk/src/pmtprocessor.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...> - 2007-03-30 21:38:48
|
Revision: 285
http://svn.sourceforge.net/dvbstreamer/?rev=285&view=rev
Author: charrea6
Date: 2007-03-30 14:38:45 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Improve logging output
Modified Paths:
--------------
trunk/include/dbase.h
trunk/include/logging.h
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/deliverymethod.c
trunk/src/dvb.c
trunk/src/list.c
trunk/src/logging.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/objects.c
trunk/src/patprocessor.c
trunk/src/pids.c
trunk/src/pluginmgr.c
trunk/src/pmtprocessor.c
trunk/src/remoteintf.c
trunk/src/sdtprocessor.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...> - 2007-04-01 17:21:42
|
Revision: 286
http://svn.sourceforge.net/dvbstreamer/?rev=286&view=rev
Author: charrea6
Date: 2007-04-01 10:21:39 -0700 (Sun, 01 Apr 2007)
Log Message:
-----------
Make sure the dvbpsi header files are installed.
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-04-16 19:50:51
|
Revision: 289
http://svn.sourceforge.net/dvbstreamer/?rev=289&view=rev
Author: charrea6
Date: 2007-04-16 12:50:48 -0700 (Mon, 16 Apr 2007)
Log Message:
-----------
Make Date/Time and duration field simpler to use in libdvbpsi.
Modified Paths:
--------------
trunk/include/dvbpsi/Makefile.am
trunk/include/dvbpsi/eit.h
trunk/include/dvbpsi/tdttot.h
trunk/include/plugin.h
trunk/src/dvbpsi/Makefile.am
trunk/src/dvbpsi/tables/eit.c
trunk/src/dvbpsi/tables/tdttot.c
trunk/src/plugins/datetime.c
trunk/src/plugins/nownext.c
Added Paths:
-----------
trunk/include/dvbpsi/datetime.h
trunk/src/dvbpsi/datetime.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cha...@us...> - 2007-04-17 17:27:09
|
Revision: 290
http://svn.sourceforge.net/dvbstreamer/?rev=290&view=rev
Author: charrea6
Date: 2007-04-17 10:27:08 -0700 (Tue, 17 Apr 2007)
Log Message:
-----------
Add ATSC and DiSEqC support.
Modified Paths:
--------------
trunk/configure.in
trunk/include/dbase.h
trunk/include/dvb.h
trunk/include/main.h
trunk/include/multiplexes.h
trunk/include/services.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/dvb.c
trunk/src/main.c
trunk/src/multiplexes.c
trunk/src/parsezap.c
trunk/src/patprocessor.c
trunk/src/pids.c
trunk/src/pluginmgr.c
trunk/src/pmtprocessor.c
trunk/src/servicefilter.c
trunk/src/services.c
trunk/src/setup.c
Added Paths:
-----------
trunk/include/psipprocessor.h
trunk/include/tuning.h
trunk/src/psipprocessor.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-04-18 21:43:55
|
Revision: 291
http://svn.sourceforge.net/dvbstreamer/?rev=291&view=rev
Author: charrea6
Date: 2007-04-18 14:43:48 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
Turn on -Wall -Werror and fix warnings.
Modified Paths:
--------------
trunk/include/nitprocessor.h
trunk/include/ts.h
trunk/src/Makefile.am
trunk/src/cache.c
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/dvb.c
trunk/src/dvbctrl.c
trunk/src/logging.c
trunk/src/main.c
trunk/src/objects.c
trunk/src/pesprocessor.c
trunk/src/pids.c
trunk/src/pluginmgr.c
trunk/src/plugins/Makefile.am
trunk/src/plugins/fileoutput.c
trunk/src/plugins/lcnquery.c
trunk/src/plugins/nownext.c
trunk/src/remoteintf.c
trunk/src/sdtprocessor.c
trunk/src/sectionprocessor.c
trunk/src/servicefilter.c
trunk/src/services.c
trunk/src/setup.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-04-20 20:38:45
|
Revision: 292
http://svn.sourceforge.net/dvbstreamer/?rev=292&view=rev
Author: charrea6
Date: 2007-04-20 13:38:42 -0700 (Fri, 20 Apr 2007)
Log Message:
-----------
Fix -Wall -Werror warnings and code clean up.
Modified Paths:
--------------
trunk/include/dvbpsi/datetime.h
trunk/include/main.h
trunk/src/commands.c
trunk/src/dbase.c
trunk/src/dvb.c
trunk/src/dvbctrl.c
trunk/src/dvbpsi/Makefile.am
trunk/src/dvbpsi/datetime.c
trunk/src/dvbpsi/tables/eit.c
trunk/src/dvbpsi/tables/tdttot.c
trunk/src/main.c
trunk/src/outputs.c
trunk/src/pesprocessor.c
trunk/src/pluginmgr.c
trunk/src/plugins/udp.c
trunk/src/plugins/udpoutput.c
trunk/src/sectionprocessor.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-04-26 19:28:16
|
Revision: 299
http://svn.sourceforge.net/dvbstreamer/?rev=299&view=rev
Author: charrea6
Date: 2007-04-26 12:28:13 -0700 (Thu, 26 Apr 2007)
Log Message:
-----------
Add LNB LO settings.
Modified Paths:
--------------
trunk/configure.in
trunk/include/dbase.h
trunk/include/dvb.h
trunk/src/Makefile.am
trunk/src/dvb.c
trunk/src/main.c
trunk/src/parsezap.c
trunk/src/setup.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|