summaryrefslogtreecommitdiffstats
path: root/ext/dv
Commit message (Collapse)AuthorAgeFilesLines
...
* Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef2003-10-291-41/+0
| | | | | | | | code from bitrotten plugins Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-1/+4
| | | | | | | | | | | | Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-091-2/+2
| | | | | Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-4/+4
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-012-21/+22
| | | | | | | | | | | | | | | | | | | | | been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
* 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 ext/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-1/+6
| | | | | Original commit message from CVS: Add buffer length checks to every typefinding function
* Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00Jan Schmidt2003-07-231-1/+1
| | | | | Original commit message from CVS: Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-33/+52
| | | | | | | 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-0/+3
| | | | | | | | 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.
* - UNITS -> DEFAULTWim Taymans2003-05-241-19/+13
| | | | | | Original commit message from CVS: - UNITS -> DEFAULT - seeking updates
* Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2003-04-071-1/+1
| | | | | | | | | int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
* 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