summaryrefslogtreecommitdiffstats
path: root/ext/dv
Commit message (Collapse)AuthorAgeFilesLines
* Changed to the new props APIWim Taymans2002-03-301-1/+5
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-193-9/+9
| | | | | | | | | 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
* Reworked the DV decoder.Wim Taymans2002-01-262-145/+211
| | | | | | | | Original commit message from CVS: Reworked the DV decoder. - make it do RGB or YUV output using caps negotiation - use bytestream to read data. - autodetect PAL/NTSC
* - 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-131-3/+1
| | | | | | 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-1/+1
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* dvshow.c -> demo-dv.cAndy Wingo2002-01-042-0/+109
| | | | | Original commit message from CVS: dvshow.c -> demo-dv.c
* Fixed some leftover fixesWim Taymans2001-12-231-57/+54
| | | | | Original commit message from CVS: Fixed some leftover fixes
* more fixesThomas Vander Stichele2001-12-231-3/+3
| | | | | Original commit message from CVS: more fixes
* adding dv, raw1934, gnomevfs, rtpThomas Vander Stichele2001-12-234-0/+547
Original commit message from CVS: adding dv, raw1934, gnomevfs, rtp