summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheckTim-Philipp Müller2017-02-141-2/+3
| | | | | Don't use wildcards in Makefile.am, buildbot doesn't seem to like them.
* meson: dist meson build filesTim-Philipp Müller2017-02-141-2/+6
| | | | | Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
* win32: remove generation of pre-made config.h for msvc buildsTim-Philipp Müller2016-12-161-4/+1
| | | | This is no longer needed with the Meson build.
* Remove generated .spec fileTim-Philipp Müller2016-12-161-1/+2
| | | | Likely extremely bitrotten, and we should not ship this anyway.
* dataurisrc: remove plugin, moved to coreTim-Philipp Müller2016-11-281-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774527
* mimic: remove ancient codecTim-Philipp Müller2016-11-231-0/+2
| | | | | | | | This was used by MSN messenger in prehistoric times, it's safe to say no one needs or wants this any more these days. For decoding old recordings there's still a decoder in ffmpeg. https://bugzilla.gnome.org/show_bug.cgi?id=597616
* build: add removed example dir to CRUFT_DIRSTim-Philipp Müller2016-05-151-0/+1
|
* opus: rename plugin to opusparse for the time beingTim-Philipp Müller2016-02-261-0/+1
| | | | | Until we fix it up and get rid of the opus dependency and move it elsewhere too.
* mpg123: move plugin from -bad to -uglyTim-Philipp Müller2016-02-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=719849
* rtp: move RTP H.265 payloader/depayloader to -goodTim-Philipp Müller2016-02-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=761606
* hls: rename plugin from fragmented to hlsTim-Philipp Müller2015-12-011-0/+1
|
* build: add liveadder directory to the cruft listMatthew Waters2015-10-141-0/+1
| | | | So that we can remove it and avoid duplicate GstLiveAdder GType registrations.
* cruft: add the obsolete tmpl dir to cruft-dirsStefan Sauer2015-06-091-0/+1
|
* Parallelise 'make check-valgrind'Tim-Philipp Müller2014-10-261-3/+3
|
* Makefile: Add usage of build-checks stepEdward Hervey2014-07-311-0/+4
| | | | Allows building checks without running them
* build: remove gst-libs/gst/video/ from CRUFT_DIRSTim-Philipp Müller2014-06-201-1/+0
| | | | It was gone, but now it's back.
* mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from ↵Sebastian Dröge2014-05-031-1/+2
| | | | gst-plugins-good
* egl: Add libgstegl and eglgles plugin to the CRUFT directoriesSebastian Dröge2014-04-151-1/+3
|
* Change how win32/common/config.h is updatedTim-Philipp Müller2013-09-021-0/+4
| | | | | | | | | | | | | | | | | Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -bad was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself. https://bugzilla.gnome.org/show_bug.cgi?id=569015
* cruft: Add signalprocessor directorySebastian Dröge2013-05-291-0/+1
|
* cruft: Add camerabin directory to the cruft directoriesSebastian Dröge2013-04-151-0/+1
|
* video: Remove video library from -badSebastian Dröge2013-04-111-0/+1
| | | | This only contained API that now has replacements in core and base.
* Make the hls plugin depend on gnutls and move to ext/hls/Alessandro Decina2013-03-191-0/+1
| | | | gnutls is used to implement AES decryption
* swfdec: removeTim-Philipp Müller2013-02-111-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.
* Add cog to cruft list and remove some more leftover filesTim-Philipp Müller2013-02-111-0/+1
|
* build: add removed rtpmux bits to cruft checkTim-Philipp Müller2012-12-161-0/+3
|
* scaletempo: remove scaletempo plugin, moved to -goodTim-Philipp Müller2012-12-151-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687262
* rtpvp8: remove and move to -goodTim-Philipp Müller2012-11-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687263
* vp8: Remove plugin, moved to gst-plugins-goodSebastian Dröge2012-09-161-1/+2
|
* build: add old mpeg4videoparse directory to CRUFT_DIRSTim-Philipp Müller2011-11-291-0/+2
|
* Add gst/invtelecine to CRUFT_DIRSTim-Philipp Müller2011-06-071-0/+1
|
* cruft: Add ext/amrwbenc directory, it's ext/voamrwbenc nowSebastian Dröge2011-05-141-0/+1
|
* qtmux: remove qtmux plugin, it has moved to -goodTim-Philipp Müller2011-04-131-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=636699
* baseparse: remove -bad version of baseparse library, now in coreTim-Philipp Müller2011-04-091-0/+2
|
* Remove audioparsers plugin, it has been moved to -goodTim-Philipp Müller2011-04-081-0/+2
|
* build: remove more tarkin/theoraexp build cruftTim-Philipp Müller2011-03-111-1/+3
|
* videoparsers: change plugin filename from libgsth263parse* to ↵Tim-Philipp Müller2011-02-181-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.
* icles: Completely remove equalizer-test from -bad, it's in -good nowSebastian Dröge2011-02-161-1/+2
|
* 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.