This is a set of cross-platform command line tools for working with MPEG data.
 
 
 
 
Go to file
tibs 223c96020a Fix continuation lines in the Makefile so it works.
Fix "if (err = EOF)", which should be a comparison.

Various pedantries (petty stuff):
* Remove compiler warning on use of build_TS_reader_with_fns - this was because
  "char *" is signed on my Mac, whilst "byte *" is not. Fixed by making it
  exepct "byte *", and whilst I'm at it make pcapreport.c use the datatypes from
  compat.h -- not because they're better than the stdint.h type, because they
  clearly aren't, but purely for consistancy (long term, I still want to move
  to stdint types - it should be easier now as we don't need to support ancient
  compilers))
* Reformat pcapreport.c (this is going to make for a big difference, oh well)
  to standard tstools indentation patterns.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4062
2008-09-09 19:01:50 +00:00
data Update to use segment 11 of the Elephant's Dream (HD) data as test data. 2008-09-02 12:18:15 +00:00
docs Add documentation in tools.txt for the -fr switch for esdots. 2008-08-19 10:49:16 +00:00
python Thinking about array handling... 2008-09-08 20:27:13 +00:00
Makefile Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
Makefile.w32 Add AC3 support to esmerge. 2008-09-09 13:45:11 +00:00
ac3.c Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
ac3_fns.h Add AC3 support to esmerge. 2008-09-09 13:45:11 +00:00
accessunit.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
accessunit_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
accessunit_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
adts.c (Version of) patch from Richard Watts: allow forcing of MPEG2 or MPEG4 ADTS in 2008-07-21 21:33:14 +00:00
adts_defns.h (Version of) patch from Richard Watts: allow forcing of MPEG2 or MPEG4 ADTS in 2008-07-21 21:33:14 +00:00
adts_fns.h 1. Add an option to allow periodic retransmission of PAT and PMT in 2008-08-11 22:30:47 +00:00
audio.c Add AC3 support to esmerge. 2008-09-09 13:45:11 +00:00
audio_defns.h Add AC3 support to esmerge. 2008-09-09 13:45:11 +00:00
audio_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
avs.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
avs_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
avs_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
bitdata.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
bitdata_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
bitdata_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
compat.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
es.c A little bit further -- now able to create arbitrary ES units 2008-08-26 20:37:15 +00:00
es2ts.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
es_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
es_fns.h A little bit further -- now able to create arbitrary ES units 2008-08-26 20:37:15 +00:00
esdots.c The frame rate can be given in input using the -fr switch. 2008-08-19 10:46:56 +00:00
esfilter.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
esmerge.c Add AC3 support to esmerge. 2008-09-09 13:45:11 +00:00
esreport.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
esreverse.c Fix an incorrect call (how did that slip past?) in esreverse, and 2008-06-26 09:21:05 +00:00
ethernet.c Add licence blocks. 2008-09-05 16:11:56 +00:00
ethernet.h Add licence blocks. 2008-09-05 16:11:56 +00:00
filter.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
filter_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
filter_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
fmtx.c Some minor tidying up, mostly to make the code conform to two space 2008-06-14 16:36:09 +00:00
fmtx.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
h222_defns.h Experimentally suggest that the private types used for Dolby/AC-3 might 2008-06-14 17:02:14 +00:00
h262.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
h262_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
h262_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ipv4.c Add licence blocks. 2008-09-05 16:11:56 +00:00
ipv4.h Add licence blocks. 2008-09-05 16:11:56 +00:00
l2audio.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
l2audio_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
m2ts2ts.c Add m2ts2ts. 2008-09-09 13:44:14 +00:00
misc.c Remove spurious warnings from misc.c 2008-09-05 16:12:28 +00:00
misc_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
misc_fns.h You can now run pcapreport to report on a pcap file (in a very limited 2008-09-05 16:09:58 +00:00
nalunit.c Some minor tidying up, mostly to make the code conform to two space 2008-06-14 16:36:09 +00:00
nalunit_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
nalunit_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
pcap.c Add licence blocks. 2008-09-05 16:11:56 +00:00
pcap.h Add licence blocks. 2008-09-05 16:11:56 +00:00
pcapreport.c Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
pes.c 1. Add an option to allow periodic retransmission of PAT and PMT in 2008-08-11 22:30:47 +00:00
pes_defns.h Changes to allow tsserve to serve all the original TS data to 2008-06-25 21:24:17 +00:00
pes_fns.h Changes to allow tsserve to serve all the original TS data to 2008-06-25 21:24:17 +00:00
pidint.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
pidint_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
pidint_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ps.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ps2ts.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ps_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ps_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
psdots.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
psreport.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
reverse.c Some minor tidying up, mostly to make the code conform to two space 2008-06-14 16:36:09 +00:00
reverse_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
reverse_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
sockread.py Initial import to berlios.de 2008-04-14 04:09:29 +00:00
socktest.py Initial import to berlios.de 2008-04-14 04:09:29 +00:00
stream_type.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
test_es_unit_list.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
test_nal_unit_list.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
test_pes.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ts.c Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
ts2es.c 1. Add an option to allow periodic retransmission of PAT and PMT in 2008-08-11 22:30:47 +00:00
ts2ps.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
ts_defns.h Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
ts_fns.h Fix continuation lines in the Makefile so it works. 2008-09-09 19:01:50 +00:00
ts_packet_insert.c Add new program contributed by Gareth Bailey of Kynesim. 2008-07-31 10:06:33 +00:00
tsinfo.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
tsplay.c Add alias -i to the -mcastif switch, because the latter really is 2008-08-27 12:57:17 +00:00
tsreport.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
tsserve.c 1. Add an option to allow periodic retransmission of PAT and PMT in 2008-08-11 22:30:47 +00:00
tswrite.c All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
tswrite_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
tswrite_fns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
version.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00
video_defns.h All C and H files annotated to tell Vim or [X]Emacs to use 2-space indentation 2008-06-14 16:05:00 +00:00