vlc | branch: master | Francois Cartegnie <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
