Commit Graph

152 Commits

Author SHA1 Message Date
Jordan Burgess
215ef4742c Respect rememberSpeed setting
Playback was retaining the playback speed between videos even with the
‘remember speed’ setting unchecked.
2015-04-03 01:21:34 +01:00
Ilya Grigorik
47862e32b9 Merge pull request #30 from ElijahLynn/patch-1
Update README.md with typo & grammar improvements
2015-04-02 10:26:33 -07:00
Elijah Lynn
8600c39ed8 Update README.md with typo & grammar improvements
* Change 'lower' to 'decrease' to match the 'increase' option.
* Fix typo in 'increse'.
* Change 'second' to 'seconds'.
2015-04-02 13:25:38 -04:00
Ilya Grigorik
87cf891531 set minimum speed to 0, closes #29 2015-03-30 11:09:59 -07:00
Ilya Grigorik
5e4b1735de bump to 0.2.3 2015-03-29 14:52:28 -07:00
Ilya Grigorik
1bd6a4f70d dont shift controller on YT embeds 2015-03-29 14:51:02 -07:00
Ilya Grigorik
2e7308c2e9 improve speed init+save logic
- fix race between settings fetch + controller init
- ratechange is an observer
- set speed on controller init and 'play' events

Side effect: stored default is only updatable via VC controlls; if you
use other methods we will change settings for that playback but the
setting won't be persisted -- this is intentional / required behavior.

Closes #27, #23
2015-03-29 14:41:08 -07:00
Ilya Grigorik
214e296b04 set min/max on playback speed
Video playback range in Chrome: [0.0625, 16]
Audio playback range in Chrome: [0.05, 4]

Setting min to 0.05 and max to 16, since outside of this range you're
not getting audio or video.

closes #26
2015-03-29 11:03:11 -07:00
Ilya Grigorik
5758280776 remove speed change on rewind
Confuses too many people, can be accomplished with/via other shortcuts.

Closes #24.
2015-03-29 10:56:25 -07:00
Ilya Grigorik
5656c3fc81 shift controller on vine videos, closes #19 2015-01-01 10:20:51 -08:00
Ilya Grigorik
aee3bc8093 bump version to 0.2.2 2014-11-30 10:46:07 -08:00
Ilya Grigorik
d5e35d9d90 hide speed controller in YT fullscreen 2014-11-30 10:44:34 -08:00
Ilya Grigorik
d66861c1da enable extension for local files/video 2014-11-30 10:44:34 -08:00
Ilya Grigorik
08972b5f91 shift controller when YouTube infobar is present
closes #12
2014-11-30 10:44:34 -08:00
Ilya Grigorik
e55c8884e5 beautify js 2014-11-30 10:44:33 -08:00
Ilya Grigorik
3fcc8a1e36 Merge pull request #15 from chirag64/master
Fixed unwanted keypress events when typing into input fields
2014-10-15 15:21:48 -07:00
Chirag Bhatia
ec1874e550 Fixed unwanted keypress events when typing into input fields 2014-10-16 01:44:55 +05:30
Ilya Grigorik
5031f1615e exclude Hangouts: sadly, can't speed up live meetings :( 2014-09-04 09:21:34 -07:00
Ilya Grigorik
e48fc969c0 fix settings page, closes #9 2014-08-25 13:19:54 -07:00
Ilya Grigorik
0c2d90be98 update readme install link 2014-08-25 00:03:19 -07:00
Ilya Grigorik
55339af7c2 update preview image 2014-08-25 00:00:45 -07:00
Ilya Grigorik
e3f211b5ee add short_name to manifest 2014-08-24 23:38:47 -07:00
Ilya Grigorik
2ef60b1e5d update icons 2014-08-24 23:38:35 -07:00
Ilya Grigorik
d1471d4e38 update readme 2014-08-24 23:02:05 -07:00
Ilya Grigorik
2c4dcf192d cleanup options page 2014-08-24 23:01:29 -07:00
Ilya Grigorik
33da3f2a5e add popup page 2014-08-24 23:01:03 -07:00
Ilya Grigorik
724ec1ada3 Merge pull request #7 from RaduFi/master
Added Options Page
2014-08-17 09:21:04 -07:00
Radu Filip
8240e35a02 Fixed negative playback speed on rewind 2014-08-17 01:09:43 +01:00
Radu Filip
8dd9d26af7 Minor adjustments
Changed the default value for Remember Playback Speed to 'false'
2014-08-16 17:55:29 +01:00
Radu Filip
e366a38355 Added "Remember Playback Speed" option
Option to control the use of the last video's playback speed for a newly
loaded video
2014-08-16 17:18:52 +01:00
Radu Filip
dfb86cd287 Options Page adjustments
Implemented the adjustments suggested by Ilya: default values
adjustments, input validation, UI
2014-08-16 11:53:34 +01:00
Radu Filip
d3ab0a194e Added Options Page
Added Options Page allowing user to customize shortcuts and other
parameters
2014-08-15 00:26:35 +01:00
Ilya Grigorik
843544504f Merge pull request #6 from ApoorvSaxena/master
added functionality to save default video speed in chrome sync storage
2014-06-07 22:08:22 -07:00
Apoorv Saxena
81d4bc8797 updated functionality to save video speed via existing control panel video 2014-06-08 02:59:21 +05:30
Apoorv Saxena
5a7bb9e0a6 keeping the minimum playback video speed to zero 2014-06-07 01:41:47 +05:30
Apoorv Saxena
4ec4a2d385 added functionality to allow user to save Video Speed in Chrome Sync Storage via Chrome Extensions's Browser Action and automated the process to apply user saved Video Speed to HTML5 videos 2014-06-06 03:54:15 +05:30
Ilya Grigorik
279c957f24 Merge pull request #5 from jordn/master
Limit minimum speed to 0.00 and reduce the '10s rewind' to only slow the video down 0.10
2014-05-31 19:03:09 -07:00
Jordan Burgess
aa9327b5c1 Limit min speed to 0.00 2014-05-30 11:25:53 +01:00
Jordan Burgess
aeb9dcef11 readme rewind update to say 10 points 2014-05-14 14:26:43 +01:00
Jordan Burgess
913ad63f00 Rewind goes back 10s and slows down speed by 10 points instead of 20 2014-05-14 14:26:06 +01:00
Ilya Grigorik
e5c64aa65a how to enable HTML5 video on YT + Udemy 2014-03-04 19:51:39 -08:00
Ilya Grigorik
02577dff47 bump version and release on Chrome Store 2014-03-04 12:43:51 -08:00
Ilya Grigorik
b698de3231 Merge branch 'master' of github.com:igrigorik/videospeed 2014-03-03 16:20:05 -08:00
Ilya Grigorik
69110bdd0d Merge pull request #2 from simevidas/master
Fixed full screen issue on Vimeo
2014-03-03 16:19:27 -08:00
Šime Vidas
3ddc4248f9 Fixed full screen issue on Vimeo 2014-03-03 22:08:16 +01:00
Ilya Grigorik
e6b75d2e6d Merge pull request #1 from simevidas/master
Fixed issue with double click
2014-03-03 12:51:16 -08:00
Šime Vidas
a8a976ce0b Fixed issue with double click 2014-03-03 21:19:19 +01:00
Ilya Grigorik
ff6558b817 moar better english 2014-03-02 21:49:26 -08:00
Ilya Grigorik
680d759976 moar better readme 2014-03-02 19:33:44 -08:00
Ilya Grigorik
71e3c9e32f first pass at a readme 2014-03-02 19:22:09 -08:00