@loaders.gl/video 4.0.0-alpha.6 → 4.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import parseVideo from './lib/parsers/parse-video';
2
- const VERSION = typeof "4.0.0-alpha.6" !== 'undefined' ? "4.0.0-alpha.6" : 'latest';
2
+ const VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
3
3
  const EXTENSIONS = ['mp4'];
4
4
  const MIME_TYPES = ['video/mp4'];
5
5
  const DEFAULT_LOADER_OPTIONS = {
@@ -1 +1 @@
1
- {"version":3,"file":"gifshot.d.ts","sourceRoot":"","sources":["../../../src/lib/gifshot/gifshot.ts"],"names":[],"mappings":"AAyYA,iBAAS,WAAW,YAEnB;AAQD,iBAAS,oBAAoB,YAE5B;AASD,iBAAS,aAAa,YAKrB;AASD,iBAAS,2BAA2B,CAAC,MAAM,KAAA,WAmB1C;AA8rDD,iBAAS,kBAAkB,CAAC,OAAO,KAAA,QAGlC;AA0JD,iBAAS,SAAS,CAAC,WAAW,KAAA,EAAE,QAAQ,KAAA,QAwCvC;AAQD,iBAAS,YAAY,CAAC,WAAW,KAAA,EAAE,QAAQ,KAAA,QAc1C;AASD,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYR,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"gifshot.d.ts","sourceRoot":"","sources":["../../../src/lib/gifshot/gifshot.ts"],"names":[],"mappings":"AAqYA,iBAAS,WAAW,YAEnB;AAOD,iBAAS,oBAAoB,YAE5B;AAQD,iBAAS,aAAa,YAKrB;AAQD,iBAAS,2BAA2B,CAAC,MAAM,KAAA,WAmB1C;AAqrDD,iBAAS,kBAAkB,CAAC,OAAO,KAAA,QAGlC;AAsJD,iBAAS,SAAS,CAAC,WAAW,KAAA,EAAE,QAAQ,KAAA,QAwCvC;AAOD,iBAAS,YAAY,CAAC,WAAW,KAAA,EAAE,QAAQ,KAAA,QAc1C;AAQD,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYR,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11
11
  */
12
12
  /*
13
13
  utils.js
14
- ========
15
14
  */
16
15
  /* Copyright 2017 Yahoo Inc.
17
16
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -272,7 +271,6 @@ const utils$2 = Object.freeze({
272
271
  });
273
272
  /*
274
273
  error.js
275
- ========
276
274
  */
277
275
  /* Copyright 2017 Yahoo Inc.
278
276
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -347,7 +345,6 @@ const error$2 = Object.freeze({
347
345
  });
348
346
  /*
349
347
  defaultOptions.js
350
- =================
351
348
  */
352
349
  /* Copyright 2017 Yahoo Inc.
353
350
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -390,7 +387,6 @@ const defaultOptions$2 = Object.freeze({
390
387
  });
391
388
  /*
392
389
  isSupported.js
393
- ==============
394
390
  */
395
391
  /* Copyright 2017 Yahoo Inc.
396
392
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -401,7 +397,6 @@ function isSupported() {
401
397
  }
402
398
  /*
403
399
  isWebCamGIFSupported.js
404
- =======================
405
400
  */
406
401
  /* Copyright 2017 Yahoo Inc.
407
402
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -411,7 +406,6 @@ function isWebCamGIFSupported() {
411
406
  }
412
407
  /*
413
408
  isSupported.js
414
- ==============
415
409
  */
416
410
  /* Copyright 2017 Yahoo Inc.
417
411
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -425,7 +419,6 @@ function isSupported$1() {
425
419
  }
426
420
  /*
427
421
  isExistingVideoGIFSupported.js
428
- ==============================
429
422
  */
430
423
  /* Copyright 2017 Yahoo Inc.
431
424
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -454,7 +447,6 @@ function isExistingVideoGIFSupported(codecs) {
454
447
  }
455
448
  /*
456
449
  NeuQuant.js
457
- ===========
458
450
  */
459
451
  /*
460
452
  * NeuQuant Neural-Net Quantization Algorithm
@@ -914,7 +906,6 @@ function NeuQuant() {
914
906
  }
915
907
  /*
916
908
  processFrameWorker.js
917
- =====================
918
909
  */
919
910
  /* Copyright 2017 Yahoo Inc.
920
911
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -991,7 +982,6 @@ function workerCode() {
991
982
  }
992
983
  /*
993
984
  gifWriter.js
994
- ============
995
985
  */
996
986
  // (c) Dean McNamee <dean@gmail.com>, 2013.
997
987
  //
@@ -1322,7 +1312,6 @@ function gifWriter(buf, width, height, gopts) {
1322
1312
  }
1323
1313
  /*
1324
1314
  animatedGIF.js
1325
- ==============
1326
1315
  */
1327
1316
  /* Copyright 2017 Yahoo Inc.
1328
1317
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1635,7 +1624,6 @@ AnimatedGIF.prototype = {
1635
1624
  };
1636
1625
  /*
1637
1626
  getBase64GIF.js
1638
- ===============
1639
1627
  */
1640
1628
  /* Copyright 2017 Yahoo Inc.
1641
1629
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1653,7 +1641,6 @@ function getBase64GIF(animatedGifInstance, callback) {
1653
1641
  }
1654
1642
  /*
1655
1643
  existingImages.js
1656
- =================
1657
1644
  */
1658
1645
  /* Copyright 2017 Yahoo Inc.
1659
1646
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1753,7 +1740,6 @@ function existingImages() {
1753
1740
  }
1754
1741
  /*
1755
1742
  screenShot.js
1756
- =============
1757
1743
  */
1758
1744
  /* Copyright 2017 Yahoo Inc.
1759
1745
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1936,7 +1922,6 @@ const screenShot = {
1936
1922
  };
1937
1923
  /*
1938
1924
  videoStream.js
1939
- ==============
1940
1925
  */
1941
1926
  /* Copyright 2017 Yahoo Inc.
1942
1927
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2189,7 +2174,6 @@ var videoStream = {
2189
2174
  };
2190
2175
  /*
2191
2176
  stopVideoStreaming.js
2192
- =====================
2193
2177
  */
2194
2178
  /* Copyright 2017 Yahoo Inc.
2195
2179
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2200,7 +2184,6 @@ function stopVideoStreaming(options) {
2200
2184
  }
2201
2185
  /*
2202
2186
  createAndGetGIF.js
2203
- ==================
2204
2187
  */
2205
2188
  /* Copyright 2017 Yahoo Inc.
2206
2189
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2253,7 +2236,6 @@ function createAndGetGIF(obj, callback) {
2253
2236
  }
2254
2237
  /*
2255
2238
  existingVideo.js
2256
- ================
2257
2239
  */
2258
2240
  /* Copyright 2017 Yahoo Inc.
2259
2241
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2310,7 +2292,6 @@ function existingVideo() {
2310
2292
  }
2311
2293
  /*
2312
2294
  existingWebcam.js
2313
- =================
2314
2295
  */
2315
2296
  /* Copyright 2017 Yahoo Inc.
2316
2297
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2344,7 +2325,6 @@ function existingWebcam() {
2344
2325
  }
2345
2326
  /*
2346
2327
  createGIF.js
2347
- ============
2348
2328
  */
2349
2329
  /* Copyright 2017 Yahoo Inc.
2350
2330
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2395,7 +2375,6 @@ function createGIF(userOptions, callback) {
2395
2375
  }
2396
2376
  /*
2397
2377
  takeSnapShot.js
2398
- ===============
2399
2378
  */
2400
2379
  /* Copyright 2017 Yahoo Inc.
2401
2380
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2417,7 +2396,6 @@ function takeSnapShot(userOptions, callback) {
2417
2396
  }
2418
2397
  /*
2419
2398
  API.js
2420
- ======
2421
2399
  */
2422
2400
  /* Copyright 2017 Yahoo Inc.
2423
2401
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/video",
3
- "version": "4.0.0-alpha.6",
3
+ "version": "4.0.0-alpha.7",
4
4
  "description": "Framework-independent loaders and writers for video (MP4, WEBM, ...)",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -32,9 +32,9 @@
32
32
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/loader-utils": "4.0.0-alpha.6",
36
- "@loaders.gl/worker-utils": "4.0.0-alpha.6",
35
+ "@loaders.gl/loader-utils": "4.0.0-alpha.7",
36
+ "@loaders.gl/worker-utils": "4.0.0-alpha.7",
37
37
  "gifshot": "^0.4.5"
38
38
  },
39
- "gitHead": "acc1985050dfaa0f1f0c066f8da5bce7454a046c"
39
+ "gitHead": "afb59c4d8e5d8ebb9c28f111cb0c96c5527d0ffd"
40
40
  }
@@ -10,7 +10,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
10
10
  */
11
11
  /*
12
12
  utils.js
13
- ========
14
13
  */
15
14
  /* Copyright 2017 Yahoo Inc.
16
15
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -267,7 +266,6 @@ const utils$2 = Object.freeze({
267
266
  });
268
267
  /*
269
268
  error.js
270
- ========
271
269
  */
272
270
  /* Copyright 2017 Yahoo Inc.
273
271
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -342,7 +340,6 @@ const error$2 = Object.freeze({
342
340
  });
343
341
  /*
344
342
  defaultOptions.js
345
- =================
346
343
  */
347
344
  /* Copyright 2017 Yahoo Inc.
348
345
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -385,7 +382,6 @@ const defaultOptions$2 = Object.freeze({
385
382
  });
386
383
  /*
387
384
  isSupported.js
388
- ==============
389
385
  */
390
386
  /* Copyright 2017 Yahoo Inc.
391
387
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -396,7 +392,6 @@ function isSupported() {
396
392
  }
397
393
  /*
398
394
  isWebCamGIFSupported.js
399
- =======================
400
395
  */
401
396
  /* Copyright 2017 Yahoo Inc.
402
397
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -406,7 +401,6 @@ function isWebCamGIFSupported() {
406
401
  }
407
402
  /*
408
403
  isSupported.js
409
- ==============
410
404
  */
411
405
  /* Copyright 2017 Yahoo Inc.
412
406
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -420,7 +414,6 @@ function isSupported$1() {
420
414
  }
421
415
  /*
422
416
  isExistingVideoGIFSupported.js
423
- ==============================
424
417
  */
425
418
  /* Copyright 2017 Yahoo Inc.
426
419
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -448,7 +441,6 @@ function isExistingVideoGIFSupported(codecs) {
448
441
  }
449
442
  /*
450
443
  NeuQuant.js
451
- ===========
452
444
  */
453
445
  /*
454
446
  * NeuQuant Neural-Net Quantization Algorithm
@@ -900,7 +892,6 @@ function NeuQuant() {
900
892
  }
901
893
  /*
902
894
  processFrameWorker.js
903
- =====================
904
895
  */
905
896
  /* Copyright 2017 Yahoo Inc.
906
897
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -981,7 +972,6 @@ function workerCode() {
981
972
  }
982
973
  /*
983
974
  gifWriter.js
984
- ============
985
975
  */
986
976
  // (c) Dean McNamee <dean@gmail.com>, 2013.
987
977
  //
@@ -1303,7 +1293,6 @@ function gifWriter(buf, width, height, gopts) {
1303
1293
  }
1304
1294
  /*
1305
1295
  animatedGIF.js
1306
- ==============
1307
1296
  */
1308
1297
  /* Copyright 2017 Yahoo Inc.
1309
1298
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1612,7 +1601,6 @@ AnimatedGIF.prototype = {
1612
1601
  };
1613
1602
  /*
1614
1603
  getBase64GIF.js
1615
- ===============
1616
1604
  */
1617
1605
  /* Copyright 2017 Yahoo Inc.
1618
1606
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1630,7 +1618,6 @@ function getBase64GIF(animatedGifInstance, callback) {
1630
1618
  }
1631
1619
  /*
1632
1620
  existingImages.js
1633
- =================
1634
1621
  */
1635
1622
  /* Copyright 2017 Yahoo Inc.
1636
1623
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1727,7 +1714,6 @@ function existingImages() {
1727
1714
  }
1728
1715
  /*
1729
1716
  screenShot.js
1730
- =============
1731
1717
  */
1732
1718
  /* Copyright 2017 Yahoo Inc.
1733
1719
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -1916,7 +1902,6 @@ const screenShot = {
1916
1902
  };
1917
1903
  /*
1918
1904
  videoStream.js
1919
- ==============
1920
1905
  */
1921
1906
  /* Copyright 2017 Yahoo Inc.
1922
1907
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2166,7 +2151,6 @@ var videoStream = {
2166
2151
  };
2167
2152
  /*
2168
2153
  stopVideoStreaming.js
2169
- =====================
2170
2154
  */
2171
2155
  /* Copyright 2017 Yahoo Inc.
2172
2156
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2177,7 +2161,6 @@ function stopVideoStreaming(options) {
2177
2161
  }
2178
2162
  /*
2179
2163
  createAndGetGIF.js
2180
- ==================
2181
2164
  */
2182
2165
  /* Copyright 2017 Yahoo Inc.
2183
2166
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2230,7 +2213,6 @@ function createAndGetGIF(obj, callback) {
2230
2213
  }
2231
2214
  /*
2232
2215
  existingVideo.js
2233
- ================
2234
2216
  */
2235
2217
  /* Copyright 2017 Yahoo Inc.
2236
2218
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2285,7 +2267,6 @@ function existingVideo() {
2285
2267
  }
2286
2268
  /*
2287
2269
  existingWebcam.js
2288
- =================
2289
2270
  */
2290
2271
  /* Copyright 2017 Yahoo Inc.
2291
2272
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2322,7 +2303,6 @@ function existingWebcam() {
2322
2303
  }
2323
2304
  /*
2324
2305
  createGIF.js
2325
- ============
2326
2306
  */
2327
2307
  /* Copyright 2017 Yahoo Inc.
2328
2308
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2371,7 +2351,6 @@ function createGIF(userOptions, callback) {
2371
2351
  }
2372
2352
  /*
2373
2353
  takeSnapShot.js
2374
- ===============
2375
2354
  */
2376
2355
  /* Copyright 2017 Yahoo Inc.
2377
2356
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
@@ -2393,7 +2372,6 @@ function takeSnapShot(userOptions, callback) {
2393
2372
  }
2394
2373
  /*
2395
2374
  API.js
2396
- ======
2397
2375
  */
2398
2376
  /* Copyright 2017 Yahoo Inc.
2399
2377
  * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.