[vlc-commits] demux: adaptive: refactor HLS encryption into adaptive
Francois Cartegnie
git at videolan.org
Mon Mar 30 16:15:15 CEST 2020
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr 17 18:46:55 2019 +0200| [5769d539ed5882c713d3ea60b35d49445f12cd82] | committer: Francois Cartegnie
demux: adaptive: refactor HLS encryption into adaptive
(cherry picked from commit f47c77ac17a129a0aef5d8e59c9051d456c60c54)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5769d539ed5882c713d3ea60b35d49445f12cd82
---
modules/demux/Makefile.am | 2 +
.../demux/adaptive/encryption/CommonEncryption.cpp | 123 +++++++++++++++++++++
.../demux/adaptive/encryption/CommonEncryption.hpp | 60 ++++++++++
modules/demux/hls/playlist/HLSSegment.cpp | 86 ++++----------
modules/demux/hls/playlist/HLSSegment.hpp | 28 +----
modules/demux/hls/playlist/Parser.cpp | 8 +-
6 files changed, 215 insertions(+), 92 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=5769d539ed5882c713d3ea60b35d49445f12cd82
More information about the vlc-commits
mailing list