[vlc-commits] demux: ts: split the beast

Francois Cartegnie git at videolan.org
Wed Feb 10 10:38:55 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb  3 13:49:58 2016 +0100| [efc1cee95dc48555898191fb07e0194098402f93] | committer: Francois Cartegnie

demux: ts: split the beast

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efc1cee95dc48555898191fb07e0194098402f93
---

 modules/demux/Makefile.am               |   21 +-
 modules/demux/mpeg/mpeg4_iod.h          |   14 +-
 modules/demux/mpeg/pes.h                |   11 +-
 modules/demux/mpeg/ps.h                 |    1 +
 modules/demux/mpeg/sections.c           |    8 +-
 modules/demux/mpeg/sections.h           |    7 -
 modules/demux/mpeg/timestamps.h         |   37 +
 modules/demux/mpeg/ts.c                 | 3777 +------------------------------
 modules/demux/mpeg/ts.h                 |  110 +-
 modules/demux/mpeg/ts_hotfixes.c        |  354 +++
 modules/demux/mpeg/ts_hotfixes.h        |   27 +
 modules/demux/mpeg/ts_pid.c             |  268 +++
 modules/demux/mpeg/ts_pid.h             |  118 +
 modules/demux/mpeg/ts_psi.c             | 1784 +++++++++++++++
 modules/demux/mpeg/ts_psi.h             |   35 +
 modules/demux/mpeg/ts_psi_eit.c         |  554 +++++
 modules/demux/mpeg/ts_psi_eit.h         |   24 +
 modules/demux/mpeg/ts_scte.c            |   91 +
 modules/demux/mpeg/ts_scte.h            |   27 +
 modules/demux/mpeg/ts_sl.c              |  204 ++
 modules/demux/mpeg/ts_sl.h              |   29 +
 modules/demux/mpeg/ts_streams.c         |  305 +++
 modules/demux/mpeg/ts_streams.h         |   47 +
 modules/demux/mpeg/ts_streams_private.h |  128 ++
 po/POTFILES.in                          |    1 +
 25 files changed, 4292 insertions(+), 3690 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=efc1cee95dc48555898191fb07e0194098402f93


More information about the vlc-commits mailing list