LinuxTV

CVS log for multiplexer/splicets.c

[BACK] Up to [DVB] / multiplexer

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jan 15 20:39:50 2005 UTC (19 years, 4 months ago) by oskar
Branches: MAIN
CVS tags: version-1-1-7, version-1-1-6, version-1-1-5, version-1-1-4, version-1-1-3, version-1-1-2, version-1-1-1, version-1-1-0, version-1-0-8, version-1-0-7, version-1-0-6, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +17 -1 lines
add command --nit to control network pid in pat

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 28 21:08:18 2004 UTC (19 years, 6 months ago) by oskar
Branches: MAIN
CVS tags: version-1-0-5, version-1-0-4, version-1-0-3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
devide crc stuff into crc16 and crc32 files

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 17 22:04:07 2004 UTC (19 years, 11 months ago) by oskar
Branches: MAIN
CVS tags: version-1-0-2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
ignore sigpipe

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 23 01:39:04 2004 UTC (20 years, 4 months ago) by oskar
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -7 lines
add option --conservativepids

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jan 16 14:54:12 2004 UTC (20 years, 4 months ago) by jens
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
changed allocation of elementaryStream PIDs.
Now the PIDs of the original stream will be
set by the multiplexer, not those 0x1000 values.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 25 21:05:23 2003 UTC (20 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +14 -0 lines
add copyright notice

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 15 23:01:32 2003 UTC (20 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
changed location

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 8 16:52:15 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +19 -16 lines
Change timing for unparsed SI packets to more or less greedy
to avoid blocking the whole stream by these packets.
Correction in time evaluation before anything is triggered.
Allow descriptor with tag==0, may be added manualy now, for whatsoever.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 8 09:59:58 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +23 -15 lines
Increment version in PAT/PMT/MapHeader only for true changes.
Decrease buffer size for Map streams to 64K (still huge).
Less messages on stderr for TS PAT/PMT Remap actions.
Do a rough test on --si stream timing.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 2 14:51:22 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +53 -17 lines
Add commands --descr, --sdescr, --pdescr to allow manual
modification of descriptors in target stream. See man page (DESCRIPTION and BUGS).
Introduce two levels of configuration printment to selectively
print or don't the descriptors of a stream. See man page --config.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 1 10:27:41 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Allow descriptor_tag >= 19 (reserved and user private)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 1 08:23:18 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +203 -9 lines
Add command --sipid to allow manual entries into PMTs. See man page.
Prepare data structures to hold manually entered descriptors (internal).
Fix bug, which blocked action, when SI data filled buffers before regular
data buffers could be triggered.
Save PAT (PID 0x0000) from being touched by --si or --sipid.
Minor changes in configuration printout.
Solve PID collision problem between normal PIDs and --si PIDs.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 19 09:52:34 2001 UTC (22 years, 10 months ago) by oskar
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2 lines
Fix segfault bug caused by PAT map stream closed without closing the whole file
because unparsed si is still done,
Fix potential bug that might cause endless loop skipping unparsed si.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:01:39 2001 UTC (22 years, 10 months ago) by oskar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Increase buffer sizes (input 0.5 .. 1 MB, output 8 MB).
Change buffer fullness trigger condition from 1/2 to 3/4.
Add timed trigger condition for both input and output buffers.
  The default delay time is 250 msec, but it can be configured
  with the commands --trigin and --trigout. See man page for more info.
Add more info to --statistics command, providing min/max values,
  and buffer and block sizes around the output stage.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 7 15:26:34 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Fix another bug with unparsed SI, so that files close correctly

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 3 13:21:45 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +19 -7 lines
Add command '--config' for feed back concerning current target stream configuration.
Do the usual bug fixes.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 2 16:27:12 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Bug fix in time hopping with non-timed i/o.
New command '--statistics' to feed back status of output buffers.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 30 15:58:29 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +256 -120 lines
Introduce internal data propagation type, with sd_unparsedsi apart from
sd_data and sd_map.
clean up data processing in splicets.c to have clear, short functions.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 25 16:17:05 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -0 lines
fix bug to propagate PAT descriptors, too.
introduce '--si' to pipe raw SI TS-pakets, preferably provided by DSMCC-carusel

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 25 11:37:51 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -6 lines
Changed '--repeat' partial synopsis to explicitely name the
referenced file instead of presetting a value for the next file to handle

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:26:03 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -8 lines
Keep SID more stable across mplex

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 3 21:14:33 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +19 -36 lines
cleaning up.
buffer sizes now depend on split data type (video,audio,other).
new functions to unlink and remove streams from programs.
do not start dispatcher when command line is --help.
new command "crop" to remove program or stream from target.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 29 13:27:43 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -13 lines
correct error in TS parsing.
change time code conversion to correctly handle ring wrapping.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:52:34 2001 UTC (23 years, 2 months ago) by oskar
Branches: MAIN
Multiplexer, first archived version.
New feature: --badtiming (see --help)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>