Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-29 | configure.ac: Fix macro name | Sebastian Dröge | 1 | -1/+1 | |
2009-07-29 | directsoundsrc: Add DirectSound source plugin | Joni Valtanen | 1 | -0/+16 | |
Fixes bug #344129. | |||||
2009-07-27 | amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ↵ | Iago Toral | 1 | -5/+5 | |
to amrwbenc Partially fixes bug #584890. | |||||
2009-07-24 | asfmux: Adds new plugin asfmux | Thiago Santos | 1 | -0/+2 | |
Adds the brand new asfmux plugin, containing 3 elements: asfmux, rtpasfpay and asfparse. This plugin was developed as a GSoC 2009 project, with David Schleef as the mentor and Thiago Santos as the student. | |||||
2009-07-21 | start refactoring of dshowsrcwrapper | Julien Isorce | 1 | -1/+0 | |
-remove gst-libs/gst/dshow -fakesource is moved from gst-libs/gst/dshow to sys/dshowsrcwrapper -some minor changes (C/C++ check and includes) to make the plugin compile again. | |||||
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 1 | -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-01 | basevideo: move from -base | David Schleef | 1 | -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-22 | Working LV2 plugin discovery. | Dave Robillard | 1 | -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-22 | Add configure check for SLV2. | Dave Robillard | 1 | -0/+8 | |
2009-06-22 | camerabin: add camerabin examples | Stefan Kost | 1 | -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-20 | VDPAU: Enhance the configure tests | Jan Schmidt | 1 | -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-20 | add new vdpau directory | Carl-Anton Ingmarsson | 1 | -0/+10 | |
2009-06-19 | frei0r: Remove custom get_unit_size implementation | Sebastian Dröge | 1 | -2/+2 | |
This is already handled by the default one from GstVideoFilter | |||||
2009-06-19 | frei0r: First version of a frei0r wrapper plugin | Sebastian Dröge | 1 | -0/+2 | |
Currently this only supports frei0r filters. | |||||
2009-06-18 | Back to development -> 0.10.13.1 | Jan Schmidt | 1 | -1/+1 | |
2009-06-18 | Release 0.10.13 | Jan Schmidt | 1 | -1/+1 | |
2009-06-10 | 0.10.12.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-06-05 | Moved 'x264enc' from -bad to -ugly | Jan Schmidt | 1 | -25/+0 | |
2009-06-03 | Bump core/base requirements to released versions | Tim-Philipp Müller | 1 | -2/+2 | |
2009-05-31 | hdvparse: New element for parsing private/hdv-a1 streams. | Edward Hervey | 1 | -0/+2 | |
2009-05-29 | shapewipe: Add a simple shapewipe transition filter & example application | Sebastian Dröge | 1 | -0/+3 | |
2009-05-28 | soundtouch: fix detection of libsoundtouch >= 1.4 | Mark Nauwelaerts | 1 | -4/+7 | |
2009-05-22 | adpcmdec: Add new plugin for ms-adpcm decoding. | Michael Smith | 1 | -0/+2 | |
2009-05-22 | autotools: move -Wno-portability for automake to configure.ac | Tim-Philipp Müller | 1 | -1/+1 | |
2009-05-21 | id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4. | Michael Smith | 1 | -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-21 | Back to hacking -> 0.10.12.1 | Jan Schmidt | 1 | -1/+1 | |
2009-05-20 | Release 0.10.12 | Jan Schmidt | 1 | -1/+1 | |
2009-05-16 | 0.10.11.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-05-16 | Moved 'directdraw' from -good to -bad | Jan Schmidt | 1 | -0/+42 | |
2009-05-16 | Moved 'y4menc' from -bad to -good | Jan Schmidt | 1 | -2/+0 | |
2009-05-13 | Moved 'deinterlace2' from -bad to -good | Sebastian Dröge | 1 | -11/+0 | |
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good. | |||||
2009-05-12 | Moved 'flv' from -bad to -good | Sebastian Dröge | 1 | -2/+0 | |
2009-05-12 | 0.10.11.2 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-05-10 | faad: Fix configure check for the FAAD version | Sebastian Dröge | 1 | -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-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 | |