summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
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
2009-02-21Moved dtmf elements from gst-plugins-farsight to -badOlivier Crête1-0/+2
2009-02-17Moved valve from gst-plugins-farsight to -badOlivier Crête1-0/+2
2009-02-17Moved siren from gst-p-farsight to -badOlivier Crête1-0/+2
2009-02-17Moved liveadder from gst-plugins-farsight to -badOlivier Crête1-0/+2
Re-indent liveadder in gst style and add it to configure
2009-02-09Add camerabin element.Nokia Corporation1-0/+2
2009-02-09Add photography interface.Nokia Corporation1-0/+1
2009-02-05Add assrender plugin for rendering ASS/SSA subtitlesBenjamin Schmitz1-0/+13
This element has the advantage over subparse's ASS/SSA support that more features are supported, like fading, by using libass. Fixes bug #481075.
2009-02-03configure.ac: bump core/base requirements to released versionsTim-Philipp Müller1-2/+2
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede1-9/+15
Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837.
2009-01-23Rename audioresample files and types to legacyresampleSebastian Dröge1-2/+2
Finish the move/rename of audioresample to legacyresample to prevent any confusion.
2009-01-23Add seeking support to mmssrc. Fixes bug #469930.Hans de Goede1-1/+1
Add proper seeking support to mmssrc and clean up some code. This requires libmms >= 0.4.