Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-28 | ZVISION: Remove RlfAnimation::getPreviousFrame() | richiesams | |
I realized that RlfAnimations don't use B-frames, therefore, can not easily go backwards. | |||
2013-08-24 | ZVISION: Fix signed/unsigned mismatch | richiesams | |
2013-08-20 | ZVISION: Implement streaming support for RlfAnimations | richiesams | |
2013-08-20 | ZVISION: Handle rlf frame transitions internally | richiesams | |
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 | ZVISION: Create class to parse RLF animation files | richiesams | |