RSS feed
3679d082
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/19 07:29
Switched make to rake.
9121b8f3
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/19 07:04
Added Rakefile to flex (I prefer rake over make)
8320437d
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/19 05:03
Removed compiled swc. Added FPS status panel to flex test.
b60f5cc6
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/18 19:36
Updated Makefile to work with new test app.
cbd8817f
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 19:06
Changed Flex to draw to bitmapData (more flexible). Added flex test app.
dc113711
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 15:55
Figured out the correct matrix for Flex color conversion.
161fda74
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 14:46
Reformatting conversion matrix. Still wrong.
58835957
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 12:51
Cleaned up some dead code.
50eb3466
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 12:43
Added 4:4:4 Y Cb Cr A output to hopefully speed up Flex.
2cbf6411
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 12:23
First attempt at a faster yuv conversion in flex. Failed.
66b48e63
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 10:20
Updated makefile to build full lib.
823d620f
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 09:24
Rebuilt flex asm file and added to repo. Updated Makefile to separate test and swc.
6b542d68
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/18 07:09
Added h264 lib that wraps the Crossbridge bits.
d54a2b10
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/17 13:20
Fixed an empty for loop error
8fdc35e0
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/17 12:52
Revert Crossbridge optimizations since the new ones didn't work.
c3340b05
– Sam Leitch <sam.leitch@calgaryscientific.com>
authored
on 2014/03/17 12:26
Added BGRA in addition to RGBA format (BGRA is used by Flex)
b56a0e8b
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/12 13:05
Moved js test to js folder. Made it loop forever.
7ff43ca6
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/11 16:14
Added documentation.
3ee541f7
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/11 03:37
Rebuilt asm file and removed asserts. OMFG it's fast.
54fe7de8
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/11 03:18
Rearranged the width and height methods based on usage. Added onHeadersReady callback.
91b26d28
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/10 20:12
Removed unnecessary and confusing parts from Makefile.
ae8d07b2
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/10 19:47
Fixed makefile and c file for Crossbridge swc.
dc699e29
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/09 19:08
Removed old test data with bad cropping data.
20752cb1
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/09 18:58
Removed the last of the Broadway.js code as it's all been rewritten.
ca1868c9
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/09 15:22
Added lower res test data. Added EMCC_FLAGS param to Rakefile.
bc5e6699
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/09 11:03
Completed a round of testing js with bugs fixed.
e9abdf4e
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/08 17:07
Fixed error in context init.
3967fd3c
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/08 17:05
After discovering the exports from emscripten I cleaned up a bunch of code in the decoder.
bb4b01a1
– Sam Leitch <sam@luceva.net>
authored
on 2014/03/06 17:50
Added new test data. Moved some decode/display code around. Still a work in progress.
a083c301
– Sam Leitch <sam@luceva.net>
authored
on 2014/02/19 19:16
More ARGB code, still not well tested
ffe52bff
– Sam Leitch <sam@luceva.net>
authored
on 2014/02/19 18:05
Updated documentation