summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Move examples directory to tests/examples as in every other GStreamer moduleSebastian Dröge1-10/+2
2008-01-09Makefile.am: Include lcov.mak to allow building coverage reports. Add ↵Stefan Kost1-2/+10
top-level check targets similar to other gst pa... Original commit message from CVS: * Makefile.am: Include lcov.mak to allow building coverage reports. Add top-level check targets similar to other gst packages.
2007-12-18Makefile.am: Include common/win32.mak for CRLF check of win32 project files ↵Tim-Philipp Müller1-4/+2
(see #393626). Original commit message from CVS: * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). * configure.ac: Bump requirements to -base CVS for libgstvideo additions in glimagesink. Disable glimagesink until the missing files get checked in.
2007-03-03Move the app library to gst-libs/gst/app (duh!)David Schleef1-1/+1
Original commit message from CVS: * Makefile.am: * configure.ac: * ext/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Move the app library to gst-libs/gst/app (duh!)
2007-02-11Makefile.am: Add win32 MANIFESTSébastien Moutte1-1/+7
Original commit message from CVS: * Makefile.am: Add win32 MANIFEST * sys/directdraw/gstdirectdrawsink.c: * sys/directdraw/gstdirectdrawsink.h: Clear unused code and add comments. Remove yuv from template caps, it only supports RGB actually. Implement XOverlay interface and remove window and fullscreen properties. Add debug logs. Test for blit capabilities to return only the current colorspace if the hardware can't blit for one colorspace to another. * sys/directsound/gstdirectsoundsink.c: Add some debugs. * win32/MANIFEST: Add VS7 project files and solution. * win32/vs6/gst_plugins_bad.dsw: * win32/vs6/libgstdirectdraw.dsp: * win32/vs6/libgstdirectsound.dsp: * win32/vs6/libgstqtdemux.dsp: Update project files.
2006-12-15add doap fileThomas Vander Stichele1-1/+1
Original commit message from CVS: * Makefile.am: * gst-plugins-bad.doap: * gst-plugins-bad.spec.in: add doap file
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-2/+4
Original commit message from CVS: rework build; add translations for v4l2
2006-03-31Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali1-2/+2
Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org> * Makefile.am: * configure.ac: * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_ximage_get), (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): * sys/ximagesrc/ximageutil.c: * tests/Makefile.am: * tests/icles/Makefile.am: * tests/icles/ximagesrc-test.c: (terminate_playback), (main): Add tests and fix PAR caps issue to ximagesrc
2006-03-12Fix distcheck.Tim-Philipp Müller1-2/+2
Original commit message from CVS: * Makefile.am: * configure.ac: Fix distcheck.
2006-02-20configure.ac: releasing 0.10.1, "Slimy - yet satisfying"RELEASE-0_10_1Jan Schmidt1-0/+1
Original commit message from CVS: 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.1, "Slimy - yet satisfying"
2005-11-27add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele1-0/+2
Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
2005-11-23add a torture targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add a torture target
2005-11-06Makefile.am: examples in dist subdirs.Julien Moutte1-1/+11
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-dfbvideosink.xml: * examples/Makefile.am: Updates.
2005-11-06Enable documentation.Julien Moutte1-1/+3
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: * autogen.sh: * configure.ac: * docs/Makefile.am: * docs/plugins/.cvsignore: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/gst-plugins-bad-plugins.types: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/version.entities.in: Enable documentation. * examples/Makefile.am: * examples/directfb/Makefile.am: * examples/directfb/decker.ttf: * examples/directfb/dfblogo.png: * examples/directfb/gstdfb.c: (myclock), (dynamic_link), (size_changed), (setup_dynamic_link), (main): Add an example application for DirectFB.
2005-10-27don't do po until something wants to be translatedThomas Vander Stichele1-1/+1
Original commit message from CVS: don't do po until something wants to be translated
2005-09-19add check-valgrind targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add check-valgrind target
2005-09-06releasing 0.9.1RELEASE-0_9_1Thomas Vander Stichele1-0/+2
Original commit message from CVS: releasing 0.9.1
2005-09-05cleaning up badThomas Vander Stichele1-32/+4
Original commit message from CVS: cleaning up bad
2005-07-08gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines ↵Andy Wingo1-2/+2
come from config.h. Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. * autogen.sh: Run autopoint, etc. * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/. * configure.ac: Add gettext stuff.
2005-07-07remove docsThomas Vander Stichele1-11/+0
Original commit message from CVS: remove docs
2005-07-05fix disting and spec fileChristian Schaller1-2/+2
Original commit message from CVS: fix disting and spec file
2005-05-19Make my automake version shut up about undefined variablesJan Schmidt1-1/+1
Original commit message from CVS: * Makefile.am: * ext/Makefile.am: * sys/Makefile.am: Make my automake version shut up about undefined variables * gst/goom/gstgoom.c: GstAdapter moved to base objects.
2005-05-06various fixes to make it possible to build rpms from gst-plugins headChristian Schaller1-2/+2
Original commit message from CVS: various fixes to make it possible to build rpms from gst-plugins head
2005-05-06ported mad and effectv pluginsChristian Schaller1-2/+2
Original commit message from CVS: ported mad and effectv plugins
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller1-38/+11
Original commit message from CVS: make this module a bit more 0.9 friendly
2004-12-24disable docs again until it passes make distcheckThomas Vander Stichele1-5/+10
Original commit message from CVS: disable docs again until it passes make distcheck
2004-12-24really fix distThomas Vander Stichele1-30/+34
Original commit message from CVS: really fix dist
2004-12-20Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost1-1/+8
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
2004-07-02clean up install/dist problemThomas Vander Stichele1-2/+6
Original commit message from CVS: clean up install/dist problem
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte1-0/+8
Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/tcp/Makefile.am: * sys/dxr3/Makefile.am: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Also add all *.list files that were missing. * Makefile.am: add a distcheck hook to ensure the above doesn't happen again.
2004-05-03updated translationsThomas Vander Stichele1-3/+1
Original commit message from CVS: updated translations
2004-04-20up required gst version fix po download snippetThomas Vander Stichele1-0/+3
Original commit message from CVS: up required gst version fix po download snippet
2004-03-18dist common and m4 correctlyThomas Vander Stichele1-5/+5
Original commit message from CVS: dist common and m4 correctly
2004-03-17use release.makThomas Vander Stichele1-15/+2
Original commit message from CVS: use release.mak
2004-03-13dist NEWSThomas Vander Stichele1-1/+1
Original commit message from CVS: dist NEWS
2004-02-26back to nanoThomas Vander Stichele1-1/+1
Original commit message from CVS: back to nano
2004-02-06remove RELEASEThomas Vander Stichele1-1/+16
Original commit message from CVS: remove RELEASE
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte1-0/+2
_stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064)
2004-01-21adding NAS pluginChristian Schaller1-2/+2
Original commit message from CVS: adding NAS plugin
2004-01-19putting i18n in place for pluginsThomas Vander Stichele1-0/+2
Original commit message from CVS: putting i18n in place for plugins
2003-12-03what was this doing here ?Thomas Vander Stichele1-2/+0
Original commit message from CVS: what was this doing here ?
2003-12-02Add ACLOCAL_AMFLAGSCAPS-ROOTDavid Schleef1-0/+2
Original commit message from CVS: Add ACLOCAL_AMFLAGS
2003-09-14add COPYING.LIBChristian Schaller1-1/+1
Original commit message from CVS: add COPYING.LIB
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-28/+17
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-01-03some dist fixesThomas Vander Stichele1-2/+3
Original commit message from CVS: some dist fixes
2002-12-17Also generate uninstalled .pc filesRonald S. Bultje1-1/+1
Original commit message from CVS: Also generate uninstalled .pc files
2002-12-15apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller1-1/+1
spec file. Original commit message from CVS: apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
2002-12-08small fixThomas Vander Stichele1-2/+7
Original commit message from CVS: small fix
2002-12-08build fixThomas Vander Stichele1-1/+1
Original commit message from CVS: build fix
2002-12-08parallel install fixesThomas Vander Stichele1-2/+11
Original commit message from CVS: parallel install fixes