LinuxTV

CVS log for multiplexer/global.h

[BACK] Up to [DVB] / multiplexer

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26: 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, HEAD
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +9 -9 lines
use sed not ed, use stdint.h integer types

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Dec 9 21:44:20 2006 UTC (17 years, 5 months ago) by oskar
Branches: MAIN
CVS tags: version-1-1-1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -2 lines
fix declaration

Revision 1.24: 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-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, version-1-0-2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
ignore sigpipe

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jan 23 20:55:08 2004 UTC (20 years, 3 months ago) by oskar
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -10 lines
drop __u32 style types in favour of u_int32_t ones

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

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

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
changed location

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +0 -1 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.18: 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.17: preferred, colored
Changes since revision 1.17: +3 -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.17: 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.16: preferred, colored
Changes since revision 1.16: +8 -0 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.16: 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.15: preferred, colored
Changes since revision 1.15: +3 -0 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.15: 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.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Allow descriptor_tag >= 19 (reserved and user private)

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +30 -11 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.13: download - view: text, markup, annotated - select for diffs
Fri Jul 20 16:49:55 2001 UTC (22 years, 10 months ago) by oskar
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -5 lines
Fix segfaulty bug that occured when unparsed si was found to be processable
in precedence to data. Now the precedence is PAT comes first, next is PMT,
last is other unparsed si.
Increase number of programs per output file etc.

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +20 -15 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.11: download - view: text, markup, annotated - select for diffs
Sat May 5 13:14:55 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
Fix segfault bug when processing unparsed_si at end of file.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +21 -11 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.9: download - view: text, markup, annotated - select for diffs
Wed Apr 25 16:17:05 2001 UTC (23 years ago) by oskar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -0 lines
fix bug to propagate PAT descriptors, too.
introduce '--si' to pipe raw SI TS-pakets, preferably provided by DSMCC-carusel

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:51:29 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +34 -0 lines
Keep SID more stable across mplex

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Keep SID more stable across mplex

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 5 14:50:42 2001 UTC (23 years, 1 month ago) by oskar
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -7 lines
add commands --file, --close, --append. See --help.

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +56 -62 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.3: 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.2: preferred, colored
Changes since revision 1.2: +24 -31 lines
correct error in TS parsing.
change time code conversion to correctly handle ring wrapping.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 19 22:20:32 2001 UTC (23 years, 2 months ago) by oskar
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
added option "-r <num>" to allow repeated input of files. See --help for usage.

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>