summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* jack: move plugin to gst-plugins-goodTim-Philipp Müller2011-01-021-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=621929
* selector: move input-selector and output-selector to coreTim-Philipp Müller2010-12-311-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=614306
* valve: move valve element/plugin to coreTim-Philipp Müller2010-12-311-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630808
* autovideoconvert: Rename and adjust unit test tooSebastian Dröge2010-12-191-0/+1
|
* make: add missinf trailing \ to fix the buildStefan Kost2010-11-221-1/+1
|
* win32: Adding photography interface .def fileThiago Santos2010-11-091-0/+1
| | | | | | | Adds check-exports to -bad to have photography interface .def file created Fixes #578629
* alsaspdif: remove alsaspdifsink elementTim-Philipp Müller2010-10-051-1/+3
| | | | | Remove alsaspdifsink, it's not needed any longer. alsasink in -base has been able to handle SPDIF for a while now.
* metadata: add removed files to cruft varsStefan Kost2010-09-151-1/+3
|
* build: add old shave files in common to 'cruft' filesTim-Philipp Müller2010-05-141-0/+2
|
* Remove oss4 pluginTim-Philipp Müller2010-05-111-1/+3
| | | | | | It has been moved to gst-plugins-good. See #614305.
* Remove imagefreeze plugin/element.Tim-Philipp Müller2010-05-111-1/+4
| | | | | | It has been moved to gst-plugins-good. See #613786.
* Remove capssetter elementTim-Philipp Müller2010-05-111-2/+3
| | | | | | It has been moved to gst-plugins-good. See #617739.
* tools: Add element-makerDavid Schleef2010-04-141-2/+2
| | | | | | | | | | | | | | | Add a script that creates elements based on any of the GStreamer base classes. It isn't very user friendly at the moment, one needs to edit the script to make it work properly. Each base class has a template file describing what to put into the constructed element. Eventually, these templates should be moved to reside with the base class source and installed to a well-known directory, where an installed script could find them. The template files use the .c ending so editors know they are C source, but gst-indent doesn't handle them correctly. So they need to be committed with -n. Ugh. I'll try to figure out a fix for that soon.
* Moved 'ivorbis(dec)' from -bad to -base.Mark Nauwelaerts2010-02-151-0/+2
| | | | Fixes #609063.
* Add shapewipe examples directory to CRUFT_DIRSTim-Philipp Müller2010-02-131-1/+2
|
* Moved 'shapewipe' from -bad to -goodSebastian Dröge2010-02-121-2/+4
| | | | Fixes bug #584536.
* build: include cruft.mak and add recently-merged plugins to cruft listTim-Philipp Müller2010-01-131-0/+16
|
* Add pkgconfig files for photography interface library.René Stadler2009-11-271-2/+2
|
* Move examples directory to tests/examples as in every other GStreamer moduleSebastian Dröge2009-02-241-10/+2
|
* Makefile.am: Include lcov.mak to allow building coverage reports. Add ↵Stefan Kost2008-01-091-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.
* Makefile.am: Include common/win32.mak for CRLF check of win32 project files ↵Tim-Philipp Müller2007-12-181-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.
* Move the app library to gst-libs/gst/app (duh!)David Schleef2007-03-031-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!)
* Makefile.am: Add win32 MANIFESTSébastien Moutte2007-02-111-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.
* add doap fileThomas Vander Stichele2006-12-151-1/+1
| | | | | | | | Original commit message from CVS: * Makefile.am: * gst-plugins-bad.doap: * gst-plugins-bad.spec.in: add doap file
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-2/+4
| | | | | Original commit message from CVS: rework build; add translations for v4l2
* Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali2006-03-311-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
* Fix distcheck.Tim-Philipp Müller2006-03-121-2/+2
| | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: Fix distcheck.
* configure.ac: releasing 0.10.1, "Slimy - yet satisfying"RELEASE-0_10_1Jan Schmidt2006-02-201-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"
* add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele2005-11-271-0/+2
| | | | | Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
* add a torture targetThomas Vander Stichele2005-11-231-0/+3
| | | | | Original commit message from CVS: add a torture target
* Makefile.am: examples in dist subdirs.Julien Moutte2005-11-061-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.
* Enable documentation.Julien Moutte2005-11-061-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.
* don't do po until something wants to be translatedThomas Vander Stichele2005-10-271-1/+1
| | | | | Original commit message from CVS: don't do po until something wants to be translated
* add check-valgrind targetThomas Vander Stichele2005-09-191-0/+3
| | | | | Original commit message from CVS: add check-valgrind target
* releasing 0.9.1RELEASE-0_9_1Thomas Vander Stichele2005-09-061-0/+2
| | | | | Original commit message from CVS: releasing 0.9.1
* cleaning up badThomas Vander Stichele2005-09-051-32/+4
| | | | | Original commit message from CVS: cleaning up bad
* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines ↵Andy Wingo2005-07-081-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.
* remove docsThomas Vander Stichele2005-07-071-11/+0
| | | | | Original commit message from CVS: remove docs
* fix disting and spec fileChristian Schaller2005-07-051-2/+2
| | | | | Original commit message from CVS: fix disting and spec file
* Make my automake version shut up about undefined variablesJan Schmidt2005-05-191-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.
* various fixes to make it possible to build rpms from gst-plugins headChristian Schaller2005-05-061-2/+2
| | | | | Original commit message from CVS: various fixes to make it possible to build rpms from gst-plugins head
* ported mad and effectv pluginsChristian Schaller2005-05-061-2/+2
| | | | | Original commit message from CVS: ported mad and effectv plugins
* make this module a bit more 0.9 friendlyChristian Schaller2005-05-051-38/+11
| | | | | Original commit message from CVS: make this module a bit more 0.9 friendly
* disable docs again until it passes make distcheckThomas Vander Stichele2004-12-241-5/+10
| | | | | Original commit message from CVS: disable docs again until it passes make distcheck
* really fix distThomas Vander Stichele2004-12-241-30/+34
| | | | | Original commit message from CVS: really fix dist
* Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost2004-12-201-1/+8
| | | | | Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
* clean up install/dist problemThomas Vander Stichele2004-07-021-2/+6
| | | | | Original commit message from CVS: clean up install/dist problem
* don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte2004-06-241-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.
* updated translationsThomas Vander Stichele2004-05-031-3/+1
| | | | | Original commit message from CVS: updated translations
* up required gst version fix po download snippetThomas Vander Stichele2004-04-201-0/+3
| | | | | | Original commit message from CVS: up required gst version fix po download snippet