实例介绍
亲测完美支持unity5,安卓,ios播放视频,无水印,无svn冲突。官方都已经下架,我也找了好久才找到完美版本。网上的其他版本大多数冲突ios不能支持。
【实例截图】
【核心代码】
16359647428238355677.zip
└── MobileMovieTexture-master
├── MMTPlugin
│ ├── build
│ │ ├── Android
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── ExportZipHelper.jardesc
│ │ │ ├── jni
│ │ │ │ ├── Android.mk
│ │ │ │ ├── Application.mk
│ │ │ │ └── build.sh
│ │ │ ├── proguard.cfg
│ │ │ ├── res
│ │ │ │ ├── drawable-hdpi
│ │ │ │ │ └── icon.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ │ └── icon.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ │ └── icon.png
│ │ │ │ ├── layout
│ │ │ │ │ └── main.xml
│ │ │ │ └── values
│ │ │ │ └── strings.xml
│ │ │ └── src
│ │ │ └── com
│ │ │ └── android
│ │ │ └── vending
│ │ │ └── expansion
│ │ │ └── zipfile
│ │ │ └── ZipResourceFile.java
│ │ ├── VS2010
│ │ │ └── theorawrapper.sln
│ │ └── XCode
│ │ ├── theorawrapperosx
│ │ │ ├── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── theorawrapperosx-Info.plist
│ │ │ └── theorawrapperosx-Prefix.pch
│ │ └── theorawrapper.xcodeproj
│ │ ├── project.pbxproj
│ │ └── project.xcworkspace
│ │ └── contents.xcworkspacedata
│ ├── ogg
│ │ ├── Android.mk
│ │ ├── AUTHORS
│ │ ├── autogen.sh
│ │ ├── CHANGES
│ │ ├── configure.in
│ │ ├── COPYING
│ │ ├── doc
│ │ │ ├── fish_xiph_org.png
│ │ │ ├── framing.html
│ │ │ ├── index.html
│ │ │ ├── libogg
│ │ │ │ ├── bitpacking.html
│ │ │ │ ├── datastructures.html
│ │ │ │ ├── decoding.html
│ │ │ │ ├── encoding.html
│ │ │ │ ├── general.html
│ │ │ │ ├── index.html
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── ogg_iovec_t.html
│ │ │ │ ├── oggpack_adv1.html
│ │ │ │ ├── oggpack_adv.html
│ │ │ │ ├── oggpack_bits.html
│ │ │ │ ├── oggpack_buffer.html
│ │ │ │ ├── oggpack_bytes.html
│ │ │ │ ├── ogg_packet_clear.html
│ │ │ │ ├── ogg_packet.html
│ │ │ │ ├── oggpack_get_buffer.html
│ │ │ │ ├── oggpack_look1.html
│ │ │ │ ├── oggpack_look.html
│ │ │ │ ├── oggpack_read1.html
│ │ │ │ ├── oggpack_read.html
│ │ │ │ ├── oggpack_readinit.html
│ │ │ │ ├── oggpack_reset.html
│ │ │ │ ├── oggpack_writealign.html
│ │ │ │ ├── oggpack_writecheck.html
│ │ │ │ ├── oggpack_writeclear.html
│ │ │ │ ├── oggpack_writecopy.html
│ │ │ │ ├── oggpack_write.html
│ │ │ │ ├── oggpack_writeinit.html
│ │ │ │ ├── oggpack_writetrunc.html
│ │ │ │ ├── ogg_page_bos.html
│ │ │ │ ├── ogg_page_checksum_set.html
│ │ │ │ ├── ogg_page_continued.html
│ │ │ │ ├── ogg_page_eos.html
│ │ │ │ ├── ogg_page_granulepos.html
│ │ │ │ ├── ogg_page.html
│ │ │ │ ├── ogg_page_packets.html
│ │ │ │ ├── ogg_page_pageno.html
│ │ │ │ ├── ogg_page_serialno.html
│ │ │ │ ├── ogg_page_version.html
│ │ │ │ ├── ogg_stream_check.html
│ │ │ │ ├── ogg_stream_clear.html
│ │ │ │ ├── ogg_stream_destroy.html
│ │ │ │ ├── ogg_stream_eos.html
│ │ │ │ ├── ogg_stream_flush.html
│ │ │ │ ├── ogg_stream_init.html
│ │ │ │ ├── ogg_stream_iovecin.html
│ │ │ │ ├── ogg_stream_packetin.html
│ │ │ │ ├── ogg_stream_packetout.html
│ │ │ │ ├── ogg_stream_packetpeek.html
│ │ │ │ ├── ogg_stream_pagein.html
│ │ │ │ ├── ogg_stream_pageout_fill.html
│ │ │ │ ├── ogg_stream_pageout.html
│ │ │ │ ├── ogg_stream_reset.html
│ │ │ │ ├── ogg_stream_reset_serialno.html
│ │ │ │ ├── ogg_stream_state.html
│ │ │ │ ├── ogg_sync_buffer.html
│ │ │ │ ├── ogg_sync_check.html
│ │ │ │ ├── ogg_sync_clear.html
│ │ │ │ ├── ogg_sync_destroy.html
│ │ │ │ ├── ogg_sync_init.html
│ │ │ │ ├── ogg_sync_pageout.html
│ │ │ │ ├── ogg_sync_pageseek.html
│ │ │ │ ├── ogg_sync_reset.html
│ │ │ │ ├── ogg_sync_state.html
│ │ │ │ ├── ogg_sync_wrote.html
│ │ │ │ ├── overview.html
│ │ │ │ ├── reference.html
│ │ │ │ └── style.css
│ │ │ ├── Makefile.am
│ │ │ ├── multiplex1.png
│ │ │ ├── multiplex1.svg
│ │ │ ├── ogg-multiplex.html
│ │ │ ├── oggstream.html
│ │ │ ├── packets.png
│ │ │ ├── packets.svg
│ │ │ ├── pages.png
│ │ │ ├── pages.svg
│ │ │ ├── rfc3533.txt
│ │ │ ├── rfc3534.txt
│ │ │ ├── rfc5334.txt
│ │ │ ├── skeleton.html
│ │ │ ├── stream.png
│ │ │ ├── vorbisword2.png
│ │ │ ├── white-ogg.png
│ │ │ └── white-xifish.png
│ │ ├── HACKING
│ │ ├── include
│ │ │ ├── Makefile.am
│ │ │ └── ogg
│ │ │ ├── config_types.h.in
│ │ │ ├── Makefile.am
│ │ │ ├── ogg.h
│ │ │ └── os_types.h
│ │ ├── libogg.spec.in
│ │ ├── macos
│ │ │ ├── compat
│ │ │ │ ├── strdup.c
│ │ │ │ └── sys
│ │ │ │ └── types.h
│ │ │ ├── libogg.mcp
│ │ │ └── libogg.mcp.exp
│ │ ├── macosx
│ │ │ ├── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── Info.plist
│ │ │ ├── Ogg_Prefix.pch
│ │ │ └── Ogg.xcodeproj
│ │ │ └── project.pbxproj
│ │ ├── Makefile.am
│ │ ├── ogg.m4
│ │ ├── ogg.pc.in
│ │ ├── ogg-uninstalled.pc.in
│ │ ├── README
│ │ ├── src
│ │ │ ├── bitwise.c
│ │ │ ├── framing.c
│ │ │ └── Makefile.am
│ │ ├── symbian
│ │ │ ├── bld.inf
│ │ │ └── ogg.mmp
│ │ └── win32
│ │ ├── ogg.def
│ │ ├── VS2003
│ │ │ ├── libogg
│ │ │ │ └── libogg.vcproj
│ │ │ └── ogg.sln
│ │ ├── VS2005
│ │ │ ├── libogg_dynamic.sln
│ │ │ ├── libogg_dynamic.vcproj
│ │ │ ├── libogg_static.sln
│ │ │ └── libogg_static.vcproj
│ │ ├── VS2008
│ │ │ ├── libogg_dynamic.sln
│ │ │ ├── libogg_dynamic.vcproj
│ │ │ ├── libogg_static.sln
│ │ │ └── libogg_static.vcproj
│ │ ├── VS2010
│ │ │ ├── libogg_dynamic.sln
│ │ │ ├── libogg_dynamic.vcxproj
│ │ │ ├── libogg_static.sln
│ │ │ └── libogg_static.vcxproj
│ │ └── VS6
│ │ ├── build_ogg_dynamic.bat
│ │ ├── build_ogg_dynamic_debug.bat
│ │ ├── build_ogg_static.bat
│ │ ├── build_ogg_static_debug.bat
│ │ ├── ogg.dsw
│ │ ├── ogg_dynamic.dsp
│ │ └── ogg_static.dsp
│ ├── oggz
│ │ ├── acinclude.m4
│ │ ├── aclocal.m4
│ │ ├── android
│ │ │ └── config.h
│ │ ├── Android.mk
│ │ ├── apache
│ │ │ └── oggz-chop.conf.in
│ │ ├── apache-install.sh
│ │ ├── AUTHORS
│ │ ├── autogen.sh
│ │ ├── bash-completion
│ │ │ └── oggz
│ │ ├── ChangeLog
│ │ ├── config.guess
│ │ ├── config.h.in
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.ac
│ │ ├── COPYING
│ │ ├── depcomp
│ │ ├── doc
│ │ │ ├── Doxyfile.in
│ │ │ ├── forcefeed.eps
│ │ │ ├── forcefeed.fig
│ │ │ ├── forcefeed.png
│ │ │ ├── hungry.eps
│ │ │ ├── hungry.fig
│ │ │ ├── hungry.png
│ │ │ ├── liboggz
│ │ │ │ ├── html
│ │ │ │ │ ├── annotated.html
│ │ │ │ │ ├── classes.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── files.html
│ │ │ │ │ ├── functions.html
│ │ │ │ │ ├── functions_vars.html
│ │ │ │ │ ├── globals_defs.html
│ │ │ │ │ ├── globals_enum.html
│ │ │ │ │ ├── globals_eval.html
│ │ │ │ │ ├── globals_func.html
│ │ │ │ │ ├── globals.html
│ │ │ │ │ ├── globals_type.html
│ │ │ │ │ ├── group__basics.html
│ │ │ │ │ ├── group__building.html
│ │ │ │ │ ├── group__configuration.html
│ │ │ │ │ ├── group__force__feed.html
│ │ │ │ │ ├── group__hungry.html
│ │ │ │ │ ├── group__install.html
│ │ │ │ │ ├── group__metric.html
│ │ │ │ │ ├── group__read__api.html
│ │ │ │ │ ├── group__seek__api.html
│ │ │ │ │ ├── group__seek__semantics.html
│ │ │ │ │ ├── group__write__api.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── modules.html
│ │ │ │ │ ├── oggz_8h.html
│ │ │ │ │ ├── oggz_8h_source.html
│ │ │ │ │ ├── oggz__comments_8h.html
│ │ │ │ │ ├── oggz__comments_8h_source.html
│ │ │ │ │ ├── oggz__constants_8h.html
│ │ │ │ │ ├── oggz__constants_8h_source.html
│ │ │ │ │ ├── oggz__deprecated_8h.html
│ │ │ │ │ ├── oggz__deprecated_8h_source.html
│ │ │ │ │ ├── oggz__io_8h.html
│ │ │ │ │ ├── oggz__io_8h_source.html
│ │ │ │ │ ├── oggz__off__t_8h.html
│ │ │ │ │ ├── oggz__off__t_8h_source.html
│ │ │ │ │ ├── oggz__packet_8h.html
│ │ │ │ │ ├── oggz__packet_8h_source.html
│ │ │ │ │ ├── oggz__read_8h.html
│ │ │ │ │ ├── oggz__read_8h_source.html
│ │ │ │ │ ├── oggz__seek_8h.html
│ │ │ │ │ ├── oggz__seek_8h_source.html
│ │ │ │ │ ├── oggz__stream_8h.html
│ │ │ │ │ ├── oggz__stream_8h_source.html
│ │ │ │ │ ├── oggz__table_8h.html
│ │ │ │ │ ├── oggz__table_8h_source.html
│ │ │ │ │ ├── oggz__write_8h.html
│ │ │ │ │ ├── oggz__write_8h_source.html
│ │ │ │ │ ├── structOggzComment.html
│ │ │ │ │ ├── structoggz__packet.html
│ │ │ │ │ ├── structoggz__position.html
│ │ │ │ │ ├── tab_b.gif
│ │ │ │ │ ├── tab_l.gif
│ │ │ │ │ ├── tab_r.gif
│ │ │ │ │ └── tabs.css
│ │ │ │ └── latex
│ │ │ │ ├── annotated.tex
│ │ │ │ ├── doxygen.sty
│ │ │ │ ├── files.tex
│ │ │ │ ├── group__basics.tex
│ │ │ │ ├── group__building.tex
│ │ │ │ ├── group__configuration.tex
│ │ │ │ ├── group__force__feed.tex
│ │ │ │ ├── group__hungry.tex
│ │ │ │ ├── group__install.tex
│ │ │ │ ├── group__metric.tex
│ │ │ │ ├── group__read__api.tex
│ │ │ │ ├── group__seek__api.tex
│ │ │ │ ├── group__seek__semantics.tex
│ │ │ │ ├── group__write__api.tex
│ │ │ │ ├── index.tex
│ │ │ │ ├── Makefile
│ │ │ │ ├── modules.tex
│ │ │ │ ├── oggz_8h.tex
│ │ │ │ ├── oggz__comments_8h.tex
│ │ │ │ ├── oggz__constants_8h.tex
│ │ │ │ ├── oggz__deprecated_8h.tex
│ │ │ │ ├── oggz__io_8h.tex
│ │ │ │ ├── oggz__off__t_8h.tex
│ │ │ │ ├── oggz__packet_8h.tex
│ │ │ │ ├── oggz__read_8h.tex
│ │ │ │ ├── oggz__seek_8h.tex
│ │ │ │ ├── oggz__stream_8h.tex
│ │ │ │ ├── oggz__table_8h.tex
│ │ │ │ ├── oggz__write_8h.tex
│ │ │ │ ├── refman.tex
│ │ │ │ ├── structOggzComment.tex
│ │ │ │ ├── structoggz__packet.tex
│ │ │ │ └── structoggz__position.tex
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── oggz.1
│ │ │ ├── oggz-chop.1
│ │ │ ├── oggz-codecs.1
│ │ │ ├── oggz-comment.1
│ │ │ ├── oggz-diff.1
│ │ │ ├── oggz-dump.1
│ │ │ ├── oggz-info.1
│ │ │ ├── oggz-known-codecs.1
│ │ │ ├── oggz-merge.1
│ │ │ ├── oggz-rip.1
│ │ │ ├── oggz-scan.1
│ │ │ ├── oggz-sort.1
│ │ │ └── oggz-validate.1
│ │ ├── include
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ └── oggz
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── oggz_comments.h
│ │ │ ├── oggz_constants.h
│ │ │ ├── oggz_deprecated.h
│ │ │ ├── oggz.h
│ │ │ ├── oggz_io.h
│ │ │ ├── oggz_off_t_generated.h
│ │ │ ├── oggz_off_t_generated.h.in
│ │ │ ├── oggz_off_t.h
│ │ │ ├── oggz_packet.h
│ │ │ ├── oggz_read.h
│ │ │ ├── oggz_seek.h
│ │ │ ├── oggz_stream.h
│ │ │ ├── oggz_table.h
│ │ │ └── oggz_write.h
│ │ ├── INSTALL
│ │ ├── install-sh
│ │ ├── ltmain.sh
│ │ ├── m4
│ │ │ ├── ac-sys-extra-largefile.m4
│ │ │ └── as-ac-expand.m4
│ │ ├── macosx
│ │ │ ├── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── Info.plist
│ │ │ ├── oggz_Prefix.pch
│ │ │ ├── oggz.xcodeproj
│ │ │ │ └── project.pbxproj
│ │ │ └── version.plist
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── missing
│ │ ├── NEWS
│ │ ├── oggz.pc.in
│ │ ├── oggz-uninstalled.pc.in
│ │ ├── PATCHES
│ │ ├── README
│ │ ├── README.symbian
│ │ ├── README.win32
│ │ ├── release_notes
│ │ │ ├── liboggz-0.8.3.txt
│ │ │ ├── liboggz-0.8.4.txt
│ │ │ ├── liboggz-0.8.5.txt
│ │ │ ├── liboggz-0.8.6.txt
│ │ │ ├── liboggz-0.9.0.txt
│ │ │ ├── liboggz-0.9.1.txt
│ │ │ ├── liboggz-0.9.2.txt
│ │ │ ├── liboggz-0.9.3.txt
│ │ │ ├── liboggz-0.9.4.txt
│ │ │ ├── liboggz-0.9.5.txt
│ │ │ ├── liboggz-0.9.6.txt
│ │ │ ├── liboggz-0.9.7.txt
│ │ │ ├── liboggz-0.9.8.txt
│ │ │ ├── liboggz-0.9.9.txt
│ │ │ ├── liboggz-1.0.0.txt
│ │ │ ├── liboggz-1.0.1.txt
│ │ │ ├── liboggz-1.1.0.txt
│ │ │ └── liboggz-1.1.1.txt
│ │ ├── scons
│ │ │ ├── config.h
│ │ │ ├── phony.test
│ │ │ └── SConsTest
│ │ ├── SConstruct
│ │ ├── src
│ │ │ ├── examples
│ │ │ │ ├── dump-comments.c
│ │ │ │ ├── fix-eos.c
│ │ │ │ ├── identity.c
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── modify-headers.c
│ │ │ │ ├── read-file.c
│ │ │ │ ├── read-io.c
│ │ │ │ ├── rewrite-pages.c
│ │ │ │ ├── SConscript
│ │ │ │ ├── write-feed.c
│ │ │ │ └── write-hungry.c
│ │ │ ├── liboggz
│ │ │ │ ├── config.h
│ │ │ │ ├── debug.h
│ │ │ │ ├── dirac.c
│ │ │ │ ├── dirac.h
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── metric_internal.c
│ │ │ │ ├── oggz_auto.c
│ │ │ │ ├── oggz_auto.h
│ │ │ │ ├── oggz_byteorder.h
│ │ │ │ ├── oggz.c
│ │ │ │ ├── oggz_comments.c
│ │ │ │ ├── oggz_compat.h
│ │ │ │ ├── oggz_dlist.c
│ │ │ │ ├── oggz_dlist.h
│ │ │ │ ├── oggz_io.c
│ │ │ │ ├── oggz_macros.h
│ │ │ │ ├── oggz_private.h
│ │ │ │ ├── oggz_read.c
│ │ │ │ ├── oggz_seek.c
│ │ │ │ ├── oggz_stream.c
│ │ │ │ ├── oggz_stream_private.h
│ │ │ │ ├── oggz_table.c
│ │ │ │ ├── oggz_vector.c
│ │ │ │ ├── oggz_vector.h
│ │ │ │ ├── oggz_write.c
│ │ │ │ └── Version_script.in
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── SConscript
│ │ │ ├── tests
│ │ │ │ ├── comment-test.c
│ │ │ │ ├── comment-test.h
│ │ │ │ ├── io-count.c
│ │ │ │ ├── io-read.c
│ │ │ │ ├── io-read-single.c
│ │ │ │ ├── io-run.c
│ │ │ │ ├── io-seek.c
│ │ │ │ ├── io-write.c
│ │ │ │ ├── io-write-flush.c
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── oggz_tests.h
│ │ │ │ ├── read-generated.c
│ │ │ │ ├── read-stop-err.c
│ │ │ │ ├── read-stop-ok.c
│ │ │ │ ├── SConscript
│ │ │ │ ├── seek-stress.c
│ │ │ │ ├── seek-stress-test.sh
│ │ │ │ ├── seek-units.c
│ │ │ │ ├── write-bad-bos.c
│ │ │ │ ├── write-bad-bytes.c
│ │ │ │ ├── write-bad-eos.c
│ │ │ │ ├── write-bad-granulepos.c
│ │ │ │ ├── write-bad-guard.c
│ │ │ │ ├── write-bad-packetno.c
│ │ │ │ ├── write-bad-serialno.c
│ │ │ │ ├── write-dup-bos.c
│ │ │ │ ├── write-prefix.c
│ │ │ │ ├── write-recursive.c
│ │ │ │ ├── write-suffix.c
│ │ │ │ └── write-unmarked-guard.c
│ │ │ └── tools
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── mimetypes.c
│ │ │ ├── mimetypes.h
│ │ │ ├── oggz-basetime.c
│ │ │ ├── oggz.c
│ │ │ ├── oggz-chop
│ │ │ │ ├── cgi.c
│ │ │ │ ├── cgi.h
│ │ │ │ ├── cmd.c
│ │ │ │ ├── cmd.h
│ │ │ │ ├── header.c
│ │ │ │ ├── header.h
│ │ │ │ ├── httpdate.c
│ │ │ │ ├── httpdate.h
│ │ │ │ ├── httpdate_test.c
│ │ │ │ ├── main.c
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── oggz-chop.c
│ │ │ │ ├── oggz-chop.h
│ │ │ │ ├── timespec.c
│ │ │ │ └── timespec.h
│ │ │ ├── oggz-codecs.c
│ │ │ ├── oggz-comment.c
│ │ │ ├── oggz-diff
│ │ │ ├── oggz-diff.in
│ │ │ ├── oggz-dump.c
│ │ │ ├── oggz-info.c
│ │ │ ├── oggz-known-codecs.c
│ │ │ ├── oggz-merge.c
│ │ │ ├── oggz-rip.c
│ │ │ ├── oggz-scan.c
│ │ │ ├── oggz-sort.c
│ │ │ ├── oggz_tools.c
│ │ │ ├── oggz_tools_dirac.h
│ │ │ ├── oggz_tools.h
│ │ │ ├── oggz-validate.c
│ │ │ ├── SConscript
│ │ │ ├── skeleton.c
│ │ │ └── skeleton.h
│ │ ├── symbian
│ │ │ ├── bld.inf
│ │ │ ├── config.h
│ │ │ └── liboggz.mmp
│ │ ├── TODO
│ │ └── win32
│ │ ├── attgetopt.c
│ │ ├── config.h
│ │ ├── getopt.h
│ │ ├── liboggz_bin_installer
│ │ │ └── liboggz_bin_installer.vdproj
│ │ ├── liboggz.def
│ │ ├── liboggz.dsp
│ │ ├── liboggz.dsw
│ │ ├── Makefile
│ │ ├── oggzdump.dsp
│ │ ├── oggzed.dsp
│ │ ├── oggzinfo.dsp
│ │ ├── oggzmerge.dsp
│ │ ├── strsep.c
│ │ ├── VS2003
│ │ │ ├── liboggz
│ │ │ │ ├── liboggz_dynamic.vcproj
│ │ │ │ └── liboggz_static.vcproj
│ │ │ ├── liboggz_dynamic.sln
│ │ │ ├── liboggz_static.sln
│ │ │ ├── oggzdump
│ │ │ │ ├── oggzdump_dynamic.vcproj
│ │ │ │ └── oggzdump_static.vcproj
│ │ │ ├── oggzinfo
│ │ │ │ ├── oggzinfo_dynamic.vcproj
│ │ │ │ └── oggzinfo_static.vcproj
│ │ │ ├── oggzmerge
│ │ │ │ ├── oggzmerge_dynamic.vcproj
│ │ │ │ └── oggzmerge_static.vcproj
│ │ │ ├── oggzrip
│ │ │ │ ├── oggzrip_dynamic.vcproj
│ │ │ │ └── oggzrip_static.vcproj
│ │ │ ├── oggzscan
│ │ │ │ ├── oggzscan_dynamic.vcproj
│ │ │ │ └── oggzscan_static.vcproj
│ │ │ └── oggzvalidate
│ │ │ ├── oggzvalidate_dynamic.vcproj
│ │ │ └── oggzvalidate_static.vcproj
│ │ ├── VS2005
│ │ │ ├── liboggz
│ │ │ │ ├── liboggz_dynamic.vcproj
│ │ │ │ └── liboggz_static.vcproj
│ │ │ ├── liboggz_dynamic.sln
│ │ │ ├── liboggz_static.sln
│ │ │ ├── oggzdump
│ │ │ │ ├── oggzdump_dynamic.vcproj
│ │ │ │ └── oggzdump_static.vcproj
│ │ │ ├── oggzinfo
│ │ │ │ ├── oggzinfo_dynamic.vcproj
│ │ │ │ └── oggzinfo_static.vcproj
│ │ │ ├── oggzmerge
│ │ │ │ ├── oggzmerge_dynamic.vcproj
│ │ │ │ └── oggzmerge_static.vcproj
│ │ │ ├── oggzrip
│ │ │ │ ├── oggzrip_dynamic.vcproj
│ │ │ │ └── oggzrip_static.vcproj
│ │ │ ├── oggzscan
│ │ │ │ ├── oggzscan_dynamic.vcproj
│ │ │ │ └── oggzscan_static.vcproj
│ │ │ └── oggzvalidate
│ │ │ ├── oggzvalidate_dynamic.vcproj
│ │ │ └── oggzvalidate_static.vcproj
│ │ ├── VS2008
│ │ │ ├── liboggz
│ │ │ │ ├── liboggz_dynamic.vcproj
│ │ │ │ └── liboggz_static.vcproj
│ │ │ ├── liboggz_dynamic.sln
│ │ │ ├── liboggz_static.sln
│ │ │ ├── oggzdump
│ │ │ │ ├── oggzdump_dynamic.vcproj
│ │ │ │ └── oggzdump_static.vcproj
│ │ │ ├── oggzinfo
│ │ │ │ ├── oggzinfo_dynamic.vcproj
│ │ │ │ └── oggzinfo_static.vcproj
│ │ │ ├── oggzmerge
│ │ │ │ ├── oggzmerge_dynamic.vcproj
│ │ │ │ └── oggzmerge_static.vcproj
│ │ │ ├── oggzrip
│ │ │ │ ├── oggzrip_dynamic.vcproj
│ │ │ │ └── oggzrip_static.vcproj
│ │ │ ├── oggzscan
│ │ │ │ ├── oggzscan_dynamic.vcproj
│ │ │ │ └── oggzscan_static.vcproj
│ │ │ └── oggzvalidate
│ │ │ ├── oggzvalidate_dynamic.vcproj
│ │ │ └── oggzvalidate_static.vcproj
│ │ └── VS2010
│ │ └── liboggz
│ │ └── liboggz_static.vcxproj
│ ├── theora
│ │ ├── Android.mk
│ │ ├── AUTHORS
│ │ ├── autogen.sh
│ │ ├── CHANGES
│ │ ├── configure.ac
│ │ ├── COPYING
│ │ ├── doc
│ │ │ ├── color.html
│ │ │ ├── Doxyfile.in
│ │ │ ├── draft-ietf-avt-rtp-theora-00.txt
│ │ │ ├── draft-ietf-avt-rtp-theora-00.xml
│ │ │ ├── draft-kerr-avt-theora-rtp-00.txt
│ │ │ ├── draft-kerr-avt-theora-rtp-00.xml
│ │ │ ├── Makefile.am
│ │ │ ├── spec
│ │ │ │ ├── fdct.fig
│ │ │ │ ├── hilbert-block.fig
│ │ │ │ ├── hilbert-mb.fig
│ │ │ │ ├── idct.fig
│ │ │ │ ├── lflim.fig
│ │ │ │ ├── ltablex.sty
│ │ │ │ ├── macroblock.fig
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── pic_even.fig
│ │ │ │ ├── pic_even_odd.fig
│ │ │ │ ├── pic-frame.fig
│ │ │ │ ├── pic_odd_even.fig
│ │ │ │ ├── pic_odd.fig
│ │ │ │ ├── pixel420.fig
│ │ │ │ ├── pixel422.fig
│ │ │ │ ├── pixel444.fig
│ │ │ │ ├── raster-block.fig
│ │ │ │ ├── reference-frames.fig
│ │ │ │ ├── spec.bib
│ │ │ │ ├── spec.tex
│ │ │ │ ├── superblock.fig
│ │ │ │ ├── vp3huff.c
│ │ │ │ └── xifish.fig
│ │ │ └── vp3-format.txt
│ │ ├── examples
│ │ │ ├── dump_psnr.c
│ │ │ ├── dump_video.c
│ │ │ ├── encoder_example.c
│ │ │ ├── getopt1.c
│ │ │ ├── getopt.c
│ │ │ ├── getopt.h
│ │ │ ├── libtheora_info.c
│ │ │ ├── Makefile.am
│ │ │ ├── player_example.c
│ │ │ ├── png2theora.c
│ │ │ ├── README_SPLAYER
│ │ │ ├── splayer.c
│ │ │ └── tiff2theora.c
│ │ ├── include
│ │ │ ├── Makefile.am
│ │ │ └── theora
│ │ │ ├── codec.h
│ │ │ ├── Makefile.am
│ │ │ ├── theoradec.h
│ │ │ ├── theoraenc.h
│ │ │ └── theora.h
│ │ ├── lib
│ │ │ ├── analyze.c
│ │ │ ├── apiwrapper.c
│ │ │ ├── apiwrapper.h
│ │ │ ├── arm
│ │ │ │ ├── arm2gnu.pl
│ │ │ │ ├── armbits-gnu.S
│ │ │ │ ├── armbits.h
│ │ │ │ ├── armbits-iPhone.S
│ │ │ │ ├── armbits.s
│ │ │ │ ├── armcpu.c
│ │ │ │ ├── armcpu.h
│ │ │ │ ├── armenc.c
│ │ │ │ ├── armencfrag.s
│ │ │ │ ├── armenc.h
│ │ │ │ ├── armenquant.s
│ │ │ │ ├── armfrag-gnu.S
│ │ │ │ ├── armfrag-iPhone.S
│ │ │ │ ├── armfrag.s
│ │ │ │ ├── armidct-gnu.S
│ │ │ │ ├── armidct-iPhone.S
│ │ │ │ ├── armidct.s
│ │ │ │ ├── armint.h
│ │ │ │ ├── armloop-gnu.S
│ │ │ │ ├── armloop-iPhone.S
│ │ │ │ ├── armloop.s
│ │ │ │ ├── armopts-gnu.S
│ │ │ │ ├── armopts.s
│ │ │ │ ├── armopts.s.in
│ │ │ │ └── armstate.c
│ │ │ ├── bitpack.c
│ │ │ ├── bitpack.h
│ │ │ ├── c64x
│ │ │ │ ├── c64xdec.c
│ │ │ │ ├── c64xdec.h
│ │ │ │ ├── c64xfrag.c
│ │ │ │ ├── c64xidct.c
│ │ │ │ ├── c64xint.h
│ │ │ │ └── c64xstate.c
│ │ │ ├── collect.c
│ │ │ ├── collect.h
│ │ │ ├── dct.h
│ │ │ ├── decapiwrapper.c
│ │ │ ├── decinfo.c
│ │ │ ├── decint.h
│ │ │ ├── decode.c
│ │ │ ├── defexp.awk
│ │ │ ├── dequant.c
│ │ │ ├── dequant.h
│ │ │ ├── encapiwrapper.c
│ │ │ ├── encfrag.c
│ │ │ ├── encinfo.c
│ │ │ ├── encint.h
│ │ │ ├── encode.c
│ │ │ ├── encoder_disabled.c
│ │ │ ├── enquant.c
│ │ │ ├── enquant.h
│ │ │ ├── fdct.c
│ │ │ ├── fragment.c
│ │ │ ├── huffdec.c
│ │ │ ├── huffdec.h
│ │ │ ├── huffenc.c
│ │ │ ├── huffenc.h
│ │ │ ├── huffman.h
│ │ │ ├── idct.c
│ │ │ ├── info.c
│ │ │ ├── internal.c
│ │ │ ├── internal.h
│ │ │ ├── Makefile.am
│ │ │ ├── mathops.c
│ │ │ ├── mathops.h
│ │ │ ├── mcenc.c
│ │ │ ├── modedec.h
│ │ │ ├── ocintrin.h
│ │ │ ├── quant.c
│ │ │ ├── quant.h
│ │ │ ├── rate.c
│ │ │ ├── state.c
│ │ │ ├── state.h
│ │ │ ├── theoradec.exp
│ │ │ ├── theora.def
│ │ │ ├── theoraenc.exp
│ │ │ ├── theora.exp
│ │ │ ├── tokenize.c
│ │ │ ├── Version_script
│ │ │ ├── Version_script-dec
│ │ │ ├── Version_script-enc
│ │ │ ├── x86
│ │ │ │ ├── mmxencfrag.c
│ │ │ │ ├── mmxfdct.c
│ │ │ │ ├── mmxfrag.c
│ │ │ │ ├── mmxidct.c
│ │ │ │ ├── mmxloop.h
│ │ │ │ ├── mmxstate.c
│ │ │ │ ├── sse2encfrag.c
│ │ │ │ ├── sse2fdct.c
│ │ │ │ ├── sse2idct.c
│ │ │ │ ├── sse2trans.h
│ │ │ │ ├── x86cpu.c
│ │ │ │ ├── x86cpu.h
│ │ │ │ ├── x86enc.c
│ │ │ │ ├── x86enc.h
│ │ │ │ ├── x86enquant.c
│ │ │ │ ├── x86int.h
│ │ │ │ ├── x86state.c
│ │ │ │ └── x86zigzag.h
│ │ │ └── x86_vc
│ │ │ ├── mmxencfrag.c
│ │ │ ├── mmxfdct.c
│ │ │ ├── mmxfrag.c
│ │ │ ├── mmxidct.c
│ │ │ ├── mmxloop.h
│ │ │ ├── mmxstate.c
│ │ │ ├── x86cpu.c
│ │ │ ├── x86cpu.h
│ │ │ ├── x86enc.c
│ │ │ ├── x86enc.h
│ │ │ ├── x86int.h
│ │ │ ├── x86state.c
│ │ │ └── x86zigzag.h
│ │ ├── libtheora.spec.in
│ │ ├── LICENSE
│ │ ├── m4
│ │ │ ├── as-ac-expand.m4
│ │ │ ├── as-gcc-inline-assembly.m4
│ │ │ ├── Makefile.am
│ │ │ ├── ogg.m4
│ │ │ ├── pkg.m4
│ │ │ └── vorbis.m4
│ │ ├── macosx
│ │ │ ├── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── Info.plist
│ │ │ ├── Theora_Prefix.pch
│ │ │ └── Theora.xcodeproj
│ │ │ └── project.pbxproj
│ │ ├── Makefile.am
│ │ ├── README
│ │ ├── SConstruct
│ │ ├── symbian
│ │ │ ├── bld.inf
│ │ │ ├── config.h
│ │ │ └── theora.mmp
│ │ ├── tests
│ │ │ ├── comment.c
│ │ │ ├── comment_theora.c
│ │ │ ├── granulepos.c
│ │ │ ├── granulepos_theora.c
│ │ │ ├── Makefile.am
│ │ │ ├── noop.c
│ │ │ ├── noop_theora.c
│ │ │ └── tests.h
│ │ ├── theoradec.pc.in
│ │ ├── theoradec-uninstalled.pc.in
│ │ ├── theoraenc.pc.in
│ │ ├── theoraenc-uninstalled.pc.in
│ │ ├── theora.pc.in
│ │ ├── theora-uninstalled.pc.in
│ │ ├── tools
│ │ │ └── process_modedec_stats.c
│ │ └── win32
│ │ ├── build_theora_static.bat
│ │ ├── build_theora_static_debug.bat
│ │ ├── experimental
│ │ │ ├── dumpvid
│ │ │ │ └── dumpvid.dsp
│ │ │ ├── encoderwin
│ │ │ │ ├── encoderwin.dsp
│ │ │ │ └── ReadMe.txt
│ │ │ ├── transcoder
│ │ │ │ ├── avi2vp3
│ │ │ │ │ ├── avi2vp3.c
│ │ │ │ │ ├── avilib.c
│ │ │ │ │ ├── avilib.h
│ │ │ │ │ ├── outfile.vp3
│ │ │ │ │ └── vp31.avi
│ │ │ │ ├── readme.txt
│ │ │ │ ├── transcoder.dsp
│ │ │ │ └── transcoder_example.c
│ │ │ └── wincompat
│ │ │ ├── getopt.c
│ │ │ ├── getopt.h
│ │ │ ├── getopt_long.c
│ │ │ ├── README.txt
│ │ │ └── unistd.h
│ │ ├── getopt1.c
│ │ ├── getopt.c
│ │ ├── getopt_win.h
│ │ ├── theora_static.dsp
│ │ ├── VS2005
│ │ │ ├── dump_video
│ │ │ │ ├── dump_video_dynamic.vcproj
│ │ │ │ └── dump_video_static.vcproj
│ │ │ ├── encoder_example
│ │ │ │ ├── encoder_example_dynamic.vcproj
│ │ │ │ └── encoder_example_static.vcproj
│ │ │ ├── libogg.vsprops
│ │ │ ├── libtheora
│ │ │ │ ├── libtheora_dynamic.vcproj
│ │ │ │ └── libtheora_static.vcproj
│ │ │ ├── libtheora_dynamic.sln
│ │ │ ├── libtheora_static.sln
│ │ │ ├── libvorbis.vsprops
│ │ │ └── README
│ │ ├── VS2008
│ │ │ ├── dump_video
│ │ │ │ ├── dump_video_dynamic.vcproj
│ │ │ │ └── dump_video_static.vcproj
│ │ │ ├── encoder_example
│ │ │ │ ├── encoder_example_dynamic.vcproj
│ │ │ │ └── encoder_example_static.vcproj
│ │ │ ├── libogg.vsprops
│ │ │ ├── libtheora
│ │ │ │ ├── libtheora_dynamic.vcproj
│ │ │ │ └── libtheora_static.vcproj
│ │ │ ├── libtheora_dynamic.sln
│ │ │ ├── libtheora_static.sln
│ │ │ ├── libvorbis.vsprops
│ │ │ └── README
│ │ ├── VS2010
│ │ │ ├── dump_video
│ │ │ │ ├── dump_video_dynamic.vcxproj
│ │ │ │ └── dump_video_static.vcxproj
│ │ │ ├── encoder_example
│ │ │ │ ├── encoder_example_dynamic.vcxproj
│ │ │ │ └── encoder_example_static.vcxproj
│ │ │ ├── libogg.props
│ │ │ ├── libtheora
│ │ │ │ ├── libtheora_dynamic.vcxproj
│ │ │ │ └── libtheora_static.vcxproj
│ │ │ ├── libtheora_dynamic.sln
│ │ │ ├── libtheora_static.sln
│ │ │ ├── libvorbis.props
│ │ │ └── README
│ │ └── xmingw32
│ │ ├── libtheoradec70d.rc
│ │ ├── libtheoradec70.rc
│ │ ├── libtheoradec71d.rc
│ │ ├── libtheoradec71.rc
│ │ ├── libtheoradec80d.rc
│ │ ├── libtheoradec80.rc
│ │ ├── libtheoradec-all.def
│ │ ├── libtheoradec-all.rc
│ │ ├── libtheoradecd.rc
│ │ ├── libtheoradec.rc
│ │ ├── libtheoraenc70d.rc
│ │ ├── libtheoraenc70.rc
│ │ ├── libtheoraenc71d.rc
│ │ ├── libtheoraenc71.rc
│ │ ├── libtheoraenc80d.rc
│ │ ├── libtheoraenc80.rc
│ │ ├── libtheoraenc-all.def
│ │ ├── libtheoraenc-all.rc
│ │ ├── libtheoraencd.rc
│ │ ├── libtheoraenc.rc
│ │ └── Makefile
│ └── theorawrapper
│ ├── Android.mk
│ ├── GfxDevice.cpp
│ ├── GfxDevice.h
│ ├── MathHelpers.h
│ ├── TextureContext.cpp
│ ├── TextureContext.h
│ ├── TextureD3D11.cpp
│ ├── TextureD3D11.h
│ ├── TextureD3D9.cpp
│ ├── TextureD3D9.h
│ ├── TextureHandle.cpp
│ ├── TextureHandle.h
│ ├── TextureMetal.h
│ ├── TextureMetal.mm
│ ├── TextureOpenGL.cpp
│ ├── TextureOpenGL.h
│ ├── theorawrapper.cpp
│ ├── theorawrapper.h
│ └── win32
│ └── VS2010
│ └── theorawrapper.vcxproj
├── MMTUnity
│ ├── Assets
│ │ ├── MobileMovieTexture
│ │ │ ├── AssetStream.cs
│ │ │ ├── AssetStream.cs.meta
│ │ │ ├── Editor
│ │ │ │ ├── StreamingAssetsLinkDrawer.cs
│ │ │ │ ├── StreamingAssetsLinkDrawer.cs.meta
│ │ │ │ ├── YCbCrDrawer.cs
│ │ │ │ ├── YCbCrDrawer.cs.meta
│ │ │ │ ├── YCbCrPriority.cs
│ │ │ │ └── YCbCrPriority.cs.meta
│ │ │ ├── Editor.meta
│ │ │ ├── Instructions.txt
│ │ │ ├── Instructions.txt.meta
│ │ │ ├── legal.txt
│ │ │ ├── legal.txt.meta
│ │ │ ├── Materials
│ │ │ │ ├── Checker.mat
│ │ │ │ ├── Checker.mat.meta
│ │ │ │ ├── Checker.png
│ │ │ │ ├── Checker.png.meta
│ │ │ │ ├── MovieChromaKey.mat
│ │ │ │ ├── MovieChromaKey.mat.meta
│ │ │ │ ├── Movie.mat
│ │ │ │ ├── Movie.mat.meta
│ │ │ │ ├── MovieSplitAlpha.mat
│ │ │ │ └── MovieSplitAlpha.mat.meta
│ │ │ ├── Materials.meta
│ │ │ ├── MobileMovieManager.cs
│ │ │ ├── MobileMovieManager.cs.meta
│ │ │ ├── MobileMovieTexture.cs
│ │ │ ├── MobileMovieTexture.cs.meta
│ │ │ ├── Scenes
│ │ │ │ ├── MMTChromaKeySample.unity
│ │ │ │ ├── MMTChromaKeySample.unity.meta
│ │ │ │ ├── MMTSample.unity
│ │ │ │ ├── MMTSample.unity.meta
│ │ │ │ ├── MMTSplitAlphaSample.unity
│ │ │ │ └── MMTSplitAlphaSample.unity.meta
│ │ │ ├── Scenes.meta
│ │ │ ├── Shaders
│ │ │ │ ├── YCbCrtoRGB.cginc
│ │ │ │ ├── YCbCrtoRGB.cginc.meta
│ │ │ │ ├── YCrCbtoRGBChromaKey.shader
│ │ │ │ ├── YCrCbtoRGBChromaKey.shader.meta
│ │ │ │ ├── YCrCbtoRGB.shader
│ │ │ │ ├── YCrCbtoRGB.shader.meta
│ │ │ │ ├── YCrCbtoRGBSplitAlpha.shader
│ │ │ │ ├── YCrCbtoRGBSplitAlpha.shader.meta
│ │ │ │ ├── YCrCbtoRGBTrans.shader
│ │ │ │ └── YCrCbtoRGBTrans.shader.meta
│ │ │ ├── Shaders.meta
│ │ │ ├── StreamingAssetsLinkAttribute.cs
│ │ │ ├── StreamingAssetsLinkAttribute.cs.meta
│ │ │ ├── TestMobileTexture.cs
│ │ │ └── TestMobileTexture.cs.meta
│ │ ├── MobileMovieTexture.meta
│ │ ├── Plugins
│ │ │ ├── Android
│ │ │ │ ├── libs
│ │ │ │ │ ├── armeabi-v7a
│ │ │ │ │ │ ├── libtheorawrapper.so
│ │ │ │ │ │ └── libtheorawrapper.so.meta
│ │ │ │ │ ├── armeabi-v7a.meta
│ │ │ │ │ ├── x86
│ │ │ │ │ │ ├── libtheorawrapper.so
│ │ │ │ │ │ └── libtheorawrapper.so.meta
│ │ │ │ │ └── x86.meta
│ │ │ │ ├── libs.meta
│ │ │ │ ├── ZipHelper.jar
│ │ │ │ └── ZipHelper.jar.meta
│ │ │ ├── Android.meta
│ │ │ ├── iOS
│ │ │ │ ├── libtheorawrapper.a
│ │ │ │ ├── libtheorawrapper.a.meta
│ │ │ │ ├── MMTAppController.mm
│ │ │ │ └── MMTAppController.mm.meta
│ │ │ ├── iOS.meta
│ │ │ ├── theorawrapper.bundle
│ │ │ │ ├── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── Info.plist.meta
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ ├── theorawrapper
│ │ │ │ │ │ └── theorawrapper.meta
│ │ │ │ │ ├── MacOS.meta
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ ├── InfoPlist.strings
│ │ │ │ │ │ │ └── InfoPlist.strings.meta
│ │ │ │ │ │ └── en.lproj.meta
│ │ │ │ │ └── Resources.meta
│ │ │ │ └── Contents.meta
│ │ │ ├── theorawrapper.bundle.meta
│ │ │ ├── x86
│ │ │ │ ├── theorawrapper.dll
│ │ │ │ └── theorawrapper.dll.meta
│ │ │ ├── x86_64
│ │ │ │ ├── theorawrapper.dll
│ │ │ │ └── theorawrapper.dll.meta
│ │ │ ├── x86_64.meta
│ │ │ └── x86.meta
│ │ ├── Plugins.meta
│ │ ├── StreamingAssets
│ │ │ ├── MovieSamples
│ │ │ │ ├── ExplosionSplitAlpha.ogv
│ │ │ │ ├── ExplosionSplitAlpha.ogv.meta
│ │ │ │ ├── HandOfFate.ogv
│ │ │ │ ├── HandOfFate.ogv.meta
│ │ │ │ ├── IHSG_smash.ogv
│ │ │ │ └── IHSG_smash.ogv.meta
│ │ │ └── MovieSamples.meta
│ │ └── StreamingAssets.meta
│ └── ProjectSettings
│ ├── AudioManager.asset
│ ├── DynamicsManager.asset
│ ├── EditorBuildSettings.asset
│ ├── EditorSettings.asset
│ ├── GraphicsSettings.asset
│ ├── InputManager.asset
│ ├── NavMeshAreas.asset
│ ├── NavMeshLayers.asset
│ ├── NetworkManager.asset
│ ├── Physics2DSettings.asset
│ ├── ProjectSettings.asset
│ ├── ProjectVersion.txt
│ ├── QualitySettings.asset
│ ├── TagManager.asset
│ ├── TimeManager.asset
│ └── UnityAdsSettings.asset
└── README.md
158 directories, 935 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论