index
:
youtube-dl.git
debian
master
upstream
packaging youtube-dl for debian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
swfinterp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update coding style after pycodestyle 2.1.0
Yen Chi Hsuan
2016-11-17
1
-0
/
+3
*
[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan
2016-05-10
1
-7
/
+7
*
[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan
2016-05-10
1
-2
/
+4
*
Fix typos
Jakub Wilk
2016-01-10
1
-1
/
+1
*
Fix imports and general cleanup
Philipp Hagemeister
2014-12-13
1
-1
/
+1
*
PEP8 applied
Jouke Waleson
2014-11-23
1
-1
/
+0
*
[swfinterp] Improve undefined representation
Philipp Hagemeister
2014-11-17
1
-0
/
+5
*
[swfinterp] Add more builtins and improve static variables
Philipp Hagemeister
2014-11-17
1
-8
/
+31
*
[swfinterp] Add support for more complicated constants
Philipp Hagemeister
2014-11-17
1
-4
/
+22
*
[swfinterp] Basic support for constants (only ints for now)
Philipp Hagemeister
2014-11-17
1
-10
/
+33
*
[swfinterp] Implement bitand and pushshort operators
Philipp Hagemeister
2014-11-17
1
-0
/
+10
*
[swfinterp] Implement charCodeAt
Philipp Hagemeister
2014-11-17
1
-1
/
+25
*
[swfinterp] Formalize built-in classes
Philipp Hagemeister
2014-11-17
1
-18
/
+28
*
[swfinterp] Implement various opcodes
Philipp Hagemeister
2014-11-17
1
-6
/
+40
*
[swfinterp] Add support for void methods
Philipp Hagemeister
2014-11-17
1
-1
/
+16
*
[swfinterp] Implement pushtrue and pushfalse opcodes
Philipp Hagemeister
2014-11-17
1
-0
/
+4
*
[swfinterp] Implement equals opcode
Philipp Hagemeister
2014-11-17
1
-0
/
+5
*
[swfinterp] Implement String basics
Philipp Hagemeister
2014-11-17
1
-2
/
+19
*
[swfinterp] Interpret yet more opcodes
Philipp Hagemeister
2014-11-17
1
-1
/
+18
*
[swfinterp] Better error message
Philipp Hagemeister
2014-11-17
1
-1
/
+1
*
[swfinterp] Intepret more multinames
Philipp Hagemeister
2014-11-17
1
-0
/
+9
*
[swfinterp] Allow function patching
Philipp Hagemeister
2014-11-17
1
-0
/
+7
*
[swfinterp] Remove (at the moment) dead code
Philipp Hagemeister
2014-07-20
1
-2
/
+1
*
[swfinterp] Fix _u32 name
Philipp Hagemeister
2014-07-20
1
-1
/
+1
*
[swfinterp] Use helper function struct_unpack for old Python 2.x releases (#3...
Philipp Hagemeister
2014-07-20
1
-7
/
+7
*
[swfinterp] Remove debugging code
Philipp Hagemeister
2014-07-20
1
-4
/
+0
*
[swfinterp] Correct array access
Philipp Hagemeister
2014-07-20
1
-1
/
+19
*
[swfinterp] Add support for calling methods on objects
Philipp Hagemeister
2014-07-20
1
-11
/
+20
*
[swfinterp] Add support for calls to instance methods
Philipp Hagemeister
2014-07-20
1
-57
/
+60
*
[swfinterp] Add support for multiple classes
Philipp Hagemeister
2014-07-20
1
-6
/
+42
*
[swfinterp] Extend tests and fix parsing
Philipp Hagemeister
2014-07-20
1
-12
/
+35
*
[swfinterp] Start working on basic tests
Philipp Hagemeister
2014-07-19
1
-17
/
+39
*
[youtube] Move swfinterp into its own file
Philipp Hagemeister
2014-07-18
1
-0
/
+503