Commit graph

1026 commits

Author SHA1 Message Date
Tim-Philipp Müller fe7478f2ac 0.10.13.4 pre-release 2009-08-24 20:06:27 +01:00
Tim-Philipp Müller 2aa6fa29ed 0.10.13.3 pre-release 2009-08-14 20:20:41 +01:00
Tim-Philipp Müller 8e26a8f67a configure: disable ass plugin for libass >= 0.9.7 because of API changes
See #575261.
2009-08-14 15:21:41 +01:00
Tim-Philipp Müller 7c7b82e714 0.10.13.2 pre-release. 2009-08-11 18:01:37 +01:00
Tim-Philipp Müller a6912096cd Move rtpmanager from -bad to -good. 2009-08-11 09:30:31 +01:00
Tim-Philipp Müller fc66ca5ed8 configure: bump core/base requirements to released version
To avoid confusion.
2009-08-10 22:13:58 +01:00
Sebastian Dröge 8ad3f14873 spc: Add the OpenSPC spc plugin again
The gme plugin obsoletes it but it might still be useful
for users that don't have gme yet or prefer openspc for some reason.
2009-08-08 21:20:30 +02:00
Sebastian Dröge c57eca3f0b spc: Rename SPC plugin to GME
as preparation for enabling support for non-SPC gaming console sound files.
2009-08-07 06:41:43 +02:00
Sebastian Dröge de03453f6d spc: Make the SPC plugin work with the latest libgme release
gme_enable_accuracy() was added in SVN trunk and is not yet
in any release.
2009-08-04 10:18:46 +02:00
Michael Pyne 4394b1a61c spc: Use the portable libgme instead of x86-only OpenSPC library
This will later allow us to play other gaming console files
that are supported by libgme.

Fixes bug #576800.
2009-08-04 10:06:54 +02:00
Sebastian Dröge 5fb33fce71 configure.ac: Fix macro name 2009-07-29 16:02:58 +02:00
Joni Valtanen f41100e832 directsoundsrc: Add DirectSound source plugin
Fixes bug #344129.
2009-07-29 15:37:08 +02:00
Iago Toral 29e3908032 amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc
Partially fixes bug #584890.
2009-07-27 20:02:37 +02:00
Thiago Santos 2641cd9d94 asfmux: Adds new plugin asfmux
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-24 14:52:28 -03:00
Julien Isorce 30469d45c0 start refactoring of dshowsrcwrapper
-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-21 10:49:37 +02:00
Vincent Penquerc'h e88984ccbd add new Kate plugin, for Kate overlay streams
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-19 16:04:32 +01:00
David Schleef cf2b2b017f basevideo: move from -base
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-07-01 10:56:24 -07:00
Dave Robillard ea184d72f5 Working LV2 plugin discovery.
- 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 22:25:03 +03:00
Dave Robillard 640caecd76 Add configure check for SLV2. 2009-06-22 22:24:35 +03:00
Stefan Kost 11a78399d8 camerabin: add camerabin examples
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-22 13:40:36 +03:00
Jan Schmidt f45f87709c VDPAU: Enhance the configure tests
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 15:21:46 +01:00
Carl-Anton Ingmarsson b31ab745a5 add new vdpau directory 2009-06-20 15:21:18 +01:00
Sebastian Dröge abffe58d43 frei0r: Remove custom get_unit_size implementation
This is already handled by the default one from GstVideoFilter
2009-06-19 11:03:15 +02:00
Sebastian Dröge 0a684a3d04 frei0r: First version of a frei0r wrapper plugin
Currently this only supports frei0r filters.
2009-06-19 11:03:13 +02:00
Jan Schmidt f571ee00f6 Back to development -> 0.10.13.1 2009-06-18 20:33:19 +01:00
Jan Schmidt 6fa061851e Release 0.10.13 2009-06-18 08:29:56 +01:00
Jan Schmidt 22a7d56725 0.10.12.3 pre-release 2009-06-10 18:43:10 +01:00
Jan Schmidt 271788c9ae Moved 'x264enc' from -bad to -ugly 2009-06-05 19:52:40 +01:00
Tim-Philipp Müller 9176374ecd Bump core/base requirements to released versions 2009-06-03 23:35:36 +01:00
Edward Hervey c6cd4d09e2 hdvparse: New element for parsing private/hdv-a1 streams. 2009-05-31 14:15:43 +02:00
Sebastian Dröge febef56cf2 shapewipe: Add a simple shapewipe transition filter & example application 2009-05-29 15:34:03 +02:00
Mark Nauwelaerts 646d95cfe8 soundtouch: fix detection of libsoundtouch >= 1.4 2009-05-28 13:09:29 +02:00
Michael Smith 1a98c66f4a adpcmdec: Add new plugin for ms-adpcm decoding. 2009-05-22 16:56:52 -07:00
Tim-Philipp Müller 9618c43784 autotools: move -Wno-portability for automake to configure.ac 2009-05-22 09:55:47 +01:00
Michael Smith fe38f53572 id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.
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 13:15:46 -07:00
Jan Schmidt b9ac26713b Back to hacking -> 0.10.12.1 2009-05-21 21:02:55 +01:00
Jan Schmidt a86fcc58f9 Release 0.10.12 2009-05-20 22:31:54 +01:00
Jan Schmidt 347c35e482 0.10.11.3 pre-release 2009-05-16 01:59:32 +01:00
Jan Schmidt 3a05abd2b1 Moved 'directdraw' from -good to -bad 2009-05-16 01:29:21 +01:00
Jan Schmidt 48e32a0890 Moved 'y4menc' from -bad to -good 2009-05-16 00:17:00 +01:00
Sebastian Dröge 453794d383 Moved 'deinterlace2' from -bad to -good
And remove old deinterlace plugin as deinterlace2 will
be called deinterlace in -good.
2009-05-13 10:47:54 +02:00
Sebastian Dröge 8c13566624 Moved 'flv' from -bad to -good 2009-05-12 21:50:12 +02:00
Jan Schmidt 32ab2bd04e 0.10.11.2 pre-release 2009-05-12 00:50:01 +01:00
Sebastian Dröge 9e2b9d18ac faad: Fix configure check for the FAAD version
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-05-10 17:17:15 +02:00
Stefan Kost d60a472bb5 soundtouch: fix configure to use proper shell syntax. fixes #580091 2009-04-24 15:42:27 +03:00
Jan Schmidt 53ce1453d1 soundtouch: Fix compilation on newer libSoundTouch
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-23 17:33:25 +01:00
David Schleef dd4bd78f33 soundtouch: Add pkgconfig check for soundtouch-1.4
Fixes #573846.
2009-04-21 18:55:05 -07:00
Andy Wingo 1bd852073d add osxvideosrc
* 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-20 16:18:59 +02:00
Stefan Kost e01373662a fpsdisplaysink: add a initial port of a sink with fps display
This now works with a event probe. Needs some extra work.
2009-04-16 18:39:29 +03:00
Michael Smith cacadf3f4d acmenc, acmmp3dec, sdp: link to all requires libraries on win32.
Add winsock for windows (for sdp). Link to all the plugins-base
libs we indirectly use for acmmenc and acmmp3dec.
2009-04-08 11:57:02 -07:00