summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-05-29cruft: Add signalprocessor directorySebastian Dröge1-0/+1
2013-04-15cruft: Add camerabin directory to the cruft directoriesSebastian Dröge1-0/+1
2013-04-11video: Remove video library from -badSebastian Dröge1-0/+1
This only contained API that now has replacements in core and base.
2013-03-19Make the hls plugin depend on gnutls and move to ext/hls/Alessandro Decina1-0/+1
gnutls is used to implement AES decryption
2013-02-11swfdec: removeTim-Philipp Müller1-0/+1
The swfdec project is dead, and this plugin was never really useful because of the way swf works. Remove it before someone accidentally ports it.
2013-02-11Add cog to cruft list and remove some more leftover filesTim-Philipp Müller1-0/+1
2012-12-16build: add removed rtpmux bits to cruft checkTim-Philipp Müller1-0/+3
2012-12-15scaletempo: remove scaletempo plugin, moved to -goodTim-Philipp Müller1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=687262
2012-11-01rtpvp8: remove and move to -goodTim-Philipp Müller1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687263
2012-09-16vp8: Remove plugin, moved to gst-plugins-goodSebastian Dröge1-1/+2
2011-11-29build: add old mpeg4videoparse directory to CRUFT_DIRSTim-Philipp Müller1-0/+2
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.