[vlc-commits] demux: ts: add sections gatherer
Francois Cartegnie
git at videolan.org
Mon Jan 18 15:15:18 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Jan 17 19:13:45 2016 +0100| [671cbe20192c78fc62198b7c949141b81e2e55f4] | committer: Francois Cartegnie
demux: ts: add sections gatherer
splits code and better handles sections as transport
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=671cbe20192c78fc62198b7c949141b81e2e55f4
---
modules/demux/Makefile.am | 3 +-
modules/demux/mpeg/sections.c | 203 +++++++++++++++++++++++++++++++++++++++++
modules/demux/mpeg/sections.h | 42 +++++++++
modules/demux/mpeg/ts.c | 5 +-
modules/demux/mpeg/ts.h | 25 +++++
5 files changed, 275 insertions(+), 3 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=671cbe20192c78fc62198b7c949141b81e2e55f4
More information about the vlc-commits
mailing list