summaryrefslogtreecommitdiffstats
path: root/ext/dv
Commit message (Collapse)AuthorAgeFilesLines
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-2/+2
| | | | | | | | | | 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
* Fix for premature EOSJan Schmidt2003-01-041-10/+14
| | | | | | | Original commit message from CVS: Fix for premature EOS Fix for correct NTSC framerate Couple of comment fixes
* Fix plugins for new query APIWim Taymans2002-12-301-10/+10
| | | | | Original commit message from CVS: Fix plugins for new query API
* fix locationThomas Vander Stichele2002-12-271-1/+1
| | | | | Original commit message from CVS: fix location
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* CleanupsWim Taymans2002-11-022-51/+85
| | | | | | Original commit message from CVS: Cleanups Added some segment seek
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* oopsWim Taymans2002-09-121-1/+0
| | | | | Original commit message from CVS: oops
* Small cleanup in property handlingWim Taymans2002-09-121-0/+2
| | | | | Original commit message from CVS: Small cleanup in property handling
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-1/+1
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* removing warnings as approved by wimThomas Vander Stichele2002-09-091-3/+1
| | | | | Original commit message from CVS: removing warnings as approved by wim
* More query/convert/formats introspectionWim Taymans2002-09-091-7/+66
| | | | | Original commit message from CVS: More query/convert/formats introspection
* - some cleanupsWim Taymans2002-09-092-37/+97
| | | | | | Original commit message from CVS: - some cleanups - more config options
* ws fixesWhitespace Fixer2002-09-091-2/+2
| | | | | Original commit message from CVS: ws fixes
* this frees the decoder in object destruction. Thomas, you cna now add this ↵Ronald S. Bultje2002-09-091-1/+11
| | | | | | | plugin back to the build Original commit message from CVS: this frees the decoder in object destruction. Thomas, you cna now add this plugin back to the build
* libdv build fixesDavid I. Lehn2002-08-091-2/+2
| | | | | Original commit message from CVS: libdv build fixes
* merge from release branchThomas Vander Stichele2002-07-091-2/+2
| | | | | Original commit message from CVS: merge from release branch
* unref events, unref poolWim Taymans2002-07-081-2/+5
| | | | | Original commit message from CVS: unref events, unref pool
* attempt to fix my sucky dv and festival breakage.David I. Lehn2002-07-051-2/+2
| | | | | Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
* fix cdparanoia include dir location check.David I. Lehn2002-07-041-1/+1
| | | | | | | Original commit message from CVS: fix cdparanoia include dir location check. fix libdv check to use pkg-config. use libdv cflags.
* Prefer 32 bits over 24 bits outputWim Taymans2002-06-211-10/+10
| | | | | Original commit message from CVS: Prefer 32 bits over 24 bits output
* Added bgr0 implement seeking to frames/samplesWim Taymans2002-06-161-9/+44
| | | | | | | Original commit message from CVS: Added bgr0 implement seeking to frames/samples Small cleanups
* Implement seeking/query/convert on dvdecWim Taymans2002-06-162-49/+228
| | | | | Original commit message from CVS: Implement seeking/query/convert on dvdec
* Also allow PAL dv implement total timeWim Taymans2002-06-151-2/+14
| | | | | | Original commit message from CVS: Also allow PAL dv implement total time
* Added timestampsWim Taymans2002-06-152-43/+135
| | | | | | | Original commit message from CVS: Added timestamps Added typefind check if pad is connected before pushing
* Add audio decoding to the dv decoder.Wim Taymans2002-06-132-4/+57
| | | | | Original commit message from CVS: Add audio decoding to the dv decoder.
* Set the rank so it can be autopluggedWim Taymans2002-06-131-0/+1
| | | | | Original commit message from CVS: Set the rank so it can be autoplugged
* API anti-bork fixThomas Vander Stichele2002-06-131-1/+1
| | | | | Original commit message from CVS: API anti-bork fix
* use new bytestream api. please test if you care about this pluginSteve Baker2002-05-151-4/+6
| | | | | Original commit message from CVS: use new bytestream api. please test if you care about this plugin
* Various small fixes for compile problemsRonald S. Bultje2002-04-262-9/+9
| | | | | Original commit message from CVS: Various small fixes for compile problems
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-112-16/+16
| | | | | | | | | | | 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.
* 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