summaryrefslogtreecommitdiff
path: root/docs/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 0.10.19.2 pre-releaseTim-Philipp Müller2010-08-11106-2171/+894
| | | | | | | This commit is out of sequence, it really belongs between commits 15098331412ceb982c24b89bb4346354fb56433c (Automatic update of common submodule) and dd26f378b01d679834f12935efc7093fb5807956 (configure: Fix the CELT checks to ...)
* configure: Check if the compiler supports ISO C89 or C99 and which ↵Sebastian Dröge2010-08-045-132/+132
| | | | | | | | | 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.
* coloreffects: Add to the documentationSebastian Dröge2010-08-046-11/+73
|
* docs: Add lots of gaudieffects/geometrictransform symbols to the docsSebastian Dröge2010-08-0311-308/+755
|
* gaudieffects: Add Gaussian Blur effect, and brief example.Jan Schmidt2010-08-021-0/+21
|
* docs: add more plugins and elements to the docsTim-Philipp Müller2010-07-2812-345/+1011
|
* docs: Integrate VP8 documentationSebastian Dröge2010-07-0316-712/+2574
|
* videomaxrate: Add to docsOlivier Crête2010-07-023-0/+17
|
* docs: update inspect info, now sorted and escapedTim-Philipp Müller2010-06-3053-1118/+1163
|
* Back to developmentTim-Philipp Müller2010-06-0196-186/+186
|
* Release 0.10.19RELEASE-0.10.19Tim-Philipp Müller2010-05-31100-2303/+1454
|
* docs: add some distclean rules to fix distcheckTim-Philipp Müller2010-05-311-0/+19
| | | | | | Stolen from gtk-doc.m4 and not found in gtk-doc-plugin.m4. We need them because we do have libs/interfaces stuff as well now (namely GstPhotography).
* docs: fix build of gtk-doc scannerTim-Philipp Müller2010-05-312-2/+5
|
* docs: fix dist/distcheck issues with camerabin figuresTim-Philipp Müller2010-05-264-14/+12
| | | | | | | Move figures into docs/plugins as well, to avoid issues with make dist and make distcheck (make distdir will not first descend into child directories). Out-of-source build seems to still work as well.
* Removing remaining gstapp*Thiago Santos2010-05-242-116/+0
| | | | | There are some remaining gstapp* living unlinked from the build scripts. Remove them.
* docs: fix html image location for out-of-source buildMark Nauwelaerts2010-05-201-1/+1
|
* docs: remove more cruft related to plugins that have been moved to -goodTim-Philipp Müller2010-05-143-98/+0
|
* Remove oss4 pluginTim-Philipp Müller2010-05-111-53/+0
| | | | | | It has been moved to gst-plugins-good. See #614305.
* Remove imagefreeze plugin/element.Tim-Philipp Müller2010-05-114-51/+0
| | | | | | It has been moved to gst-plugins-good. See #613786.
* Remove capssetter elementTim-Philipp Müller2010-05-114-38/+1
| | | | | | It has been moved to gst-plugins-good. See #617739.
* docs: add freeze to plugin docsStefan Kost2010-05-073-0/+16
|
* docs: add photography iface to docsStefan Kost2010-03-244-1/+57
| | | | We normaly have separate libs docs, not done becasue of lazyness here yet.
* docs: the xdgmime plugin was merged into typefindersStefan Kost2010-03-161-14/+0
|
* imagefreeze: Add to the docsSebastian Dröge2010-03-124-0/+51
|
* docs: Update to match recent commitsBenjamin Otte2010-03-107-13/+57
|
* Back to developmentTim-Philipp Müller2010-03-0993-179/+179
|
* Release 0.10.18RELEASE-0.10.18Tim-Philipp Müller2010-03-0697-455/+507
|
* docs: remove bits that refer to plugins that have been movedTim-Philipp Müller2010-02-282-381/+0
|
* Moved 'ivorbis(dec)' from -bad to -base.Mark Nauwelaerts2010-02-154-74/+0
| | | | Fixes #609063.
* docs: Update documentationSebastian Dröge2010-02-127-845/+3103
|
* Moved 'shapewipe' from -bad to -goodSebastian Dröge2010-02-124-58/+0
| | | | Fixes bug #584536.
* faad: add documentationMark Nauwelaerts2010-02-113-0/+16
|
* docs: update of the plugin docs, adding new introspect dataStefan Kost2010-01-295-1189/+10740
|
* jpegparse: new jpeg parser element. FIxes #583098Arnout Vandecappelle2010-01-293-0/+17
| | | | | Parse JPEG images, extracts its metadata, set caps and packetize an image per buffer.
* audioparsers: rename baseparse GType name to avoid possible conflictsMark Nauwelaerts2010-01-271-1/+1
|
* dataurisrc: Add docs and integrate into build systemSebastian Dröge2010-01-2518-75/+2040
| | | | Fixes again bug #596885.
* audioparsers: add some missing documentation piecesMark Nauwelaerts2010-01-052-3/+101
|
* ac3parse: add documentationMark Nauwelaerts2010-01-053-0/+16
|
* flacparse: add documentationMark Nauwelaerts2010-01-053-0/+16
|
* audioparsers: move 'amrparse' into itMark Nauwelaerts2009-12-082-2/+1
|
* audioparsers: rename 'aacparse' plugin to generic 'audioparsers' pluginMark Nauwelaerts2009-12-082-2/+2
|
* assrender: Add docs and integrate into the docs build systemSebastian Dröge2009-12-08100-1502/+9309
|
* Release 0.10.17RELEASE-0.10.17Jan Schmidt2009-11-1796-162/+340
|
* dtmfdetect: Add dtmfdetects to plugins docsOlivier Crête2009-11-053-2/+20
|
* aiff: add aiff elements to docsTim-Philipp Müller2009-10-314-4/+59
|
* aiff: rename 'aiffparse' plugin to 'aiff'Tim-Philipp Müller2009-10-311-4/+4
|
* Release 0.10.16RELEASE-0.10.16Jan Schmidt2009-10-2389-89/+89
|
* release 0.10.15RELEASE-0.10.15Jan Schmidt2009-10-2196-9324/+457
|
* docs: update plugin doc scan filesStefan Kost2009-10-0280-2898/+2023
|
* docs: add zbar pluginStefan Kost2009-10-0214-245/+3992
|