summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-0716-10/+27
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Include config.hDavid Schleef2003-11-062-0/+6
| | | | | Original commit message from CVS: Include config.h
* add initial version of gdkpixbuf loader for gtk that is capable of loading ↵Benjamin Otte2003-11-055-5/+687
| | | | | | | | AVI and mpeg videos as GdkPixbufAnimation.... Original commit message from CVS: add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.) This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
* This was wrongRonald S. Bultje2003-11-021-0/+14
| | | | | Original commit message from CVS: This was wrong
* More cruftRonald S. Bultje2003-11-021-20/+26
| | | | | Original commit message from CVS: More cruft
* Fix this too. Note that the per-plugin licensing is gone because of ↵Ronald S. Bultje2003-11-021-62/+83
| | | | | | | company's new per-plugin (rather than per-element... Original commit message from CVS: Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
* Use the GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt2003-11-022-6/+6
| | | | | Original commit message from CVS: Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
* Updated for new plugin loading codeJan Schmidt2003-11-021-29/+31
| | | | | Original commit message from CVS: Updated for new plugin loading code
* Updated for the new plugin loading codeJan Schmidt2003-11-022-25/+31
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Speex compilesIain Holmes2003-11-023-87/+107
| | | | | Original commit message from CVS: Speex compiles
* Text overlayIain Holmes2003-11-022-83/+87
| | | | | Original commit message from CVS: Text overlay
* Mikmod fixedIain Holmes2003-11-021-20/+22
| | | | | Original commit message from CVS: Mikmod fixed
* pngenc fixedIain Holmes2003-11-022-57/+61
| | | | | Original commit message from CVS: pngenc fixed
* JPEG JPEG JPEG WHEEEEIain Holmes2003-11-023-92/+117
| | | | | | | Original commit message from CVS: JPEG JPEG JPEG WHEEEE Fixyed. (Gah, I'm getting sleeeeeeeeepeeeeeeeee)
* Port GstGdkPixbufSrc to the new definitionsIain Holmes2003-11-011-22/+26
| | | | | | Original commit message from CVS: Port GstGdkPixbufSrc to the new definitions Close the loader before unreffing it.
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-013-100/+124
| | | | | Original commit message from CVS: Whheeee, FLAC ported to new system too
* ESD UpdatedIain Holmes2003-11-013-32/+38
| | | | | Original commit message from CVS: ESD Updated
* Updated AAsinkIain Holmes2003-11-011-22/+27
| | | | | Original commit message from CVS: Updated AAsink
* Create type find function for gdk_pixbufDavid Schleef2003-10-291-0/+36
| | | | | Original commit message from CVS: Create type find function for gdk_pixbuf
* 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-293-3/+3
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-285-41/+9
| | | | | | | | | | | | 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
* remove g_print() noisinessDavid Schleef2003-10-161-2/+0
| | | | | Original commit message from CVS: remove g_print() noisiness
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-093-4/+4
| | | | | 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-0818-63/+75
| | | | | | | 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.
* updating some plugin categoriesLeif Johnson2003-10-084-4/+4
| | | | | Original commit message from CVS: updating some plugin categories
* fix flac mimetypeJeremy Simon2003-10-041-1/+1
| | | | | Original commit message from CVS: fix flac mimetype
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-017-59/+43
| | | | | | | | | | | | | | | | | | | | | 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
* Don't unref event when calling gst_pad_event_default() (#119155)David Schleef2003-09-251-2/+2
| | | | | Original commit message from CVS: Don't unref event when calling gst_pad_event_default() (#119155)
* port #121143 to HEAD (flac file detection)Jeremy Simon2003-09-201-3/+23
| | | | | Original commit message from CVS: port #121143 to HEAD (flac file detection)
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-1610-45/+20
| | | | | 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-1510-20/+45
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-2/+0
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* rewrite state machine in _loop() function to handle buffer durationsDavid Schleef2003-08-262-29/+80
| | | | | Original commit message from CVS: rewrite state machine in _loop() function to handle buffer durations
* Migrate caps to new system. Change to using a simple convolution to create ↵David Schleef2003-08-261-6/+6
| | | | | | | | outline. Original commit message from CVS: Migrate caps to new system. Change to using a simple convolution to create outline.
* Remove redundant plugindir definitionDavid Schleef2003-08-1013-13/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* change FT_PIXEL_MODE_GRAY to ft_pixel_mode_graysDavid Schleef2003-08-061-1/+1
| | | | | Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
* Fix installing plugin in wrong dirDavid Schleef2003-07-281-1/+1
| | | | | Original commit message from CVS: Fix installing plugin in wrong dir
* move the element to Codec/Image/Decoder, as it was annoying me in gst-editorJan Schmidt2003-07-281-1/+1
| | | | | | | Original commit message from CVS: move the element to Codec/Image/Decoder, as it was annoying me in gst-editor Are there rules for this yet?
* Fix gst_speexdec_details information now plugin can be register without problemsAngel Carpintero2003-07-281-1/+1
| | | | | Original commit message from CVS: Fix gst_speexdec_details information now plugin can be register without problems
* Make mplex subdir dependent on USE_MPLEXDavid Schleef2003-07-271-1/+7
| | | | | Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX
* Adding needed license information. The patch was reviewed and approved byBrian Cameron2003-07-252-0/+2
| | | | | | | Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-242-2/+11
| | | | | Original commit message from CVS: Add buffer length checks to every typefinding function
* Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ↵David Schleef2003-07-231-2/+2
| | | | | | | | int) Original commit message from CVS: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
* 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
* enable ext/mplexDavid Schleef2003-07-221-2/+2
| | | | | Original commit message from CVS: enable ext/mplex
* + changes for new float caps without slope/intercept + some category changes ↵Leif Johnson2003-07-194-26/+25
| | | | | | | | for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
* make sure esdmon.h gets distedChristian Schaller2003-07-181-1/+1
| | | | | Original commit message from CVS: make sure esdmon.h gets disted
* the real speex disting fix, the previous one was just the build fix :)Christian Schaller2003-07-181-1/+1
| | | | | Original commit message from CVS: the real speex disting fix, the previous one was just the build fix :)
* fix it so that the SPEEX plugin gets distedChristian Schaller2003-07-181-1/+7
| | | | | Original commit message from CVS: fix it so that the SPEEX plugin gets disted