summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt1-2/+0
2009-05-13Moved 'deinterlace2' from -bad to -goodSebastian Dröge1-11/+0
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good.
2009-05-12Moved 'flv' from -bad to -goodSebastian Dröge1-2/+0
2009-05-120.10.11.2 pre-releaseJan Schmidt1-1/+1
2009-05-10faad: Fix configure check for the FAAD versionSebastian Dröge1-2/+2
The previous version matched things like 297 for version 2.7, etc which could be added to the file by other headers. Fixes bug #582074.
2009-04-24soundtouch: fix configure to use proper shell syntax. fixes #580091Stefan Kost1-2/+2
2009-04-23soundtouch: Fix compilation on newer libSoundTouchJan Schmidt1-3/+9
Newer libsoundtouch requires that we include an extra header that wasn't previously required, so define HAVE_SOUNDTOUCH_1_4 for newer builds so that it gets included.
2009-04-21soundtouch: Add pkgconfig check for soundtouch-1.4David Schleef1-9/+11
Fixes #573846.
2009-04-20add osxvideosrcAndy Wingo1-0/+17
* configure.ac: * sys/Makefile.am: * sys/osxvideo/Makefile.am: Autoconfiscation. * sys/osxvideo/osxvideoplugin.m: * sys/osxvideo/osxvideosrc.h: * sys/osxvideo/osxvideosrc.c: Add osxvideosrc. Should fix #153684. Patch-by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> Patch-by: Ali Sabil <ali.sabil@tandberg.com> Patch-by: Barracuda Networks <justin@affinix.com>
2009-04-16fpsdisplaysink: add a initial port of a sink with fps displayStefan Kost1-0/+2
This now works with a event probe. Needs some extra work.
2009-04-08acmenc, acmmp3dec, sdp: link to all requires libraries on win32.Michael Smith1-0/+5
Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec.
2009-04-03configure.ac: fix dvdnav version checkTim-Philipp Müller1-2/+5
Fixes #577864. This time for real.
2009-04-03resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time()Tim-Philipp Müller1-7/+5
Fixes #577864.
2009-04-03misc: Bump plugins-base requirement to 0.10.22.1Jan Schmidt1-1/+1
2009-03-27configure.ac: make --disable-external work againAlan Falloon1-0/+1
2009-03-26xdgmime: Use GIOs g_content_type_guess() if possibleSebastian Dröge1-0/+6
2009-03-26acm: Port to MinGWРуслан Ижбулатов1-1/+4
Fixes bug #573595.
2009-03-26xdgmime: Link with winsock library to fix build with MinGWРуслан Ижбулатов1-0/+2
Partially fixes bug #573595.
2009-03-26dccp: Port DCCP plugin to MinGWРуслан Ижбулатов1-0/+10
Partially fixes bug #573595.
2009-03-26dccp: Disable the dccp plugin if no pthread support is availableРуслан Ижбулатов1-0/+11
Partially fixes bug #573595.
2009-03-26Merge branch 'mxfmux'Sebastian Dröge1-1/+5
2009-03-25Require core >= 0.10.22.1 for %u pad template supportSebastian Dröge1-1/+1
2009-03-23celtenc: build with celt 0.5.Alessandro Decina1-3/+8
2009-03-22back to development -> 0.10.11.1Jan Schmidt1-1/+1
2009-03-21mxf: Add MXF muxerSebastian Dröge1-0/+4
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards.
2009-03-21Release 0.10.11Jan Schmidt1-1/+1
2009-03-180.10.6.5 pre-releaseJan Schmidt1-1/+1
2009-03-180.10.10.4 pre-releaseJan Schmidt1-1/+1
2009-03-130.10.10.3 pre-releaseJan Schmidt1-1/+1
2009-03-100.10.10.2 pre-releaseJan Schmidt1-1/+1
2009-03-10Moved twolame from Bad to UglyJan Schmidt1-14/+0
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost1-2/+2
First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code.
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost1-8/+0
2009-03-05ladspa: add initial liblrdf support.Stefan Kost1-0/+7
Get classification from rdf metadata.
2009-03-04configure: detect faad's minor version and define FAAD2_MINOR_VERSION in ↵Tim-Philipp Müller1-3/+26
config.h
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost1-0/+4
Use glib defines for searchpath separators. Filter searchpath to avoid scanning path entries twice. Fix the return in ladspa_plugin_directory_search to return wheter we found a plugin.
2009-03-03Move mimic to -badOlivier Crête1-0/+12
2009-03-03autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête1-0/+2
fsselector is too close to selector, so import is as autoconvert. Not importing the history because the directory is also called gst/selector and it fails.
2009-02-26mxf: Add example application to output the structural metadata tree into a ↵Sebastian Dröge1-0/+1
GtkTreeView
2009-02-25build: Update shave init statement for changes in common. Bump common.Jan Schmidt1-1/+1
2009-02-25docs: update docs to add camerabin and its figureStefan Kost1-0/+1
2009-02-24Move examples directory to tests/examples as in every other GStreamer moduleSebastian Dröge1-4/+4
2009-02-24dtsdec: Use new DCA functions/constants as not all distros package the ↵Sebastian Dröge1-2/+4
compat dts.h For backward compatibility we define the DCA functions/constants to the old DTS functions/constants if we're building against libdts.
2009-02-24xdgmime: Add new typefinder based on xdgmimeSebastian Dröge1-0/+5
This typefinder is mostly useful to filter out any false positives by the other typefinders like the usual Word document misdetected as MP3 file.
2009-02-24dts: Prefer libdca over libdts as it's the successorSebastian Dröge1-4/+4
2009-02-23build: Add soundtouch's -lBPM to _LIBS, not _CFLAGSJan Schmidt1-1/+1
2009-02-22Detect libsoundtouch 1.4 and higher.Jan Schmidt1-0/+5
In libsoundtouch 1.4, libBPM appears to have been subsumed into libSoundTouch, and into the soundtouch namespace.
2009-02-22Use shave for the build outputJan Schmidt1-1/+4
2009-02-22camerabin: Fix compilation on Windows with Visual StudioAndoni Morales1-0/+3
Windows doesn't have strcasecmp so we should use g_ascii_strcasecmp here instead. Also Windows doesn't have sys/time.h so we first need to check if it actually exists and if not we should not include it. Fixes bug #572315.
2009-02-21Moved rtpmux from gst-p-farsight to -badOlivier Crête1-0/+2