summaryrefslogtreecommitdiffstats
path: root/gst/law
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge CAPS branchDavid Schleef2003-12-226-124/+96
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-042-2/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-166-12/+12
| | | | | Original commit message from CVS: + checking in plugin category changes
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-075-4/+4
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* make sure config.h is included firstDavid Schleef2003-11-064-0/+12
| | | | | Original commit message from CVS: make sure config.h is included first
* ......Ronald S. Bultje2003-11-026-92/+110
| | | | | Original commit message from CVS: ......
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-084-12/+16
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-192-4/+4
| | | | | Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-066-39/+28
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-0/+6
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* I bet you didn't try if the fix worked, BBB ;)Benjamin Otte2003-03-241-2/+2
| | | | | | Original commit message from CVS: I bet you didn't try if the fix worked, BBB ;) Fixed it the right way now.
* Fix compiler problems with gcc-2.96/RH-7.3Ronald S. Bultje2003-03-141-2/+2
| | | | | Original commit message from CVS: Fix compiler problems with gcc-2.96/RH-7.3
* Make alaw / mulaw work again.Benjamin Otte2003-03-039-298/+192
| | | | | | | Original commit message from CVS: Make alaw / mulaw work again. - fixed link functions - make alaw encode/decode use alsa code, so it works right now
* get this thing working (again ?)Benjamin Otte2003-02-251-25/+26
| | | | | Original commit message from CVS: get this thing working (again ?)
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-3/+3
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* plugins part of license field patchChristian Schaller2002-09-182-0/+8
| | | | | Original commit message from CVS: plugins part of license field patch
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-104-10/+5
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-312-0/+2
| | | | | | | file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
* various name fixes and sundryThomas Vander Stichele2002-05-032-4/+4
| | | | | Original commit message from CVS: various name fixes and sundry
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-202-4/+4
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-112-20/+20
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* fixed first bunch of compiler warningsBenjamin Otte2002-04-061-3/+8
| | | | | Original commit message from CVS: fixed first bunch of compiler warnings
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, ↵Andy Wingo2002-02-171-25/+23
| | | | | | | | | auparse to new capsnego Original commit message from CVS: * better capsnego in osssink * s/parseau/auparse/ * update volume, mulawdecode, auparse to new capsnego
* A new batch of // fixesChristian Schaller2002-01-198-25/+24
| | | | | Original commit message from CVS: A new batch of // fixes
* - plugins are built without versioning infoWrobell2002-01-181-0/+2
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-134-9/+17
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+4
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-231-1/+0
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* Initial revisionAndy Wingo2001-12-2215-0/+1535
Original commit message from CVS: Initial revision