summaryrefslogtreecommitdiffstats
path: root/gst/flx
Commit message (Collapse)AuthorAgeFilesLines
...
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Silence and fix typefindingRonald S. Bultje2003-07-111-3/+3
| | | | | Original commit message from CVS: Silence and fix typefinding
* another comma missingBenjamin Otte2003-07-081-1/+1
| | | | | Original commit message from CVS: another comma missing
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-21/+20
| | | | | | | 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-291-1/+4
| | | | | | | | 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.
* Make sure buffer is long enough in type_find. Attempt to fix #114580David Schleef2003-06-061-0/+4
| | | | | Original commit message from CVS: Make sure buffer is long enough in type_find. Attempt to fix #114580
* Fix timestampsWim Taymans2003-01-121-1/+1
| | | | | Original commit message from CVS: Fix timestamps
* 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-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-3/+1
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* Fix timestampsWim Taymans2002-06-161-2/+2
| | | | | Original commit message from CVS: Fix timestamps
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-0/+1
| | | | | | | 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.
* use new bytestream apiSteve Baker2002-05-151-2/+3
| | | | | Original commit message from CVS: use new bytestream api
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-1/+1
| | | | | | | | | | | 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-111-12/+12
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-1/+1
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-203-3/+3
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | 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-1/+1
| | | | | | | | | | 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
* Small fixesWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Small fixes
* Drop the bytstream correctly.Wim Taymans2002-01-191-3/+10
| | | | | Original commit message from CVS: Drop the bytstream correctly.
* Small cleanups, break the loop if the buffer is nullWim Taymans2002-01-192-9/+12
| | | | | Original commit message from CVS: Small cleanups, break the loop if the buffer is null
* minor fixesChristian Schaller2002-01-192-4/+4
| | | | | Original commit message from CVS: minor fixes
* Fixed two off by one bugs in the delta decoding code.Wim Taymans2002-01-181-3/+4
| | | | | Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
* Fix the "64 colors flx too dark" bug.Wim Taymans2002-01-183-15/+32
| | | | | Original commit message from CVS: Fix the "64 colors flx too dark" bug.
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | 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-132-71/+125
| | | | | | 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/+3
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* Fixed some pluginsWim Taymans2001-12-281-1/+0
| | | | | Original commit message from CVS: Fixed some plugins
* Fixed some leftover errors.Wim Taymans2001-12-231-1/+2
| | | | | Original commit message from CVS: Fixed some leftover errors.
* Initial revisionAndy Wingo2001-12-226-0/+1005
Original commit message from CVS: Initial revision