9 Commits

Author SHA1 Message Date
richiesams
0ed7df9a36 ZVISION: Add TODO's about the verbosity of the frame decoding overflow warning 2013-08-24 00:23:44 -05:00
richiesams
d2df3eb24e ZVISION: Check if we can use getNextFrame() or getPreviousFrame() before using getFrameData() 2013-08-24 00:23:43 -05:00
richiesams
6610ca1b82 ZVISION: Fix error: decrementing instead of incrementing 2013-08-24 00:23:42 -05:00
richiesams
25f95ebdcd ZVISION: Implement streaming support for RlfAnimations 2013-08-20 23:05:01 -05:00
richiesams
9af92b8723 ZVISION: Handle rlf frame transitions internally
Animations use incremental frame changes. That is, only a few frames
are complete (I-frames), the rest are just the pixels that change between the current
frame and both the previous frame and the next frame (B-frames). See
https://en.wikipedia.org/wiki/Video_compression_picture_types
2013-08-20 15:55:42 -05:00
richiesams
610b563790 ZVISION: Convert abs() to ABS() to ensure portability 2013-08-20 11:55:08 -05:00
richiesams
4bd7951840 ZVISION: Normalize comment alignment 2013-08-20 11:41:46 -05:00
richiesams
94a55024ac ZVISION: Fix seek() whence argument 2013-08-20 11:41:46 -05:00
richiesams
695257cb79 ZVISION: Create class to parse RLF animation files 2013-08-20 11:41:07 -05:00