about summary refs log tree commit diff
path: root/youtube_dl/swfinterp.py
Commit message (Expand)AuthorAgeFilesLines
* [utils] Avoid comparing `type(var)`, etc, to pass new Linter rulesdirkf2023-08-011-1/+1
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+3
* [compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan2016-05-101-7/+7
* [utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan2016-05-101-2/+4
* Fix typosJakub Wilk2016-01-101-1/+1
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
* PEP8 appliedJouke Waleson2014-11-231-1/+0
* [swfinterp] Improve undefined representationPhilipp Hagemeister2014-11-171-0/+5
* [swfinterp] Add more builtins and improve static variablesPhilipp Hagemeister2014-11-171-8/+31
* [swfinterp] Add support for more complicated constantsPhilipp Hagemeister2014-11-171-4/+22
* [swfinterp] Basic support for constants (only ints for now)Philipp Hagemeister2014-11-171-10/+33
* [swfinterp] Implement bitand and pushshort operatorsPhilipp Hagemeister2014-11-171-0/+10
* [swfinterp] Implement charCodeAtPhilipp Hagemeister2014-11-171-1/+25
* [swfinterp] Formalize built-in classesPhilipp Hagemeister2014-11-171-18/+28
* [swfinterp] Implement various opcodesPhilipp Hagemeister2014-11-171-6/+40
* [swfinterp] Add support for void methodsPhilipp Hagemeister2014-11-171-1/+16
* [swfinterp] Implement pushtrue and pushfalse opcodesPhilipp Hagemeister2014-11-171-0/+4
* [swfinterp] Implement equals opcodePhilipp Hagemeister2014-11-171-0/+5
* [swfinterp] Implement String basicsPhilipp Hagemeister2014-11-171-2/+19
* [swfinterp] Interpret yet more opcodesPhilipp Hagemeister2014-11-171-1/+18
* [swfinterp] Better error messagePhilipp Hagemeister2014-11-171-1/+1
* [swfinterp] Intepret more multinamesPhilipp Hagemeister2014-11-171-0/+9
* [swfinterp] Allow function patchingPhilipp Hagemeister2014-11-171-0/+7
* [swfinterp] Remove (at the moment) dead codePhilipp Hagemeister2014-07-201-2/+1
* [swfinterp] Fix _u32 namePhilipp Hagemeister2014-07-201-1/+1
* [swfinterp] Use helper function struct_unpack for old Python 2.x releases (#3...Philipp Hagemeister2014-07-201-7/+7
* [swfinterp] Remove debugging codePhilipp Hagemeister2014-07-201-4/+0
* [swfinterp] Correct array accessPhilipp Hagemeister2014-07-201-1/+19
* [swfinterp] Add support for calling methods on objectsPhilipp Hagemeister2014-07-201-11/+20
* [swfinterp] Add support for calls to instance methodsPhilipp Hagemeister2014-07-201-57/+60
* [swfinterp] Add support for multiple classesPhilipp Hagemeister2014-07-201-6/+42
* [swfinterp] Extend tests and fix parsingPhilipp Hagemeister2014-07-201-12/+35
* [swfinterp] Start working on basic testsPhilipp Hagemeister2014-07-191-17/+39
* [youtube] Move swfinterp into its own filePhilipp Hagemeister2014-07-181-0/+503