summaryrefslogtreecommitdiffstats
path: root/docs/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2008-12-17Add appsrc and appsink documentation.Wim Taymans3-0/+54
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init): Add appsrc and appsink documentation.
2008-12-16Add initial documentation for the MXF plugin and mxfdemux.Sebastian Dröge10-4162/+179
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-mxf.xml: * gst/mxf/mxfdemux.c: * gst/mxf/mxfdemux.h: Add initial documentation for the MXF plugin and mxfdemux.
2008-11-28Update audioresample documentation for the new element name.Sebastian Dröge14-312/+4362
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-amrwb.xml: * docs/plugins/inspect/plugin-faac.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-mplex.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-x264.xml: * docs/plugins/inspect/plugin-xvid.xml: * gst/audioresample/gstaudioresample.c: Update audioresample documentation for the new element name.
2008-11-27docs/plugins/inspect/plugin-speexresample.xml: Remove old file.Sebastian Dröge1-9/+9
Original commit message from CVS: * docs/plugins/inspect/plugin-speexresample.xml: Remove old file.
2008-11-27docs/plugins/inspect/plugin-legacyresample.xml: Add missing file.Sebastian Dröge1-0/+34
Original commit message from CVS: * docs/plugins/inspect/plugin-legacyresample.xml: Add missing file.
2008-11-27Integrate the moved audioresample into the build system and rename it to ↵Sebastian Dröge67-484/+275
legacyresample. Fixes bug #558124. 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/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-aacparse.xml: * docs/plugins/inspect/plugin-alsaspdif.xml: * docs/plugins/inspect/plugin-amrparse.xml: * docs/plugins/inspect/plugin-app.xml: * docs/plugins/inspect/plugin-bayer.xml: * docs/plugins/inspect/plugin-bz2.xml: * docs/plugins/inspect/plugin-cdaudio.xml: * docs/plugins/inspect/plugin-cdxaparse.xml: * docs/plugins/inspect/plugin-celt.xml: * docs/plugins/inspect/plugin-dccp.xml: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/plugins/inspect/plugin-dtsdec.xml: * docs/plugins/inspect/plugin-dvb.xml: * docs/plugins/inspect/plugin-dvdspu.xml: * docs/plugins/inspect/plugin-faad.xml: * docs/plugins/inspect/plugin-fbdevsink.xml: * docs/plugins/inspect/plugin-festival.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-freeze.xml: * docs/plugins/inspect/plugin-gsm.xml: * docs/plugins/inspect/plugin-gstinterlace.xml: * docs/plugins/inspect/plugin-gstrtpmanager.xml: * docs/plugins/inspect/plugin-h264parse.xml: * docs/plugins/inspect/plugin-jack.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-metadata.xml: * docs/plugins/inspect/plugin-mms.xml: * docs/plugins/inspect/plugin-modplug.xml: * docs/plugins/inspect/plugin-mpeg4videoparse.xml: * docs/plugins/inspect/plugin-mpegvideoparse.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-musicbrainz.xml: * docs/plugins/inspect/plugin-mve.xml: * docs/plugins/inspect/plugin-mythtv.xml: * docs/plugins/inspect/plugin-nas.xml: * docs/plugins/inspect/plugin-neon.xml: * docs/plugins/inspect/plugin-nsfdec.xml: * docs/plugins/inspect/plugin-nuvdemux.xml: * docs/plugins/inspect/plugin-oss4.xml: * docs/plugins/inspect/plugin-rawparse.xml: * docs/plugins/inspect/plugin-real.xml: * docs/plugins/inspect/plugin-rfbsrc.xml: * docs/plugins/inspect/plugin-scaletempo.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-sdp.xml: * docs/plugins/inspect/plugin-selector.xml: * docs/plugins/inspect/plugin-sndfile.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-speexresample.xml: * docs/plugins/inspect/plugin-stereo.xml: * docs/plugins/inspect/plugin-subenc.xml: * docs/plugins/inspect/plugin-tta.xml: * docs/plugins/inspect/plugin-twolame.xml: * docs/plugins/inspect/plugin-vcdsrc.xml: * docs/plugins/inspect/plugin-videosignal.xml: * docs/plugins/inspect/plugin-vmnc.xml: * docs/plugins/inspect/plugin-wildmidi.xml: * docs/plugins/inspect/plugin-y4menc.xml: * gst/audioresample/gstaudioresample.c: (plugin_init): * gst/audioresample/Makefile.am: * tests/check/Makefile.am: * tests/check/elements/audioresample.c: (setup_audioresample), (GST_START_TEST): Integrate the moved audioresample into the build system and rename it to legacyresample. Fixes bug #558124.
2008-11-13docs/plugins/: Update docs.Stefan Kost9-96/+642
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-aacparse.xml: * docs/plugins/inspect/plugin-amrparse.xml: Update docs.
2008-10-24Release 0.10.9RELEASE-0_10_9Jan Schmidt65-777/+802
Original commit message from CVS: Release 0.10.9