Initial revision
authorEdward Hervey <edward.hervey@collabora.co.uk>
Sat, 1 May 2004 10:48:55 +0000 (10:48 +0000)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Sat, 1 May 2004 10:48:55 +0000 (10:48 +0000)
commit509ec404f4e7314ebd027a2c74607582fb71c185
tree760f82e517ec142384daa9814c34d146eae14b13
parentab20375bfa370a9abf31216510988086791f92e2
Initial revision

git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@2 d3729300-e425-0410-8a4c-d956edccc248
55 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0755]
NEWS [new file with mode: 0644]
NORME [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
common/ChangeLog [new file with mode: 0644]
common/Makefile.am [new file with mode: 0644]
common/as-libtool.mak [new file with mode: 0644]
common/gettext.patch [new file with mode: 0644]
common/glib-gen.mak [new file with mode: 0644]
common/gst-autogen.sh [new file with mode: 0644]
common/m4/.cvsignore [new file with mode: 0644]
common/m4/Makefile.am [new file with mode: 0644]
common/m4/README [new file with mode: 0644]
common/m4/as-ac-expand.m4 [new file with mode: 0644]
common/m4/as-auto-alt.m4 [new file with mode: 0644]
common/m4/as-compiler-flag.m4 [new file with mode: 0644]
common/m4/as-compiler.m4 [new file with mode: 0644]
common/m4/as-docbook.m4 [new file with mode: 0644]
common/m4/as-libtool.m4 [new file with mode: 0644]
common/m4/as-python.m4 [new file with mode: 0644]
common/m4/as-scrub-include.m4 [new file with mode: 0644]
common/m4/as-version.m4 [new file with mode: 0644]
common/m4/ax_create_stdint_h.m4 [new file with mode: 0644]
common/m4/glib-gettext.m4 [new file with mode: 0644]
common/m4/gst-arch.m4 [new file with mode: 0644]
common/m4/gst-debuginfo.m4 [new file with mode: 0644]
common/m4/gst-doc.m4 [new file with mode: 0644]
common/m4/gst-feature.m4 [new file with mode: 0644]
common/m4/gst-function.m4 [new file with mode: 0644]
common/m4/gst-glib2.m4 [new file with mode: 0644]
common/m4/gst-gstreamer.m4 [new file with mode: 0644]
common/m4/gst-libxml2.m4 [new file with mode: 0644]
common/m4/gst-makecontext.m4 [new file with mode: 0644]
common/m4/gst-mcsc.m4 [new file with mode: 0644]
common/m4/pkg.m4 [new file with mode: 0644]
configure.ac [new file with mode: 0644]
docs/CLASSES [new file with mode: 0644]
docs/make_filter [new file with mode: 0755]
docs/pitivi-classtemplate.c [new file with mode: 0644]
docs/pitivi-classtemplate.h [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/pitivi-mainapp.c [new file with mode: 0644]
src/pitivi-mainapp.h [new file with mode: 0644]
src/pitivi-project.c [new file with mode: 0644]
src/pitivi-project.h [new file with mode: 0644]
src/pitivi-toolbox.c [new file with mode: 0644]
src/pitivi-toolbox.h [new file with mode: 0644]
src/pitivi-toolboxwindow.c [new file with mode: 0644]
src/pitivi-toolboxwindow.h [new file with mode: 0644]
src/pitivi.h [new file with mode: 0644]