Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 method to play RlfAnimations | richiesams | |