Basic if sketchy support for image sequences.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 23:20:21 +0000 (00:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 23:20:21 +0000 (00:20 +0100)
commit264a268f7c1244b47d9fa54ad342d80b0f98e16d
treeb184c193908fc96280ccffef4e51a67ab35eb69d
parent78e5a331074a456097a162d47501daf1df1ab1a3
Basic if sketchy support for image sequences.
17 files changed:
src/lib/content_factory.cc
src/lib/moving_image.h [new file with mode: 0644]
src/lib/moving_image_content.cc [new file with mode: 0644]
src/lib/moving_image_content.h [new file with mode: 0644]
src/lib/moving_image_decoder.cc [new file with mode: 0644]
src/lib/moving_image_decoder.h [new file with mode: 0644]
src/lib/moving_image_examiner.cc [new file with mode: 0644]
src/lib/moving_image_examiner.h [new file with mode: 0644]
src/lib/player.cc
src/lib/still_image.h
src/lib/still_image_content.cc
src/lib/still_image_content.h
src/lib/util.cc
src/lib/util.h
src/lib/wscript
src/wx/film_editor.cc
src/wx/film_editor.h