[vlc-commits] demux: dash: move everything under demux/

Francois Cartegnie git at videolan.org
Fri Dec 26 19:29:41 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Dec 26 18:35:30 2014 +0100| [056e8441c0d87c5a05ffef3f781e22aa331f4e9d] | committer: Francois Cartegnie

demux: dash: move everything under demux/

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

 modules/demux/Makefile.am                          |  104 ++++++++++++++++++++
 .../{stream_filter => demux}/dash/DASHManager.cpp  |    0
 .../{stream_filter => demux}/dash/DASHManager.h    |    0
 modules/{stream_filter => demux}/dash/Helper.cpp   |    0
 modules/{stream_filter => demux}/dash/Helper.h     |    0
 .../{stream_filter => demux}/dash/Properties.hpp   |    0
 modules/{stream_filter => demux}/dash/Streams.cpp  |    0
 modules/{stream_filter => demux}/dash/Streams.hpp  |    0
 .../{stream_filter => demux}/dash/StreamsType.hpp  |    0
 .../adaptationlogic/AbstractAdaptationLogic.cpp    |    0
 .../dash/adaptationlogic/AbstractAdaptationLogic.h |    0
 .../adaptationlogic/AdaptationLogicFactory.cpp     |    0
 .../dash/adaptationlogic/AdaptationLogicFactory.h  |    0
 .../adaptationlogic/AlwaysBestAdaptationLogic.cpp  |    0
 .../adaptationlogic/AlwaysBestAdaptationLogic.h    |    0
 .../AlwaysLowestAdaptationLogic.cpp                |    0
 .../AlwaysLowestAdaptationLogic.hpp                |    0
 .../dash/adaptationlogic/IAdaptationLogic.h        |    0
 .../dash/adaptationlogic/IDownloadRateObserver.h   |    0
 .../adaptationlogic/RateBasedAdaptationLogic.cpp   |    0
 .../adaptationlogic/RateBasedAdaptationLogic.h     |    0
 .../adaptationlogic/Representationselectors.cpp    |    0
 .../adaptationlogic/Representationselectors.hpp    |    0
 .../dash/buffer/BlockBuffer.cpp                    |    0
 .../dash/buffer/BlockBuffer.h                      |    0
 .../dash/buffer/IBufferObserver.h                  |    0
 modules/{stream_filter => demux}/dash/dash.cpp     |    0
 modules/{stream_filter => demux}/dash/dash.hpp     |    0
 .../{stream_filter => demux}/dash/http/Chunk.cpp   |    0
 modules/{stream_filter => demux}/dash/http/Chunk.h |    0
 .../dash/http/HTTPConnection.cpp                   |    0
 .../dash/http/HTTPConnection.h                     |    0
 .../dash/http/HTTPConnectionManager.cpp            |    0
 .../dash/http/HTTPConnectionManager.h              |    0
 .../dash/http/IHTTPConnection.cpp                  |    0
 .../dash/http/IHTTPConnection.h                    |    0
 .../dash/http/PersistentConnection.cpp             |    0
 .../dash/http/PersistentConnection.h               |    0
 .../dash/mp4/AtomsReader.cpp                       |    0
 .../dash/mp4/AtomsReader.hpp                       |    0
 .../dash/mpd/AdaptationSet.cpp                     |    0
 .../dash/mpd/AdaptationSet.h                       |    0
 .../{stream_filter => demux}/dash/mpd/BaseUrl.h    |    0
 .../dash/mpd/CommonAttributesElements.cpp          |    0
 .../dash/mpd/CommonAttributesElements.h            |    0
 .../dash/mpd/ContentDescription.cpp                |    0
 .../dash/mpd/ContentDescription.h                  |    0
 .../dash/mpd/ICanonicalUrl.hpp                     |    0
 .../dash/mpd/IMPDParser.cpp                        |    0
 .../{stream_filter => demux}/dash/mpd/IMPDParser.h |    0
 .../dash/mpd/IsoffMainParser.cpp                   |    0
 .../dash/mpd/IsoffMainParser.h                     |    0
 modules/{stream_filter => demux}/dash/mpd/MPD.cpp  |    0
 modules/{stream_filter => demux}/dash/mpd/MPD.h    |    0
 .../dash/mpd/MPDFactory.cpp                        |    0
 .../{stream_filter => demux}/dash/mpd/MPDFactory.h |    0
 .../{stream_filter => demux}/dash/mpd/Period.cpp   |    0
 modules/{stream_filter => demux}/dash/mpd/Period.h |    0
 .../{stream_filter => demux}/dash/mpd/Profile.cpp  |    0
 .../{stream_filter => demux}/dash/mpd/Profile.hpp  |    0
 .../dash/mpd/ProgramInformation.cpp                |    0
 .../dash/mpd/ProgramInformation.h                  |    0
 .../dash/mpd/Representation.cpp                    |    0
 .../dash/mpd/Representation.h                      |    0
 .../{stream_filter => demux}/dash/mpd/Segment.cpp  |    0
 .../{stream_filter => demux}/dash/mpd/Segment.h    |    0
 .../dash/mpd/SegmentBase.cpp                       |    0
 .../dash/mpd/SegmentBase.h                         |    0
 .../dash/mpd/SegmentInfo.cpp                       |    0
 .../dash/mpd/SegmentInfo.h                         |    0
 .../dash/mpd/SegmentInfoCommon.cpp                 |    0
 .../dash/mpd/SegmentInfoCommon.h                   |    0
 .../dash/mpd/SegmentInfoDefault.cpp                |    0
 .../dash/mpd/SegmentInfoDefault.h                  |    0
 .../dash/mpd/SegmentInformation.cpp                |    0
 .../dash/mpd/SegmentInformation.hpp                |    0
 .../dash/mpd/SegmentList.cpp                       |    0
 .../dash/mpd/SegmentList.h                         |    0
 .../dash/mpd/SegmentTemplate.cpp                   |    0
 .../dash/mpd/SegmentTemplate.h                     |    0
 .../dash/mpd/SegmentTimeline.cpp                   |    0
 .../dash/mpd/SegmentTimeline.h                     |    0
 .../dash/mpd/TrickModeType.cpp                     |    0
 .../dash/mpd/TrickModeType.h                       |    0
 modules/{stream_filter => demux}/dash/mpd/Url.cpp  |    0
 modules/{stream_filter => demux}/dash/mpd/Url.hpp  |    0
 .../dash/xml/DOMHelper.cpp                         |    0
 .../{stream_filter => demux}/dash/xml/DOMHelper.h  |    0
 .../dash/xml/DOMParser.cpp                         |    0
 .../{stream_filter => demux}/dash/xml/DOMParser.h  |    0
 modules/{stream_filter => demux}/dash/xml/Node.cpp |    0
 modules/{stream_filter => demux}/dash/xml/Node.h   |    0
 modules/stream_filter/Makefile.am                  |  102 -------------------
 po/POTFILES.in                                     |    2 +-
 94 files changed, 105 insertions(+), 103 deletions(-)

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


More information about the vlc-commits mailing list