summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07Add gst/invtelecine to CRUFT_DIRSTim-Philipp Müller1-0/+1
2011-05-14cruft: Add ext/amrwbenc directory, it's ext/voamrwbenc nowSebastian Dröge1-0/+1
2011-04-13qtmux: remove qtmux plugin, it has moved to -goodTim-Philipp Müller1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=636699
2011-04-09baseparse: remove -bad version of baseparse library, now in coreTim-Philipp Müller1-0/+2
2011-04-08Remove audioparsers plugin, it has been moved to -goodTim-Philipp Müller1-0/+2
2011-03-11build: remove more tarkin/theoraexp build cruftTim-Philipp Müller1-1/+3
2011-02-18videoparsers: change plugin filename from libgsth263parse* to ↵Tim-Philipp Müller1-0/+1
libgstvideoparsersbad* Due to a registry bug you may need to manually remove your registry file to make the new plugin appear with >0 features.
2011-02-16icles: Completely remove equalizer-test from -bad, it's in -good nowSebastian Dröge1-1/+2
2011-01-02jack: move plugin to gst-plugins-goodTim-Philipp Müller1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=621929
2010-12-31selector: move input-selector and output-selector to coreTim-Philipp Müller1-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=614306
2010-12-31valve: move valve element/plugin to coreTim-Philipp Müller1-1/+4
https://bugzilla.gnome.org/show_bug.cgi?id=630808
2010-12-19autovideoconvert: Rename and adjust unit test tooSebastian Dröge1-0/+1
2010-11-22make: add missinf trailing \ to fix the buildStefan Kost1-1/+1
2010-11-09win32: Adding photography interface .def fileThiago Santos1-0/+1
Adds check-exports to -bad to have photography interface .def file created Fixes #578629
2010-10-05alsaspdif: remove alsaspdifsink elementTim-Philipp Müller1-1/+3
Remove alsaspdifsink, it's not needed any longer. alsasink in -base has been able to handle SPDIF for a while now.
2010-09-15metadata: add removed files to cruft varsStefan Kost1-1/+3
2010-05-14build: add old shave files in common to 'cruft' filesTim-Philipp Müller1-0/+2
2010-05-11Remove oss4 pluginTim-Philipp Müller1-1/+3
It has been moved to gst-plugins-good. See #614305.
2010-05-11Remove imagefreeze plugin/element.Tim-Philipp Müller1-1/+4
It has been moved to gst-plugins-good. See #613786.
2010-05-11Remove capssetter elementTim-Philipp Müller1-2/+3
It has been moved to gst-plugins-good. See #617739.
2010-04-14tools: Add element-makerDavid Schleef1-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.
2010-02-15Moved 'ivorbis(dec)' from -bad to -base.Mark Nauwelaerts1-0/+2
Fixes #609063.
2010-02-13Add shapewipe examples directory to CRUFT_DIRSTim-Philipp Müller1-1/+2
2010-02-12Moved 'shapewipe' from -bad to -goodSebastian Dröge1-2/+4
Fixes bug #584536.
2010-01-13build: include cruft.mak and add recently-merged plugins to cruft listTim-Philipp Müller1-0/+16
2009-11-27Add pkgconfig files for photography interface library.René Stadler1-2/+2
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