summaryrefslogtreecommitdiffstats
path: root/docs/plugins
AgeCommit message (Collapse)AuthorFilesLines
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h3-0/+81
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-06-29docs: remove old elementWim Taymans1-1/+0
2009-06-29rtpbin: removed old gstrtpclientWim Taymans2-16/+0
2009-06-25capssetter: import element into -badMark Nauwelaerts6-0/+67
2009-06-18docs: Bump common to correct upload-doc.mak, fix a comment in the doc MakefileJan Schmidt1-1/+1
2009-06-18Release 0.10.13Jan Schmidt88-4492/+356
2009-06-06id3tag: rename new id3tag element to id3mux replacing the one removed from -uglyTim-Philipp Müller1-1/+1
2009-06-05Moved 'x264enc' from -bad to -uglyJan Schmidt4-50/+0
2009-06-05docs: add inspect files for new pluginsTim-Philipp Müller3-0/+102
2009-06-05docs: fix build of plugin docs by updating inspect templatesTim-Philipp Müller7-12/+26
The xml inspect data of the debugutilsbad plugin didn't contain the data for the fpsdisplaysink element (someone probably ran 'make udpate' in docs/plugins with the old libgstfpsdisplaysink.so from before the rename still around).
2009-06-05Revert "docs: add doc file fro new plugin"Tim-Philipp Müller1-57/+0
This reverts commit 039ef3eb072555b7ca38fc351ca386bb680ccccc. We don't track the stuff in xml/ in git.
2009-06-05docs: add doc file fro new pluginStefan Kost1-0/+57
2009-06-01shapewipe: Add documentation and integrate into the build systemSebastian Dröge87-318/+4644
2009-05-20Release 0.10.12Jan Schmidt84-4480/+324
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt4-0/+42
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt4-52/+0
2009-05-13Moved 'deinterlace2' from -bad to -goodSebastian Dröge5-102/+0
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good.
2009-05-12Moved 'flv' from -bad to -goodSebastian Dröge5-142/+0
2009-05-01docs: make fpsdisplaysink show up in the docsTim-Philipp Müller3-0/+17
2009-05-01fpsdisplaysink: rename plugin (not element) to debugutilsbadTim-Philipp Müller1-8/+8
Makes it easier to add further utils here without creating yet another plugin.
2009-04-22flv: Add documentation to flvmux and flvdemuxSebastian Dröge3-1/+35
Partially fixes bug #573737.
2009-04-22deinterlace2: Add documentation and integrate into the build systemSebastian Dröge3-0/+17
2009-04-22mxf: Add documentation to mxfmux and update the docsSebastian Dröge89-459/+4880
2009-03-21Release 0.10.11Jan Schmidt87-6060/+364
2009-03-10Moved twolame from Bad to UglyJan Schmidt4-51/+0
2009-03-04valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller1-3/+3
If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
2009-03-04docs/plugins/Makefile.am: add figures subdirectoryChristian Schaller1-0/+2
tests/examples/Makefile.am: add mxf subdirectory gst-plugins.spec.in: add new plugins
2009-03-03Add Doc for mimic pluginOlivier Crête4-0/+87
2009-03-03rtpmux: Ignore rtpmux get_type function for docsOlivier Crête1-0/+1
2009-03-03autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête4-1/+52
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-27docs: Ignore some more generated filesJan Schmidt1-1/+2
2009-02-27docs: Enroll dirac plugin into the docsJan Schmidt2-0/+35
2009-02-27dtsdec: Add some basic docs to the pluginJan Schmidt3-0/+16
2009-02-25docs: various doc fixesStefan Kost2-137/+136
No short-desc as we have them in the element details. Also keep things (Makefile.am and sections.txt) sorted. Reword ambigous returns. No text after since please.
2009-02-25docs: update docs to add camerabin and its figureStefan Kost86-371/+6608
2009-02-22Use shave for the build outputJan Schmidt1-2/+2
2009-02-21Moved rtpmux from gst-p-farsight to -badOlivier Crête5-4/+94
2009-02-21Re-indent to Gst styleOlivier Crête3-6/+6
2009-02-21Moved dtmf elements from gst-plugins-farsight to -badOlivier Crête4-0/+126
2009-02-17Add doc infrastructure to valveOlivier Crête3-0/+18
2009-02-17Moved valve from gst-plugins-farsight to -badOlivier Crête1-0/+34
2009-02-17Moved siren from gst-p-farsight to -badOlivier Crête1-0/+55
2009-02-17Add liveadder to the docsOlivier Crête3-0/+22
2009-02-17Moved liveadder from gst-plugins-farsight to -badOlivier Crête1-0/+34
Re-indent liveadder in gst style and add it to configure
2009-01-30Add releaseinfo with online url.Stefan Kost1-0/+5
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede1-1/+1
Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837.
2009-01-23Rename audioresample files and types to legacyresampleSebastian Dröge79-246/+811
Finish the move/rename of audioresample to legacyresample to prevent any confusion.
2009-01-23Remove speexresample from -bad, it's in -baseSebastian Dröge1-34/+0
2009-01-19Release 0.10.10RELEASE-0_10_10GIT_CONVERSIONJan Schmidt68-220/+262
Original commit message from CVS: Release 0.10.10
2009-01-05Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421Jan Schmidt3-55/+0
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-app.xml: * examples/Makefile.am: * examples/app/.cvsignore: * examples/app/Makefile.am: * examples/app/appsink-src.c: * examples/app/appsrc-ra.c: * examples/app/appsrc-seekable.c: * examples/app/appsrc-stream.c: * examples/app/appsrc-stream2.c: * examples/app/appsrc_ex.c: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/.cvsignore: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp-marshal.list: * gst-libs/gst/app/gstappbuffer.c: * gst-libs/gst/app/gstappbuffer.h: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsink.h: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421