summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h1-0/+26
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743.
2009-07-01basevideo: move from -baseDavid Schleef1-0/+8
Also move schroedinger plugin. This creates a new library, gstbasevideo-0.10, which will probably be merged back into gstvideo-0.10 when this is moved back to -base.
2009-06-22Working LV2 plugin discovery.Dave Robillard1-1/+3
- Separate gstsignalprocessor into a separate library (not sure if this is in the right place, but it works for now anyway) - Create LV2 element based on LADSPA element, port most discovery functionality
2009-06-22Add configure check for SLV2.Dave Robillard1-0/+8
2009-06-22camerabin: add camerabin examplesStefan Kost1-12/+13
gst-camera is a gtk-test app to play with the imagecapture and videorecording. gst-camera-perf is a tool to run various scenarios and take time meassurements (e.g. shot-to-shot). Also sort the output files in configure.ac a bit to be in alphabetical order.
2009-06-20VDPAU: Enhance the configure testsJan Schmidt1-3/+33
Check for the VDPAU headers in /usr/include/nvidia as they are on some platforms (Fedora/rpmfusion). Also check that the libvdpau library is available.
2009-06-20add new vdpau directoryCarl-Anton Ingmarsson1-0/+10
2009-06-19frei0r: Remove custom get_unit_size implementationSebastian Dröge1-2/+2
This is already handled by the default one from GstVideoFilter
2009-06-19frei0r: First version of a frei0r wrapper pluginSebastian Dröge1-0/+2
Currently this only supports frei0r filters.
2009-06-18Back to development -> 0.10.13.1Jan Schmidt1-1/+1
2009-06-18Release 0.10.13Jan Schmidt1-1/+1
2009-06-100.10.12.3 pre-releaseJan Schmidt1-1/+1
2009-06-05Moved 'x264enc' from -bad to -uglyJan Schmidt1-25/+0
2009-06-03Bump core/base requirements to released versionsTim-Philipp Müller1-2/+2
2009-05-31hdvparse: New element for parsing private/hdv-a1 streams.Edward Hervey1-0/+2
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge1-0/+3
2009-05-28soundtouch: fix detection of libsoundtouch >= 1.4Mark Nauwelaerts1-4/+7
2009-05-22adpcmdec: Add new plugin for ms-adpcm decoding.Michael Smith1-0/+2
2009-05-22autotools: move -Wno-portability for automake to configure.acTim-Philipp Müller1-1/+1
2009-05-21id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.Michael Smith1-0/+2
By default, does v1 and v2.3, but there are properties to select. Will hopefully replace id3mux, id3v2mux, in the not-too-distant future.
2009-05-21Back to hacking -> 0.10.12.1Jan Schmidt1-1/+1
2009-05-20Release 0.10.12Jan Schmidt1-1/+1
2009-05-160.10.11.3 pre-releaseJan Schmidt1-1/+1
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt1-0/+42
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