2006-06-12 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 12 Jun 2006 20:38:57 +0000 (20:38 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 12 Jun 2006 20:38:57 +0000 (20:38 +0000)
commit9afe83e6955321d33d42a4b94ed8ae04946ee5ad
treebb937a8f3796ea10b903d5b7c4eaf06ad5af4999
parent3d7c3295f460f752946509ce6927029b13b3c14d
2006-06-12  Matthew Allum  <mallum@openedhand.com>

        * clutter/Makefile.am:
        * clutter/clutter-media.c:
        * clutter/clutter-media.h:
        * clutter/clutter-video-texture.c:
        * clutter/clutter-video-texture.h:
        * clutter/clutter.h:
        * examples/test-video.c: (main):
        * examples/video-cube.c: (main):
        Add new 'media' interface.
        Drop Totem based video playback code replace with newly
        rewritten supper Jorn based code. Clutter is now fully LGPL.

        * clutter/clutter-texture.c: (tile_dimension):
        Remove uneeded overlap code.
ChangeLog
clutter/Makefile.am
clutter/clutter-label.c
clutter/clutter-media.c [new file with mode: 0644]
clutter/clutter-media.h [new file with mode: 0644]
clutter/clutter-texture.c
clutter/clutter-video-texture.c
clutter/clutter-video-texture.h
clutter/clutter.h
examples/test-video.c
examples/video-cube.c