Changeset 387745
- Timestamp:
- 05/22/2011 07:48:54 PM (15 years ago)
- Location:
- wp-itheora/trunk
- Files:
-
- 167 added
- 1 edited
-
.gitignore (added)
-
img/progress.gif (added)
-
itheora/.gitignore (added)
-
itheora/README (added)
-
itheora/TODO (added)
-
itheora/config (added)
-
itheora/config/.gitignore (added)
-
itheora/config/config.sample.inc.php (added)
-
itheora/lib/Zend (added)
-
itheora/lib/Zend/Cache (added)
-
itheora/lib/Zend/Cache.php (added)
-
itheora/lib/Zend/Cache/Backend (added)
-
itheora/lib/Zend/Cache/Backend.php (added)
-
itheora/lib/Zend/Cache/Backend/BlackHole.php (added)
-
itheora/lib/Zend/Cache/Backend/ExtendedInterface.php (added)
-
itheora/lib/Zend/Cache/Backend/File.php (added)
-
itheora/lib/Zend/Cache/Backend/Interface.php (added)
-
itheora/lib/Zend/Cache/Backend/Libmemcached.php (added)
-
itheora/lib/Zend/Cache/Backend/Sqlite.php (added)
-
itheora/lib/Zend/Cache/Backend/Static.php (added)
-
itheora/lib/Zend/Cache/Backend/Test.php (added)
-
itheora/lib/Zend/Cache/Backend/TwoLevels.php (added)
-
itheora/lib/Zend/Cache/Backend/WinCache.php (added)
-
itheora/lib/Zend/Cache/Backend/Xcache.php (added)
-
itheora/lib/Zend/Cache/Backend/ZendPlatform.php (added)
-
itheora/lib/Zend/Cache/Backend/ZendServer (added)
-
itheora/lib/Zend/Cache/Backend/ZendServer.php (added)
-
itheora/lib/Zend/Cache/Backend/ZendServer/Disk.php (added)
-
itheora/lib/Zend/Cache/Backend/ZendServer/ShMem.php (added)
-
itheora/lib/Zend/Cache/Core.php (added)
-
itheora/lib/Zend/Cache/Exception.php (added)
-
itheora/lib/Zend/Cache/Frontend (added)
-
itheora/lib/Zend/Cache/Frontend/Capture.php (added)
-
itheora/lib/Zend/Cache/Frontend/Class.php (added)
-
itheora/lib/Zend/Cache/Frontend/File.php (added)
-
itheora/lib/Zend/Cache/Frontend/Function.php (added)
-
itheora/lib/Zend/Cache/Frontend/Output.php (added)
-
itheora/lib/Zend/Cache/Frontend/Page.php (added)
-
itheora/lib/Zend/Cache/Manager.php (added)
-
itheora/lib/aws-sdk (added)
-
itheora/lib/aws-sdk/.gitignore (added)
-
itheora/lib/aws-sdk/README.md (added)
-
itheora/lib/aws-sdk/_compatibility_test (added)
-
itheora/lib/aws-sdk/_compatibility_test/README.md (added)
-
itheora/lib/aws-sdk/_compatibility_test/sdk_compatibility_test.php (added)
-
itheora/lib/aws-sdk/_compatibility_test/sdk_compatibility_test_cli.php (added)
-
itheora/lib/aws-sdk/_docs (added)
-
itheora/lib/aws-sdk/_docs/CHANGELOG.md (added)
-
itheora/lib/aws-sdk/_docs/CONTRIBUTORS.md (added)
-
itheora/lib/aws-sdk/_docs/LICENSE.md (added)
-
itheora/lib/aws-sdk/_docs/NOTICE.md (added)
-
itheora/lib/aws-sdk/_docs/WHERE_IS_THE_API_REFERENCE.md (added)
-
itheora/lib/aws-sdk/_samples (added)
-
itheora/lib/aws-sdk/_samples/README.md (added)
-
itheora/lib/aws-sdk/_samples/cli-ec2_sorting_and_filtering.php (added)
-
itheora/lib/aws-sdk/_samples/cli-s3_get_urls_for_uploads.php (added)
-
itheora/lib/aws-sdk/_samples/cli-s3_progress_bar.php (added)
-
itheora/lib/aws-sdk/_samples/html-sdb_create_domain_data.php (added)
-
itheora/lib/aws-sdk/_samples/lib (added)
-
itheora/lib/aws-sdk/_samples/lib/ProgressBar.php (added)
-
itheora/lib/aws-sdk/_samples/test_files (added)
-
itheora/lib/aws-sdk/_samples/test_files/audio.wav (added)
-
itheora/lib/aws-sdk/_samples/test_files/plain.txt (added)
-
itheora/lib/aws-sdk/_samples/test_files/video.mp4 (added)
-
itheora/lib/aws-sdk/_samples/test_files/word.doc (added)
-
itheora/lib/aws-sdk/config-sample.inc.php (added)
-
itheora/lib/aws-sdk/lib (added)
-
itheora/lib/aws-sdk/lib/cachecore (added)
-
itheora/lib/aws-sdk/lib/cachecore/LICENSE (added)
-
itheora/lib/aws-sdk/lib/cachecore/README (added)
-
itheora/lib/aws-sdk/lib/cachecore/_sql (added)
-
itheora/lib/aws-sdk/lib/cachecore/_sql/README (added)
-
itheora/lib/aws-sdk/lib/cachecore/_sql/mysql.sql (added)
-
itheora/lib/aws-sdk/lib/cachecore/_sql/pgsql.sql (added)
-
itheora/lib/aws-sdk/lib/cachecore/_sql/sqlite3.sql (added)
-
itheora/lib/aws-sdk/lib/cachecore/cacheapc.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/cachecore.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/cachefile.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/cachemc.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/cachepdo.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/cachexcache.class.php (added)
-
itheora/lib/aws-sdk/lib/cachecore/icachecore.interface.php (added)
-
itheora/lib/aws-sdk/lib/requestcore (added)
-
itheora/lib/aws-sdk/lib/requestcore/LICENSE (added)
-
itheora/lib/aws-sdk/lib/requestcore/README.md (added)
-
itheora/lib/aws-sdk/lib/requestcore/requestcore.class.php (added)
-
itheora/lib/aws-sdk/lib/yaml (added)
-
itheora/lib/aws-sdk/lib/yaml/LICENSE (added)
-
itheora/lib/aws-sdk/lib/yaml/README.markdown (added)
-
itheora/lib/aws-sdk/lib/yaml/lib (added)
-
itheora/lib/aws-sdk/lib/yaml/lib/sfYaml.php (added)
-
itheora/lib/aws-sdk/lib/yaml/lib/sfYamlDumper.php (added)
-
itheora/lib/aws-sdk/lib/yaml/lib/sfYamlInline.php (added)
-
itheora/lib/aws-sdk/lib/yaml/lib/sfYamlParser.php (added)
-
itheora/lib/aws-sdk/package.xml (added)
-
itheora/lib/aws-sdk/sdk.class.php (added)
-
itheora/lib/aws-sdk/services (added)
-
itheora/lib/aws-sdk/services/as.class.php (added)
-
itheora/lib/aws-sdk/services/cloudformation.class.php (added)
-
itheora/lib/aws-sdk/services/cloudfront.class.php (added)
-
itheora/lib/aws-sdk/services/cloudwatch.class.php (added)
-
itheora/lib/aws-sdk/services/ec2.class.php (added)
-
itheora/lib/aws-sdk/services/elasticbeanstalk.class.php (added)
-
itheora/lib/aws-sdk/services/elb.class.php (added)
-
itheora/lib/aws-sdk/services/emr.class.php (added)
-
itheora/lib/aws-sdk/services/iam.class.php (added)
-
itheora/lib/aws-sdk/services/importexport.class.php (added)
-
itheora/lib/aws-sdk/services/rds.class.php (added)
-
itheora/lib/aws-sdk/services/s3.class.php (added)
-
itheora/lib/aws-sdk/services/sdb.class.php (added)
-
itheora/lib/aws-sdk/services/ses.class.php (added)
-
itheora/lib/aws-sdk/services/sns.class.php (added)
-
itheora/lib/aws-sdk/services/sqs.class.php (added)
-
itheora/lib/aws-sdk/utilities (added)
-
itheora/lib/aws-sdk/utilities/array.class.php (added)
-
itheora/lib/aws-sdk/utilities/batchrequest.class.php (added)
-
itheora/lib/aws-sdk/utilities/complextype.class.php (added)
-
itheora/lib/aws-sdk/utilities/gzipdecode.class.php (added)
-
itheora/lib/aws-sdk/utilities/hadoopstep.class.php (added)
-
itheora/lib/aws-sdk/utilities/info.class.php (added)
-
itheora/lib/aws-sdk/utilities/json.class.php (added)
-
itheora/lib/aws-sdk/utilities/manifest.class.php (added)
-
itheora/lib/aws-sdk/utilities/mimetypes.class.php (added)
-
itheora/lib/aws-sdk/utilities/policy.class.php (added)
-
itheora/lib/aws-sdk/utilities/request.class.php (added)
-
itheora/lib/aws-sdk/utilities/response.class.php (added)
-
itheora/lib/aws-sdk/utilities/simplexml.class.php (added)
-
itheora/lib/aws-sdk/utilities/stacktemplate.class.php (added)
-
itheora/lib/aws-sdk/utilities/stepconfig.class.php (added)
-
itheora/lib/aws-sdk/utilities/utilities.class.php (added)
-
itheora/lib/functions.php (added)
-
itheora/lib/itheora.class.php (added)
-
itheora/video-js (added)
-
itheora/video-js/LICENSE.txt (added)
-
itheora/video-js/README.markdown (added)
-
itheora/video-js/demo-subtitles.srt (added)
-
itheora/video-js/demo.html (added)
-
itheora/video-js/dev (added)
-
itheora/video-js/dev/combine_sources.sh (added)
-
itheora/video-js/dev/flowplayer (added)
-
itheora/video-js/dev/flowplayer/flowplayer-3.2.4.min.js (added)
-
itheora/video-js/dev/flowplayer/test.html (added)
-
itheora/video-js/dev/flowplayer/video-js.flowplayer.js (added)
-
itheora/video-js/dev/map (added)
-
itheora/video-js/dev/map/coords.srt (added)
-
itheora/video-js/dev/map/map.html (added)
-
itheora/video-js/dev/src (added)
-
itheora/video-js/dev/src/_begin.js (added)
-
itheora/video-js/dev/src/_end.js (added)
-
itheora/video-js/dev/src/api.js (added)
-
itheora/video-js/dev/src/behaviors.js (added)
-
itheora/video-js/dev/src/flash.js (added)
-
itheora/video-js/dev/src/html5.js (added)
-
itheora/video-js/dev/src/lib.js (added)
-
itheora/video-js/dev/src/main.js (added)
-
itheora/video-js/dev/src/video-js.jquery.js (added)
-
itheora/video-js/dev/test.html (added)
-
itheora/video-js/docs (added)
-
itheora/video-js/docs/API.markdown (added)
-
itheora/video-js/docs/behaviors.markdown (added)
-
itheora/video-js/docs/glossary.markdown (added)
-
itheora/video-js/skins (added)
-
itheora/video-js/skins/hu.css (added)
-
itheora/video-js/skins/tube.css (added)
-
itheora/video-js/skins/vim.css (added)
-
itheora/video-js/video-js.css (added)
-
itheora/video-js/video.js (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-itheora/trunk/readme.txt
r387717 r387745 73 73 * Add thumbnail features 74 74 * Add Create playlist option 75 * Correct some mistake in version release 75 76 76 77 == FIXED ==
Note: See TracChangeset
for help on using the changeset viewer.