Stefan Sauer
4a4fd5e968
docs: add new bs2b plugin and element
2015-01-15 19:59:03 +01:00
Tim-Philipp Müller
d7ef610bc3
docs: plugins: misc updates
2014-08-25 14:56:15 +01:00
Tim-Philipp Müller
5c8f88da25
docs: update for git master
2014-08-10 19:12:01 +01:00
Sebastian Dröge
6d3d06c91f
Release 1.3.3
2014-06-22 19:22:28 +02:00
Sebastian Dröge
46016ccd14
Release 1.3.2
2014-05-21 13:06:35 +02:00
Sebastian Dröge
b2ce00c55d
Release 1.3.1
2014-05-03 19:57:57 +02:00
Reynaldo H. Verdejo Pinochet
980f5b4702
cdaudio: Remove cdaudio plugin
...
This element is being removed due to it been
considered obsolete and the functionaily it
provides no longer needed.
Details on the decision can be found here:
https://bugzilla.gnome.org/show_bug.cgi?id=711223
Fixes:
https://bugzilla.gnome.org/show_bug.cgi?id=711232
2013-11-01 07:21:56 -07:00
Sebastian Dröge
0e07bf8a11
Release 1.1.90
2013-09-19 10:50:47 +02:00
Sebastian Dröge
4481585f1f
Release 1.1.3
2013-07-29 13:52:29 +02:00
Edward Hervey
bc84cd775f
docs/spec: Really remove all mentions of CELT plugin
2013-07-29 09:42:12 +02:00
Tim-Philipp Müller
b0f4737a76
Update docs and win32 config.h to development version
2013-07-13 23:49:44 +01:00
Sebastian Dröge
1e7b3a8c9e
Release 1.1.2
...
Oops... should've been part of 1.1.2 tag already :(
2013-07-12 09:46:11 +02:00
Sebastian Dröge
37427ccaef
Release 1.1.1
2013-06-05 18:29:49 +02:00
Sebastian Dröge
b2e65fd575
docs: Add missing plugin inspection files
...
Fixes bug #687840 .
2012-11-08 12:13:39 +01:00
Tim-Philipp Müller
72353aeb71
docs: add new accurip element to docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=685163
2012-10-28 16:54:07 +00:00
Tim-Philipp Müller
7d1c82245f
docs: update docs
2012-09-14 02:06:48 +01:00
Sebastian Dröge
ab7c61d165
Release 0.11.92
2012-06-07 16:23:09 +02:00
Sebastian Dröge
1ab0174c40
Release 0.11.90
2012-04-12 10:50:10 +02:00
Wim Taymans
5bf86a8728
Release 0.11.2
2012-03-22 15:52:37 +01:00
Wim Taymans
e4754d274b
RELEASE 0.11.1
2012-02-17 11:05:37 +01:00
Jan Schmidt
d04efbd735
update docs generated files
2011-06-18 01:11:05 +10:00
Stefan Kost
bff846b76a
docs: add new audiovisualizers to the plugin docs
2011-06-06 15:25:14 +03:00
Stefan Kost
344ab80926
docs: update plugin introspection data
...
Now more files are merged and produced in a canonical fashion, which hopefully
creates less or no delta in the future.
2011-05-19 23:50:47 +03:00
Tim-Philipp Müller
28e08b18ab
Release 0.10.22
...
Highlights:
- hlsdemux: Add HTTP live streaming parser/demuxer element
- new elements: h263parse, zebrastripe, patchdetect
- scenechange: new scene change detection element
- removed audioparsersbad plugin, it has been moved to -good
- make opencv plugin work with OpenCV 2.2
- countless (still experimental) camerabin2 fixes and improvements
- experimental VP8 RTP payloader/depayloader (RTP payloading not finalised yet)
- curlsink: add libcurl-based sink element (acts as client, not server)
- decklink: add decklink plugin
- linsys: add plugin for Linear Systems SDI boards
- sdi: add raw SDI muxing/demuxing elements
- camerabin now relies on muxers to mux based on running time (ie. latest base/good/ugly releases)
- many other fixes and improvements
2011-05-10 11:42:52 +01:00
Tim-Philipp Müller
67c6b53ec4
0.10.21.4 pre-release
2011-04-30 19:47:47 +01:00
Tim-Philipp Müller
954977127b
0.10.21.3 pre-release
2011-04-28 00:00:09 +01:00
Tim-Philipp Müller
12c8d4559c
docs: update docs for pre-release
2011-04-17 00:54:50 +01:00
Tim-Philipp Müller
8e60680c33
docs: update docs for recent changes in git
2011-03-01 11:23:49 +00:00
Tim-Philipp Müller
222be5f0e9
valve: move valve element/plugin to core
...
https://bugzilla.gnome.org/show_bug.cgi?id=630808
2010-12-31 01:41:18 +00:00
Thiago Santos
cf86df2d00
opencv: Adds new plugin opencv
...
Moves opencv plugin from http://github.com/Elleo/gst-opencv
into -bad module.
2010-09-08 17:15:51 -03:00
Tim-Philipp Müller
f413d4d752
docs: update for release
2010-09-03 00:21:06 +01:00
Sebastian Dröge
4d7ce8c506
0.10.19.4 pre-release
2010-08-21 21:42:04 +02:00
Tim-Philipp Müller
8486430ee5
0.10.19.3 pre-release
2010-08-11 17:19:57 +01:00
Tim-Philipp Müller
61f7a1e12b
0.10.19.2 pre-release
...
This commit is out of sequence, it really belongs between commits
1509833141
(Automatic update of
common submodule) and dd26f378b0
(configure: Fix the CELT checks to ...)
2010-08-11 11:35:23 +01:00
Sebastian Dröge
4a339aba5c
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
...
This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.
2010-08-04 19:26:51 +02:00
Sebastian Dröge
76b4ed4ef1
docs: Add lots of gaudieffects/geometrictransform symbols to the docs
2010-08-03 10:29:36 +02:00
Sebastian Dröge
7f51273b8e
docs: Integrate VP8 documentation
2010-07-03 17:48:20 +02:00
Tim-Philipp Müller
cc058612ec
Release 0.10.19
2010-05-31 02:10:58 +01:00
Tim-Philipp Müller
529ca3be70
docs: remove more cruft related to plugins that have been moved to -good
2010-05-14 18:31:52 +01:00
Tim-Philipp Müller
9194b36eb2
Release 0.10.18
2010-03-06 01:49:26 +00:00
Sebastian Dröge
ad13ec6933
docs: Update documentation
2010-02-12 11:35:22 +01:00
Stefan Kost
766a9bf409
docs: update of the plugin docs, adding new introspect data
2010-01-29 11:41:16 +02:00
Sebastian Dröge
828af08490
dataurisrc: Add docs and integrate into build system
...
Fixes again bug #596885 .
2010-01-25 11:56:33 +01:00
Sebastian Dröge
c3e42004d1
assrender: Add docs and integrate into the docs build system
2009-12-08 14:46:35 +01:00
Jan Schmidt
8ca8d764e5
Release 0.10.17
2009-11-17 01:25:47 +00:00
Jan Schmidt
872b6c8702
release 0.10.15
2009-10-21 17:14:34 +01:00
Stefan Kost
9c4fd17edd
docs: add zbar plugin
2009-10-02 11:09:11 +03:00
Tim-Philipp Müller
70c8871355
docs: update plugin docs for git version
2009-08-31 13:31:16 +01:00
Tim-Philipp Müller
b6b7c0aace
Release 0.10.14
2009-08-29 19:35:31 +01:00
Stefan Kost
87a97e24d4
docs: add docs for ladspa and update plugin docs
...
Add also inspect files for lv2 and frei0r (no docs yet).
2009-07-22 18:04:18 +03:00