[vlc-commits] demux: ts: do full sections assembling with dvbpsi

Francois Cartegnie git at videolan.org
Wed Feb 17 16:20:02 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 17 16:15:02 2016 +0100| [e7758e5a2ea19482ada14e7c37c41f4a260a472d] | committer: Francois Cartegnie

demux: ts: do full sections assembling with dvbpsi

as we have now generic decoder, we can do assembling
and benefit from crc32 checks

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

 modules/demux/mpeg/sections.c    |  190 +++++++++++++-------------------------
 modules/demux/mpeg/sections.h    |   19 ++--
 modules/demux/mpeg/ts.c          |  109 +++++++++-------------
 modules/demux/mpeg/ts_decoders.c |   32 +++++++
 modules/demux/mpeg/ts_decoders.h |    5 +
 modules/demux/mpeg/ts_psi.c      |   18 ++--
 modules/demux/mpeg/ts_psip.c     |    2 +-
 modules/demux/mpeg/ts_scte.c     |   22 +++--
 modules/demux/mpeg/ts_scte.h     |    7 +-
 modules/demux/mpeg/ts_sl.c       |   17 ++--
 modules/demux/mpeg/ts_sl.h       |    5 +-
 11 files changed, 203 insertions(+), 223 deletions(-)

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


More information about the vlc-commits mailing list