├── LICENSE ├── README.md ├── ReleaseNotes.md ├── docs ├── pdf │ └── DolbyVisionContentEditingForThirdPartyDevelopers202505.pdf └── webhelp │ ├── help_files │ ├── context-help-map.xml │ ├── cshelp.html │ ├── images │ │ └── platform-detection-v5.png │ ├── index.html │ ├── index.xml │ ├── indexTerms.html │ ├── indexterms.properties │ ├── license-3rd-party.txt │ ├── oxygen-webhelp │ │ ├── app │ │ │ ├── config.js │ │ │ ├── context-help │ │ │ │ ├── context-help-map.js │ │ │ │ └── context-help.js │ │ │ ├── core │ │ │ │ ├── expand.css │ │ │ │ ├── expand.js │ │ │ │ ├── fonts.css │ │ │ │ ├── footer-fix.css │ │ │ │ ├── icons.css │ │ │ │ ├── oxygen-webhelp-icons.ttf │ │ │ │ ├── permalink.css │ │ │ │ ├── permalink.js │ │ │ │ ├── polyfill.js │ │ │ │ ├── webhelp.css │ │ │ │ ├── webhelp.js │ │ │ │ ├── wh-bootstrap-fix.css │ │ │ │ ├── wh-breadcrumb.css │ │ │ │ ├── wh-codeblock.js │ │ │ │ ├── wh-common.css │ │ │ │ ├── wh-dom-sanitizer.js │ │ │ │ ├── wh-elements.css │ │ │ │ ├── wh-index-link.css │ │ │ │ ├── wh-modal.css │ │ │ │ ├── wh-publication-logo-and-title.css │ │ │ │ ├── wh-responsive-images.css │ │ │ │ ├── wh-search.css │ │ │ │ ├── wh-sticky.css │ │ │ │ ├── wh-sticky.js │ │ │ │ ├── wh-toc.css │ │ │ │ ├── wh-tools-and-navigation.css │ │ │ │ ├── wh-top-menu.js │ │ │ │ └── wh-welcome-area.css │ │ │ ├── cshelp-page.js │ │ │ ├── image-map │ │ │ │ └── image-map.js │ │ │ ├── img │ │ │ │ ├── Copy.png │ │ │ │ ├── attention.svg │ │ │ │ ├── caution.svg │ │ │ │ ├── danger.svg │ │ │ │ ├── dot.png │ │ │ │ ├── fastpath.svg │ │ │ │ ├── important.svg │ │ │ │ ├── link-icon.png │ │ │ │ ├── note.svg │ │ │ │ ├── notice.svg │ │ │ │ ├── remember.svg │ │ │ │ ├── restriction.svg │ │ │ │ ├── star.png │ │ │ │ ├── starsSmall.png │ │ │ │ ├── tip.svg │ │ │ │ ├── troubleshooting.svg │ │ │ │ └── warning.svg │ │ │ ├── indexterms-page.css │ │ │ ├── indexterms-page.js │ │ │ ├── indexterms │ │ │ │ └── indexterms.css │ │ │ ├── jquery-private │ │ │ │ ├── jquery-private.js │ │ │ │ ├── jquery.bootpag.amd.js │ │ │ │ ├── jquery.highlight.amd.js │ │ │ │ └── jquery.rwdImageMaps.amd.js │ │ │ ├── localization │ │ │ │ ├── localization.js │ │ │ │ └── strings.js │ │ │ ├── main-page.css │ │ │ ├── main-page.js │ │ │ ├── nav-links │ │ │ │ ├── json │ │ │ │ │ ├── Chunk1591144912-d3725e74288.js │ │ │ │ │ └── nav-links.js │ │ │ │ ├── menu-loader.js │ │ │ │ ├── nav-links.css │ │ │ │ ├── nav.js │ │ │ │ ├── toc-loader.js │ │ │ │ └── tooltip.css │ │ │ ├── options │ │ │ │ ├── options.js │ │ │ │ └── properties.js │ │ │ ├── search-page.css │ │ │ ├── search-page.js │ │ │ ├── search │ │ │ │ ├── index │ │ │ │ │ ├── htmlFileInfoList.js │ │ │ │ │ ├── index-1.js │ │ │ │ │ ├── index-2.js │ │ │ │ │ ├── index-3.js │ │ │ │ │ ├── index.js │ │ │ │ │ ├── keywords.js │ │ │ │ │ ├── link-to-parent.js │ │ │ │ │ └── stopwords.js │ │ │ │ ├── nwSearchFnt.LICENSE.txt │ │ │ │ ├── nwSearchFnt.js │ │ │ │ ├── search-init.js │ │ │ │ ├── search.css │ │ │ │ ├── search.js │ │ │ │ ├── searchAPI.js │ │ │ │ ├── searchAutocomplete.js │ │ │ │ ├── searchEngine.js │ │ │ │ ├── searchHistoryItems.js │ │ │ │ ├── searchPresenter.js │ │ │ │ ├── stemmers │ │ │ │ │ ├── de_stemmer.js │ │ │ │ │ ├── en_stemmer.js │ │ │ │ │ ├── fr_stemmer.js │ │ │ │ │ └── stemmer.js │ │ │ │ └── webhelpSearchEngine.js │ │ │ ├── side-notes │ │ │ │ └── p-side-notes.css │ │ │ ├── template │ │ │ │ └── template-module-loader.js │ │ │ ├── topic-page-basic.css │ │ │ ├── topic-page-print.css │ │ │ ├── topic-page.css │ │ │ ├── topic-page.js │ │ │ ├── topic │ │ │ │ ├── commonltr.css │ │ │ │ ├── elements.css │ │ │ │ ├── print.css │ │ │ │ ├── syntax-highlight.css │ │ │ │ ├── topic.css │ │ │ │ └── wh-topic-content.css │ │ │ └── util │ │ │ │ ├── parseuri.js │ │ │ │ └── util.js │ │ ├── lib │ │ │ ├── bootstrap │ │ │ │ ├── css │ │ │ │ │ └── bootstrap.min.css │ │ │ │ └── js │ │ │ │ │ └── bootstrap.bundle.min.js │ │ │ ├── dom-purify │ │ │ │ └── purify.min.js │ │ │ ├── jquery-bootpag │ │ │ │ ├── jquery.bootpag.LICENSE.txt │ │ │ │ └── jquery.bootpag.min.js │ │ │ ├── jquery-highlight │ │ │ │ ├── MIT-License.txt │ │ │ │ └── jquery.highlight-3.js │ │ │ ├── jquery-ui │ │ │ │ ├── jquery-ui.min.css │ │ │ │ └── jquery-ui.min.js │ │ │ ├── jquery │ │ │ │ ├── jquery-3.5.1.min.js │ │ │ │ └── jquery.MIT-License.txt │ │ │ ├── maphighlight │ │ │ │ └── jquery.maphilight.min.js │ │ │ ├── requirejs │ │ │ │ └── require.js │ │ │ └── rwdImageMaps │ │ │ │ └── jquery.rwdImageMaps.min.js │ │ └── template │ │ │ ├── css │ │ │ └── dolby-webhelp.css │ │ │ ├── fonts │ │ │ ├── Avenir │ │ │ │ ├── Avenir.css │ │ │ │ ├── AvenirNextLTPro-Bold.ttf │ │ │ │ ├── AvenirNextLTPro-BoldIt.ttf │ │ │ │ ├── AvenirNextLTPro-Demi.ttf │ │ │ │ ├── AvenirNextLTPro-DemiIt.ttf │ │ │ │ ├── AvenirNextLTPro-It.ttf │ │ │ │ ├── AvenirNextLTPro-Medium.ttf │ │ │ │ ├── AvenirNextLTPro-MediumIt.ttf │ │ │ │ └── AvenirNextLTPro-Regular.ttf │ │ │ ├── SourceSansPro.css │ │ │ └── material-icons │ │ │ │ ├── LICENSE │ │ │ │ ├── MaterialIconsOutlined-Regular.codepoints │ │ │ │ ├── MaterialIconsOutlined-Regular.otf │ │ │ │ └── material-icons.css │ │ │ ├── images │ │ │ ├── Dolby_vertical_Black.svg │ │ │ ├── Dolby_vertical_White.svg │ │ │ ├── favicon.ico │ │ │ ├── il_yellow_warning_symbol_20.svg │ │ │ └── notes │ │ │ │ ├── caution-warning-24px.svg │ │ │ │ ├── danger-warning-24px.svg │ │ │ │ ├── electrical-24px.svg │ │ │ │ ├── high-temp-24px.svg │ │ │ │ ├── important-error-24px.svg │ │ │ │ ├── note-library_books-24px.svg │ │ │ │ ├── restriction-not_interested-24px.svg │ │ │ │ ├── tip-info-24px.svg │ │ │ │ └── warning-error-24px.svg │ │ │ └── js │ │ │ ├── dolby-PUBENG-1787-2960-linenum-highlight.js │ │ │ ├── dolby-PUBENG-1824-expandbuttons.js │ │ │ ├── dolby-PUBENG-2320.js │ │ │ ├── dolby-PUBENG-2376-FOUC.js │ │ │ ├── dolby-PUBENG-3228-electron-mail.js │ │ │ ├── dolby-PUBENG-3900.js │ │ │ ├── dolby-PUBENG-5023.js │ │ │ ├── dolby-dynamic-styles.js │ │ │ ├── dolby-templates.js │ │ │ ├── highlight.js │ │ │ └── jquery.dataTables.js │ ├── search.html │ ├── sitemap.xml │ └── topics │ │ ├── Chunk1591144912.html │ │ ├── c_display_management.html │ │ ├── c_editing_gpu_shaders.html │ │ ├── c_introduction.html │ │ ├── c_signaling_previewing.html │ │ ├── c_trimming_remuxing.html │ │ ├── g_1707.html │ │ ├── g_1906.html │ │ ├── g_1930.html │ │ ├── g_1958.html │ │ ├── g_2015.html │ │ ├── g_2019.html │ │ ├── g_2141.html │ │ ├── g_2164.html │ │ ├── g_2259.html │ │ ├── g_2332.html │ │ ├── g_4499.html │ │ ├── g_6448.html │ │ ├── g_6587.html │ │ ├── g_6588.html │ │ ├── g_6650.html │ │ ├── g_6651.html │ │ ├── g_863.html │ │ ├── r_appendix.html │ │ └── r_ov_glossary.html │ └── index.html └── editor ├── .gitlab-ci.yml ├── Dockerfile ├── Gemfile ├── Gemfile.lock ├── android-template.iml ├── app ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── dolby │ │ └── capture │ │ └── filtersimulation │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── cpp │ │ ├── CMakeLists.txt │ │ ├── EGLContext.cpp │ │ ├── EGLContext.h │ │ ├── EGLMap.cpp │ │ ├── EGLMap.h │ │ ├── EditShaders.cpp │ │ ├── EditShaders.h │ │ ├── EditShadersText.cpp │ │ ├── Exceptions.h │ │ ├── HardwareBuffer.cpp │ │ ├── HardwareBuffer.h │ │ ├── Renderer.cpp │ │ ├── Renderer.h │ │ ├── Tools.cpp │ │ ├── Tools.h │ │ ├── hlg_lut_1000_bt2020_pq_33.cpp │ │ ├── hlg_lut_1000_bt2020_pq_33.h │ │ └── native-lib.cpp │ ├── java │ │ └── com │ │ │ └── dolby │ │ │ └── capture │ │ │ └── filtersimulation │ │ │ ├── AndroidOSUtils.java │ │ │ ├── AudioDecoder.java │ │ │ ├── AudioEncoder.java │ │ │ ├── AudioExtractor.java │ │ │ ├── AudioTransferCallback.java │ │ │ ├── BroadcastAction.java │ │ │ ├── BroadcastClient.java │ │ │ ├── BroadcastServer.java │ │ │ ├── Codec.java │ │ │ ├── CodecBuilder.java │ │ │ ├── CodecBuilderImpl.java │ │ │ ├── CodecSynchro.java │ │ │ ├── Constants.java │ │ │ ├── ContentLoader.java │ │ │ ├── DecoderDoneMessage.java │ │ │ ├── DecoderOutput.java │ │ │ ├── EffectParameters.java │ │ │ ├── EncoderOutput.java │ │ │ ├── FrameHandler.java │ │ │ ├── ImagePipeline.java │ │ │ ├── MainActivity.java │ │ │ ├── MediaFormatNotFoundInFileException.java │ │ │ ├── Message.java │ │ │ ├── Muxer.java │ │ │ ├── OnFrameEncoded.java │ │ │ ├── OpenGLContext.java │ │ │ ├── TranscodeAudioTransfer.java │ │ │ ├── TrimDecoder.java │ │ │ ├── TrimEncoder.java │ │ │ ├── VideoCallback.java │ │ │ ├── VideoDecoder.java │ │ │ └── VideoEncoder.java │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ ├── active_color_selector.xml │ │ ├── chevron_down.xml │ │ ├── close.xml │ │ ├── dolby_logo.xml │ │ ├── export.xml │ │ ├── ic_launcher_background.xml │ │ ├── pause.png │ │ ├── pencil.xml │ │ ├── play.png │ │ ├── plus.xml │ │ ├── reset.xml │ │ └── rounded_frame_layout.xml │ │ ├── layout │ │ ├── activity_editing.xml │ │ ├── activity_main.xml │ │ ├── custom_spinner_item.xml │ │ ├── export_overlay.xml │ │ └── progress_overlay.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ └── values │ │ ├── attrs.xml │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ └── themes.xml │ └── test │ └── java │ └── com │ └── dolby │ └── capture │ └── filtersimulation │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/README.md -------------------------------------------------------------------------------- /ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/ReleaseNotes.md -------------------------------------------------------------------------------- /docs/pdf/DolbyVisionContentEditingForThirdPartyDevelopers202505.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/pdf/DolbyVisionContentEditingForThirdPartyDevelopers202505.pdf -------------------------------------------------------------------------------- /docs/webhelp/help_files/context-help-map.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/context-help-map.xml -------------------------------------------------------------------------------- /docs/webhelp/help_files/cshelp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/cshelp.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/images/platform-detection-v5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/images/platform-detection-v5.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/index.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/index.xml -------------------------------------------------------------------------------- /docs/webhelp/help_files/indexTerms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/indexTerms.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/indexterms.properties: -------------------------------------------------------------------------------- 1 | indexterms.available=false -------------------------------------------------------------------------------- /docs/webhelp/help_files/license-3rd-party.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/license-3rd-party.txt -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/config.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/context-help/context-help-map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/context-help/context-help-map.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/context-help/context-help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/context-help/context-help.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/expand.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/expand.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/expand.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/expand.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/fonts.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/footer-fix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/footer-fix.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/icons.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/oxygen-webhelp-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/oxygen-webhelp-icons.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/permalink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/permalink.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/permalink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/permalink.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/polyfill.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/webhelp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/webhelp.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/webhelp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/webhelp.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-bootstrap-fix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-bootstrap-fix.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-breadcrumb.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-breadcrumb.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-codeblock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-codeblock.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-common.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-dom-sanitizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-dom-sanitizer.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-elements.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-elements.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-index-link.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-index-link.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-modal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-modal.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-publication-logo-and-title.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-publication-logo-and-title.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-responsive-images.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-responsive-images.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-search.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-sticky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-sticky.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-sticky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-sticky.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-toc.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-tools-and-navigation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-tools-and-navigation.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-top-menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-top-menu.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/core/wh-welcome-area.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/core/wh-welcome-area.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/cshelp-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/cshelp-page.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/image-map/image-map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/image-map/image-map.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/Copy.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/attention.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/attention.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/caution.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/caution.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/danger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/danger.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/dot.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/fastpath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/fastpath.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/important.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/important.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/link-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/link-icon.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/note.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/notice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/notice.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/remember.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/remember.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/restriction.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/restriction.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/star.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/starsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/starsSmall.png -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/tip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/tip.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/troubleshooting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/troubleshooting.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/img/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/img/warning.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/indexterms-page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/indexterms-page.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/indexterms-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/indexterms-page.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/indexterms/indexterms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/indexterms/indexterms.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery-private.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery-private.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.bootpag.amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.bootpag.amd.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.highlight.amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.highlight.amd.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.rwdImageMaps.amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/jquery-private/jquery.rwdImageMaps.amd.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/localization/localization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/localization/localization.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/localization/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/localization/strings.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/main-page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/main-page.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/main-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/main-page.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/json/Chunk1591144912-d3725e74288.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/json/Chunk1591144912-d3725e74288.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/json/nav-links.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/json/nav-links.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/menu-loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/menu-loader.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/nav-links.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/nav-links.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/nav.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/toc-loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/toc-loader.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/nav-links/tooltip.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/nav-links/tooltip.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/options/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/options/options.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/options/properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/options/properties.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search-page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search-page.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search-page.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/htmlFileInfoList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/htmlFileInfoList.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-1.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-2.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/index-3.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/index.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/keywords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/keywords.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/link-to-parent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/link-to-parent.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/index/stopwords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/index/stopwords.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/nwSearchFnt.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/nwSearchFnt.LICENSE.txt -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/nwSearchFnt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/nwSearchFnt.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/search-init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/search-init.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/search.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/search.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/searchAPI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/searchAPI.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/searchAutocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/searchAutocomplete.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/searchEngine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/searchEngine.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/searchHistoryItems.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/searchHistoryItems.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/searchPresenter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/searchPresenter.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/de_stemmer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/de_stemmer.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/en_stemmer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/en_stemmer.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/fr_stemmer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/fr_stemmer.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/stemmer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/stemmers/stemmer.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/search/webhelpSearchEngine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/search/webhelpSearchEngine.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/side-notes/p-side-notes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/side-notes/p-side-notes.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/template/template-module-loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/template/template-module-loader.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic-page-basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic-page-basic.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic-page-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic-page-print.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic-page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic-page.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic-page.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/commonltr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/commonltr.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/elements.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/elements.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/print.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/syntax-highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/syntax-highlight.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/topic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/topic.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/topic/wh-topic-content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/topic/wh-topic-content.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/util/parseuri.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/util/parseuri.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/app/util/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/app/util/util.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/bootstrap/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/bootstrap/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/dom-purify/purify.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/dom-purify/purify.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-bootpag/jquery.bootpag.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-bootpag/jquery.bootpag.LICENSE.txt -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-bootpag/jquery.bootpag.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-bootpag/jquery.bootpag.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-highlight/MIT-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-highlight/MIT-License.txt -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-highlight/jquery.highlight-3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-highlight/jquery.highlight-3.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-ui/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-ui/jquery-ui.min.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery-ui/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery-ui/jquery-ui.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery/jquery-3.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/jquery/jquery.MIT-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/jquery/jquery.MIT-License.txt -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/maphighlight/jquery.maphilight.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/maphighlight/jquery.maphilight.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/requirejs/require.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/requirejs/require.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/lib/rwdImageMaps/jquery.rwdImageMaps.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/lib/rwdImageMaps/jquery.rwdImageMaps.min.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/css/dolby-webhelp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/css/dolby-webhelp.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/Avenir.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/Avenir.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Bold.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-BoldIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-BoldIt.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Demi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Demi.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-DemiIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-DemiIt.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-It.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-It.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Medium.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-MediumIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-MediumIt.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/Avenir/AvenirNextLTPro-Regular.ttf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/SourceSansPro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/SourceSansPro.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/LICENSE -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/MaterialIconsOutlined-Regular.codepoints: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/MaterialIconsOutlined-Regular.codepoints -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/MaterialIconsOutlined-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/MaterialIconsOutlined-Regular.otf -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/material-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/fonts/material-icons/material-icons.css -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/Dolby_vertical_Black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/Dolby_vertical_Black.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/Dolby_vertical_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/Dolby_vertical_White.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/favicon.ico -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/il_yellow_warning_symbol_20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/il_yellow_warning_symbol_20.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/caution-warning-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/caution-warning-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/danger-warning-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/danger-warning-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/electrical-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/electrical-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/high-temp-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/high-temp-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/important-error-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/important-error-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/note-library_books-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/note-library_books-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/restriction-not_interested-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/restriction-not_interested-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/tip-info-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/tip-info-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/images/notes/warning-error-24px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/images/notes/warning-error-24px.svg -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-1787-2960-linenum-highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-1787-2960-linenum-highlight.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-1824-expandbuttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-1824-expandbuttons.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-2320.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-2320.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-2376-FOUC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-2376-FOUC.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-3228-electron-mail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-3228-electron-mail.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-3900.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-3900.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-5023.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-PUBENG-5023.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-dynamic-styles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-dynamic-styles.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-templates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/dolby-templates.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/highlight.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/oxygen-webhelp/template/js/jquery.dataTables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/oxygen-webhelp/template/js/jquery.dataTables.js -------------------------------------------------------------------------------- /docs/webhelp/help_files/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/search.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/sitemap.xml -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/Chunk1591144912.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/Chunk1591144912.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/c_display_management.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/c_display_management.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/c_editing_gpu_shaders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/c_editing_gpu_shaders.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/c_introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/c_introduction.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/c_signaling_previewing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/c_signaling_previewing.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/c_trimming_remuxing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/c_trimming_remuxing.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_1707.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_1707.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_1906.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_1906.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_1930.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_1930.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_1958.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_1958.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2015.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2015.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2019.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2019.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2141.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2141.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2164.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2164.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2259.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2259.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_2332.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_2332.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_4499.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_4499.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_6448.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_6448.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_6587.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_6587.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_6588.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_6588.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_6650.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_6650.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_6651.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_6651.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/g_863.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/g_863.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/r_appendix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/r_appendix.html -------------------------------------------------------------------------------- /docs/webhelp/help_files/topics/r_ov_glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/help_files/topics/r_ov_glossary.html -------------------------------------------------------------------------------- /docs/webhelp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/docs/webhelp/index.html -------------------------------------------------------------------------------- /editor/.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/.gitlab-ci.yml -------------------------------------------------------------------------------- /editor/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/Dockerfile -------------------------------------------------------------------------------- /editor/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "fastlane" 4 | -------------------------------------------------------------------------------- /editor/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/Gemfile.lock -------------------------------------------------------------------------------- /editor/android-template.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/android-template.iml -------------------------------------------------------------------------------- /editor/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /editor/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/build.gradle -------------------------------------------------------------------------------- /editor/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/proguard-rules.pro -------------------------------------------------------------------------------- /editor/app/src/androidTest/java/com/dolby/capture/filtersimulation/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/androidTest/java/com/dolby/capture/filtersimulation/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /editor/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /editor/app/src/main/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EGLContext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EGLContext.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EGLContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EGLContext.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EGLMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EGLMap.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EGLMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EGLMap.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EditShaders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EditShaders.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EditShaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EditShaders.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/EditShadersText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/EditShadersText.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/Exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/Exceptions.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/HardwareBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/HardwareBuffer.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/HardwareBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/HardwareBuffer.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/Renderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/Renderer.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/Renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/Renderer.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/Tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/Tools.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/Tools.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/hlg_lut_1000_bt2020_pq_33.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/hlg_lut_1000_bt2020_pq_33.cpp -------------------------------------------------------------------------------- /editor/app/src/main/cpp/hlg_lut_1000_bt2020_pq_33.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/hlg_lut_1000_bt2020_pq_33.h -------------------------------------------------------------------------------- /editor/app/src/main/cpp/native-lib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/cpp/native-lib.cpp -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/AndroidOSUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/AndroidOSUtils.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioDecoder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioEncoder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioExtractor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioExtractor.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioTransferCallback.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/AudioTransferCallback.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastAction.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastClient.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastServer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/BroadcastServer.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/Codec.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/Codec.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecBuilder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecBuilder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecBuilderImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecBuilderImpl.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecSynchro.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/CodecSynchro.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/Constants.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/Constants.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/ContentLoader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/ContentLoader.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/DecoderDoneMessage.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/DecoderDoneMessage.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/DecoderOutput.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/DecoderOutput.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/EffectParameters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/EffectParameters.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/EncoderOutput.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/EncoderOutput.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/FrameHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/FrameHandler.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/ImagePipeline.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/ImagePipeline.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/MainActivity.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/MediaFormatNotFoundInFileException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/MediaFormatNotFoundInFileException.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/Message.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/Message.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/Muxer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/Muxer.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/OnFrameEncoded.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/OnFrameEncoded.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/OpenGLContext.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/OpenGLContext.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/TranscodeAudioTransfer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/TranscodeAudioTransfer.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/TrimDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/TrimDecoder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/TrimEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/TrimEncoder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoCallback.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoCallback.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoDecoder.java -------------------------------------------------------------------------------- /editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/java/com/dolby/capture/filtersimulation/VideoEncoder.java -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/active_color_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/active_color_selector.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/chevron_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/chevron_down.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/close.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/close.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/dolby_logo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/dolby_logo.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/export.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/export.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/pause.png -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/pencil.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/pencil.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/play.png -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/plus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/plus.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/reset.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/drawable/rounded_frame_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/drawable/rounded_frame_layout.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/layout/activity_editing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/layout/activity_editing.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/layout/custom_spinner_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/layout/custom_spinner_item.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/layout/export_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/layout/export_overlay.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/layout/progress_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/layout/progress_overlay.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-hdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-hdpi/ic_launcher.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-mdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-mdpi/ic_launcher.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /editor/app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/attrs.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /editor/app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /editor/app/src/test/java/com/dolby/capture/filtersimulation/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/app/src/test/java/com/dolby/capture/filtersimulation/ExampleUnitTest.java -------------------------------------------------------------------------------- /editor/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/build.gradle -------------------------------------------------------------------------------- /editor/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/gradle.properties -------------------------------------------------------------------------------- /editor/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /editor/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /editor/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/gradlew -------------------------------------------------------------------------------- /editor/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/gradlew.bat -------------------------------------------------------------------------------- /editor/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DolbyLaboratories/dolby-vision-editor/HEAD/editor/settings.gradle --------------------------------------------------------------------------------