summaryrefslogtreecommitdiffstats
path: root/gst/flx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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