LinuxTV

CVS log for multiplexer/splitts.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
Thu Oct 17 08:37:06 2013 UTC (10 years, 7 months ago) by oskar
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -4 lines
v1.1.8

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 12 21:46:44 2008 UTC (15 years, 6 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
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
use sed not ed, use stdint.h integer types

Revision 1.22: 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-1-1, version-1-1-0, version-1-0-8, version-1-0-7, version-1-0-6, version-1-0-5, version-1-0-4, version-1-0-3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
devide crc stuff into crc16 and crc32 files

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
ignore sigpipe

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +14 -0 lines
add copyright notice

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 16 00:51:58 2003 UTC (20 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Fix a bug that caused the whole thing to hang and busy-loop, when, while
splitting up an input transport stream, an unbound packet was encountered,
and just then in the huge input buffer with lots of megabytes space, there
are exactly 184 bytes left in the end to be filled before wraparound occurs...

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: +4 -3 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: +2 -1 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
Tue Aug 7 13:30:39 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -15 lines
Add example for --ts x 0 to the man page, see EXAMPLES.
Superimpose duplicate code section.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 6 19:43:35 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +105 -59 lines
Add command '--ts 0' to allow extraction of streams from a TS with broken or
missing PAT/PMT information. See man page.
'a' is for assembler, 'b' is for bug, 'c' is for crap. Fix another bug that
was due to manual optimization for efficient code, since the compiler
cannot come up to that...  --ts should produce correct data now.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:11:52 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -9 lines
Fix bug, that caused PSI table stuffing bytes to be misinterpreted
while parsing a transport stream

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +13 -10 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.11: download - view: text, markup, annotated - select for diffs
Mon Jul 30 13:05:29 2001 UTC (22 years, 9 months ago) by oskar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -0 lines
Cover case of --si pid below 0x0010.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +4 -1 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.9: download - view: text, markup, annotated - select for diffs
Mon May 14 19:29:17 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Use memmove in command processing
Add tiny tool 'repeatts' to allow sending a TS-file (containing e.g. DSMCC)
repeatedly and with a simple timing. The tool also allows changing the current
file on the fly by giving a new command to stdin. See man page for details.

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +5 -5 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.7: 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.6: preferred, colored
Changes since revision 1.6: +74 -0 lines
fix bug to propagate PAT descriptors, too.
introduce '--si' to pipe raw SI TS-pakets, preferably provided by DSMCC-carusel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 25 12:29:24 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -12 lines
for internal list handling use chained lists only (instead of occasionally tables)

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: +3 -3 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: +55 -29 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: +5 -19 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: +39 -29 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>