Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-24 | soundtouch: fix configure to use proper shell syntax. fixes #580091 | Stefan Kost | 1 | -2/+2 | |
2009-04-23 | soundtouch: Fix compilation on newer libSoundTouch | Jan Schmidt | 1 | -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-21 | soundtouch: Add pkgconfig check for soundtouch-1.4 | David Schleef | 1 | -9/+11 | |
Fixes #573846. | |||||
2009-04-20 | add osxvideosrc | Andy Wingo | 1 | -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-16 | fpsdisplaysink: add a initial port of a sink with fps display | Stefan Kost | 1 | -0/+2 | |
This now works with a event probe. Needs some extra work. | |||||
2009-04-08 | acmenc, acmmp3dec, sdp: link to all requires libraries on win32. | Michael Smith | 1 | -0/+5 | |
Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec. | |||||
2009-04-03 | configure.ac: fix dvdnav version check | Tim-Philipp Müller | 1 | -2/+5 | |
Fixes #577864. This time for real. | |||||
2009-04-03 | resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time() | Tim-Philipp Müller | 1 | -7/+5 | |
Fixes #577864. | |||||
2009-04-03 | misc: Bump plugins-base requirement to 0.10.22.1 | Jan Schmidt | 1 | -1/+1 | |
2009-03-27 | configure.ac: make --disable-external work again | Alan Falloon | 1 | -0/+1 | |
2009-03-26 | xdgmime: Use GIOs g_content_type_guess() if possible | Sebastian Dröge | 1 | -0/+6 | |
2009-03-26 | acm: Port to MinGW | Руслан Ижбулатов | 1 | -1/+4 | |
Fixes bug #573595. | |||||
2009-03-26 | xdgmime: Link with winsock library to fix build with MinGW | Руслан Ижбулатов | 1 | -0/+2 | |
Partially fixes bug #573595. | |||||
2009-03-26 | dccp: Port DCCP plugin to MinGW | Руслан Ижбулатов | 1 | -0/+10 | |
Partially fixes bug #573595. | |||||
2009-03-26 | dccp: Disable the dccp plugin if no pthread support is available | Руслан Ижбулатов | 1 | -0/+11 | |
Partially fixes bug #573595. | |||||
2009-03-26 | Merge branch 'mxfmux' | Sebastian Dröge | 1 | -1/+5 | |
2009-03-25 | Require core >= 0.10.22.1 for %u pad template support | Sebastian Dröge | 1 | -1/+1 | |
2009-03-23 | celtenc: build with celt 0.5. | Alessandro Decina | 1 | -3/+8 | |
2009-03-22 | back to development -> 0.10.11.1 | Jan Schmidt | 1 | -1/+1 | |
2009-03-21 | mxf: Add MXF muxer | Sebastian Dröge | 1 | -0/+4 | |
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards. | |||||
2009-03-21 | Release 0.10.11 | Jan Schmidt | 1 | -1/+1 | |
2009-03-18 | 0.10.6.5 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-18 | 0.10.10.4 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-13 | 0.10.10.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-10 | 0.10.10.2 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-10 | Moved twolame from Bad to Ugly | Jan Schmidt | 1 | -14/+0 | |
2009-03-06 | metadata: cleanup, fix the test, add comments | Stefan Kost | 1 | -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-05 | ladspa: remove -ldl as we now use glibs gmodule. | Stefan Kost | 1 | -8/+0 | |
2009-03-05 | ladspa: add initial liblrdf support. | Stefan Kost | 1 | -0/+7 | |
Get classification from rdf metadata. | |||||
2009-03-04 | configure: detect faad's minor version and define FAAD2_MINOR_VERSION in ↵ | Tim-Philipp Müller | 1 | -3/+26 | |
config.h | |||||
2009-03-04 | ladspa: add LIBDIR/ladspa to search path and make path more portable | Stefan Kost | 1 | -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-03 | Move mimic to -bad | Olivier Crête | 1 | -0/+12 | |
2009-03-03 | autoconvert: Import fsselector from gst-plugins-farsight as autoconvert | Olivier Crête | 1 | -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-26 | mxf: Add example application to output the structural metadata tree into a ↵ | Sebastian Dröge | 1 | -0/+1 | |
GtkTreeView | |||||
2009-02-25 | build: Update shave init statement for changes in common. Bump common. | Jan Schmidt | 1 | -1/+1 | |
2009-02-25 | docs: update docs to add camerabin and its figure | Stefan Kost | 1 | -0/+1 | |
2009-02-24 | Move examples directory to tests/examples as in every other GStreamer module | Sebastian Dröge | 1 | -4/+4 | |
2009-02-24 | dtsdec: Use new DCA functions/constants as not all distros package the ↵ | Sebastian Dröge | 1 | -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-24 | xdgmime: Add new typefinder based on xdgmime | Sebastian Dröge | 1 | -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-24 | dts: Prefer libdca over libdts as it's the successor | Sebastian Dröge | 1 | -4/+4 | |
2009-02-23 | build: Add soundtouch's -lBPM to _LIBS, not _CFLAGS | Jan Schmidt | 1 | -1/+1 | |
2009-02-22 | Detect libsoundtouch 1.4 and higher. | Jan Schmidt | 1 | -0/+5 | |
In libsoundtouch 1.4, libBPM appears to have been subsumed into libSoundTouch, and into the soundtouch namespace. | |||||
2009-02-22 | Use shave for the build output | Jan Schmidt | 1 | -1/+4 | |
2009-02-22 | camerabin: Fix compilation on Windows with Visual Studio | Andoni Morales | 1 | -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-21 | Moved rtpmux from gst-p-farsight to -bad | Olivier Crête | 1 | -0/+2 | |
2009-02-21 | Moved dtmf elements from gst-plugins-farsight to -bad | Olivier Crête | 1 | -0/+2 | |
2009-02-17 | Moved valve from gst-plugins-farsight to -bad | Olivier Crête | 1 | -0/+2 | |
2009-02-17 | Moved siren from gst-p-farsight to -bad | Olivier Crête | 1 | -0/+2 | |
2009-02-17 | Moved liveadder from gst-plugins-farsight to -bad | Olivier Crête | 1 | -0/+2 | |
Re-indent liveadder in gst style and add it to configure | |||||
2009-02-09 | Add camerabin element. | Nokia Corporation | 1 | -0/+2 | |