vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Jul 6 15:38:08 2015 +0200| [6d18161deefdcaafab6ad3c3a7ac5877a3c1f282] | committer: Francois Cartegnie
demux: adaptative: use SegmentChunk as default Chunk for segments simplifies > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d18161deefdcaafab6ad3c3a7ac5877a3c1f282 --- modules/demux/Makefile.am | 2 + modules/demux/adaptative/SegmentTracker.cpp | 4 +- modules/demux/adaptative/SegmentTracker.hpp | 9 +--- modules/demux/adaptative/Streams.cpp | 6 +-- modules/demux/adaptative/Streams.hpp | 11 +++-- modules/demux/adaptative/playlist/Segment.cpp | 39 ++++----------- modules/demux/adaptative/playlist/Segment.h | 23 +++------ modules/demux/adaptative/playlist/SegmentChunk.cpp | 48 ++++++++++++++++++ modules/demux/adaptative/playlist/SegmentChunk.hpp | 51 ++++++++++++++++++++ modules/demux/dash/mpd/DASHSegment.cpp | 11 +---- modules/demux/dash/mpd/DASHSegment.h | 3 +- modules/demux/hls/playlist/HLSSegment.cpp | 3 +- modules/demux/hls/playlist/HLSSegment.hpp | 2 +- 13 files changed, 137 insertions(+), 75 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6d18161deefdcaafab6ad3c3a7ac5877a3c1f282 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
