63 Révisions (65bde102a90dd82b6db7fa15567e5148c3dc4235)
 

Auteur SHA1 Message Date
  Dominic Szablewski 65bde102a9 Merge branch 'KenanSulayman-master' il y a 10 ans
  Dominic Szablewski 6ab67aee52 Merge branch 'master' of https://github.com/KenanSulayman/jsmpeg into KenanSulayman-master il y a 10 ans
  Dominic Szablewski 23d59e84c6 Added API description, close #65 il y a 10 ans
  Kenan Sulayman 4005905dbf
Orphan: Changes required for jshint to accept module into CI il y a 10 ans
  Dominic Szablewski 2252a84fde Allow seeking past the last intra frame; see #9 il y a 10 ans
  Dominic Szablewski 8216df3159 Fix jumping to wrong frame in exact mode; see #9 il y a 10 ans
  Dominic Szablewski 9b6dab7ce0 Cosmetics il y a 10 ans
  Dominic Szablewski 88fa157782 Added .currentFrame and .currentTime; close #42 il y a 10 ans
  Dominic Szablewski ee3bcaf825 Typo il y a 10 ans
  Dominic Szablewski a8f3d0b016 Remove Canvas2D loading notice in example; otherwise webgl cannot be used il y a 10 ans
  Dominic Szablewski 5ac302b3bd Added .duration and .frameCount, populated when for seekable video il y a 10 ans
  Dominic Szablewski b2d57a17d9 Added seeking, close #9 il y a 10 ans
  phoboslab f59de44b72 Only accept width/height params if the STREAM_SECRET matches il y a 11 ans
  Dominic Szablewski 2cdc812d74 Re-create Uint8 array views each frame il y a 11 ans
  Dominic Szablewski c9e7de0d31 Switch to mediump floats in fragment shaders for compatability; close #35 il y a 11 ans
  Dominic Szablewski 86f9f48f1f Cosmetics il y a 11 ans
  Dominic Szablewski 90a8939252 Set gl viewport size to actual video size; see #1 il y a 11 ans
  Dominic Szablewski 6d304a1f5c Create array views for WebGL only once il y a 11 ans
  Dominic Szablewski d780c59aa4 Removed mpg file; ended up in the repo by accident il y a 11 ans
  Dominic Szablewski a181ced147 Make benchmark results available from outside il y a 11 ans
  Dominic Szablewski 32f8c176b8 Fix gl texture size for luminance plane yet again il y a 11 ans
  Dominic Szablewski c768b1f0a9 Fix gl texture size for luminance plane il y a 11 ans
  Dominic Szablewski 14806a151b Use high precision timer if available; Benchmark individual decoding times to omit scheduling overhead il y a 11 ans
  Dominic Szablewski 42cc895828 Added loading animation for WebGL; cleanup il y a 11 ans
  Dominic Szablewski ad6abe9013 Use WebGL for YCbCr to RGBA conversion where available; see #1 il y a 11 ans
  Dominic Szablewski 72b3135c94 Merge branch 'ronag-master' il y a 11 ans
  Dominic Szablewski 858b16f3dc Fixed whitespace il y a 11 ans
  Robert Nagy 7718f809b6 More optimizations. il y a 11 ans
  Robert Nagy 21b94eea2d optmiziation: No need to clamp Y, Cb and Cr arrays. il y a 11 ans
  Robert Nagy 052da3af6b Optimizations. il y a 11 ans
  Dominic Szablewski 2cf6a81c62 Added calculateFrameCount() and calculateDuration(); close #22 il y a 11 ans
  Dominic Szablewski 295bdb6857 Merge pull request #15 from cassa/master il y a 11 ans
  Dominic Szablewski 3523b9a8f5 Make the sizing/resolution of the canvas a bit clearer; see #16 il y a 11 ans
  James c44a9fb7fe Different handling of errors il y a 11 ans
  James ca6cfb1608 Handle "not connected" errors il y a 11 ans
  Dominic Szablewski fa5b754471 Fixed typo with externalFinishedCallback il y a 12 ans
  Dominic Szablewski 43c8a3ddc4 Added onfinished callback; close #7 il y a 12 ans
  Dominic Szablewski 3dbbcb99b8 Cosmetics il y a 12 ans
  Maik Merten 51523e78ac fix printing to console for Internet Explorer 10, make fps available via this.benchfps il y a 12 ans
  Maik Merten 79d4576bc5 benchmark mode that, when enabled, tries to decode frames as fast as possible and prints "frame per second" messages to the JavaScript console il y a 12 ans
  Maik Merten b494fe061e optimize copyMacroblock by keeping partial sums and reusing them. Also cleanup. il y a 12 ans
  Maik Merten ae3cd4c81d try to optimize copyMacroblock by moving less data around il y a 12 ans
  Dominic Szablewski ace34821a0 Only initialize the RGBA32 array when needed for the bwFilter il y a 12 ans
  Dominic Szablewski a10bc2aff6 Added command line options; simplified client handling il y a 12 ans
  Dominic Szablewski f8ab57adae Fixes for missing Uint8ClampedArray in IE10 il y a 12 ans
  Dominic Szablewski ea16a137b6 Typo :/ il y a 12 ans
  Dominic Szablewski 5b64e09935 Fixed wrong headline size il y a 12 ans
  Dominic Szablewski 53e06a0270 Added info about streaming il y a 12 ans
  Dominic Szablewski 0d7cb3bd37 Added streaming example il y a 12 ans
  Dominic Szablewski a771daeb7a Fix lateTime, added bw filter il y a 12 ans