summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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?
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-284-4/+18
| | | | | | Original commit message from CVS: second attempt fixing gdkpixbuf stuff
* 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
* Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef2003-07-271-0/+5
| | | | | | | Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
* fix initializationDavid Schleef2003-07-262-2/+2
| | | | | Original commit message from CVS: fix initialization
* Nothing in this directory actually uses FreetypeDavid Schleef2003-07-261-1/+1
| | | | | Original commit message from CVS: Nothing in this directory actually uses Freetype
* Compilation fixes for 64-bit architecturesDavid Schleef2003-07-251-3/+3
| | | | | Original commit message from CVS: Compilation fixes for 64-bit architectures
* Added tcp plugin to buildAngel Carpintero2003-07-251-1/+2
| | | | | Original commit message from CVS: Added tcp plugin to build
* 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.
* Rewrote the core function. Added some nice #defines that should probably go ↵David Schleef2003-07-251-22/+39
| | | | | | | | in gstvideo.h. Fixes #118245. Original commit message from CVS: Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245.
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-244-2/+17
| | | | | 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-222-2/+3
| | | | | Original commit message from CVS: enable ext/mplex
* Fix a warningRonald S. Bultje2003-07-221-2/+2
| | | | | Original commit message from CVS: Fix a warning
* improve index offset calculation, fix some minor other issues and make ↵Ronald S. Bultje2003-07-221-31/+27
| | | | | | | avimux actually work with mp3 audio Original commit message from CVS: Fix padding (2 bytes instead of 4), improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio
* A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin2003-07-221-1/+1
| | | | | Original commit message from CVS: A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
* Update matroska check (see #117717)Ronald S. Bultje2003-07-201-4/+4
| | | | | Original commit message from CVS: Update matroska check (see #117717)
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-193-10/+6
| | | | | Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
* + changes for new float caps without slope/intercept + some category changes ↵Leif Johnson2003-07-195-27/+26
| | | | | | | | for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
* fix spec file to work with new combined esound pluginChristian Schaller2003-07-181-2/+1
| | | | | Original commit message from CVS: fix spec file to work with new combined esound plugin
* 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
* _Really_ fix my lame attempts at previous fixes for matroska detection.David Schleef2003-07-171-1/+0
| | | | | | Original commit message from CVS: _Really_ fix my lame attempts at previous fixes for matroska detection.
* Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.David Schleef2003-07-171-6/+6
| | | | | | Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
* Added clock to esdsink based on GstAudioClockDavid Schleef2003-07-173-8/+129
| | | | | Original commit message from CVS: Added clock to esdsink based on GstAudioClock
* Move to m4/ instead of common/m4/Ronald S. Bultje2003-07-172-0/+262
| | | | | Original commit message from CVS: Move to m4/ instead of common/m4/
* Add textoverlay element that was previously in the sandboxDavid Schleef2003-07-173-2/+684
| | | | | Original commit message from CVS: Add textoverlay element that was previously in the sandbox
* Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them hereDavid Schleef2003-07-171-2/+2
| | | | | Original commit message from CVS: Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
* Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)David Schleef2003-07-171-0/+35
| | | | | Original commit message from CVS: Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
* Really disable Matroska this time. Reenable smoothwave until someone ↵David Schleef2003-07-171-10/+24
| | | | | | | | decides to delete it. Fix ivorbis detection. Original commit message from CVS: Really disable Matroska this time. Reenable smoothwave until someone decides to delete it. Fix ivorbis detection.
* Fixes to make it compile without GNOME, and with a modern (>= 0.3) version ↵David Schleef2003-07-172-24/+28
| | | | | | | | | of GStreamer. Now that I got it compiled,... Original commit message from CVS: Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer. Now that I got it compiled, I want to delete it.
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-1610-797/+349
| | | | | | | | | | | | | | | | | comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
* Update to new debugging systemRonald S. Bultje2003-07-154-8/+8
| | | | | Original commit message from CVS: Update to new debugging system
* Added #include of config.h so that they symbol "VERSION" could be found.Brian Cameron2003-07-155-6/+22
| | | | | | | Original commit message from CVS: Added #include of config.h so that they symbol "VERSION" could be found. Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes in the debug logic. Now this plugin compiles.
* Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check ↵Brian Cameron2003-07-151-7/+13
| | | | | | | | so that it doesn't stop the configure if i... Original commit message from CVS: Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if it fails.
* Merge esdmon and esdsink elements into one pluginDavid Schleef2003-07-156-73/+139
| | | | | Original commit message from CVS: Merge esdmon and esdsink elements into one plugin
* Add matroska support to the build treeRonald S. Bultje2003-07-143-5/+24
| | | | | Original commit message from CVS: Add matroska support to the build tree
* Caps fixes and general cleanup.David Schleef2003-07-145-32/+48
| | | | | Original commit message from CVS: Caps fixes and general cleanup.
* Fixes for new caps systemDavid Schleef2003-07-141-6/+8
| | | | | Original commit message from CVS: Fixes for new caps system
* Add gst/overlay directoryDavid Schleef2003-07-141-1/+2
| | | | | Original commit message from CVS: Add gst/overlay directory
* GSM -> RTP and viceversaZeeshan Ali2003-07-1316-28/+1536
| | | | | Original commit message from CVS: GSM -> RTP and viceversa
* fix the bug where pngenc was registered as a effect pluginChristian Schaller2003-07-121-1/+1
| | | | | Original commit message from CVS: fix the bug where pngenc was registered as a effect plugin
* various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele2003-07-123-25/+39
| | | | | | Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
* Silence and fix typefindingRonald S. Bultje2003-07-111-3/+3
| | | | | Original commit message from CVS: Silence and fix typefinding
* fix licensing terms for Goom, it is LGPL not GPLChristian Schaller2003-07-102-1/+6
| | | | | Original commit message from CVS: fix licensing terms for Goom, it is LGPL not GPL
* another comma missingBenjamin Otte2003-07-081-1/+1
| | | | | Original commit message from CVS: another comma missing