[vlc-commits] demux: ts: add support for psip tables
Francois Cartegnie
git at videolan.org
Wed Feb 10 10:38:56 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Feb 4 14:51:38 2016 +0100| [3014d574f0ebaed9a6d5fdb6600baa6e6d9116bb] | committer: Francois Cartegnie
demux: ts: add support for psip tables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3014d574f0ebaed9a6d5fdb6600baa6e6d9116bb
---
modules/demux/Makefile.am | 4 +
modules/demux/mpeg/ts.c | 17 +-
modules/demux/mpeg/ts.h | 2 +-
modules/demux/mpeg/ts_pid.c | 12 +
modules/demux/mpeg/ts_pid.h | 2 +
modules/demux/mpeg/ts_psi.c | 67 ++--
modules/demux/mpeg/ts_psip.c | 522 +++++++++++++++++++++++++++++++
modules/demux/mpeg/ts_psip.h | 65 ++++
modules/demux/mpeg/ts_scte.c | 48 ++-
modules/demux/mpeg/ts_scte.h | 4 +-
modules/demux/mpeg/ts_streams.c | 51 ++-
modules/demux/mpeg/ts_streams.h | 4 +
modules/demux/mpeg/ts_streams_private.h | 4 +
13 files changed, 763 insertions(+), 39 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3014d574f0ebaed9a6d5fdb6600baa6e6d9116bb
More information about the vlc-commits
mailing list