summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdvdec.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Various small fixes for compile problemsRonald S. Bultje2002-04-261-3/+3
| | | | | Original commit message from CVS: Various small fixes for compile problems
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-10/+10
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* 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.
* 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.
* Reworked the DV decoder.Wim Taymans2002-01-261-138/+207
| | | | | | | | 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
* 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...
* Fixed some leftover fixesWim Taymans2001-12-231-57/+54
| | | | | Original commit message from CVS: Fixed some leftover fixes
* adding dv, raw1934, gnomevfs, rtpThomas Vander Stichele2001-12-231-0/+422
Original commit message from CVS: adding dv, raw1934, gnomevfs, rtp