summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-1010-39/+39
| | | | | | | | | | 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
* Committing patch from Dan FischerJan Schmidt2003-01-063-21/+172
| | | | | | | | Original commit message from CVS: Committing patch from Dan Fischer Adds ability to skip partial frames, and 'skip' and 'consecutive' parameters Plugin now sets source caps to indicate PAL or NTSC The kino developers relicensed the code snippet from kino under the LGPL
* #fixes 101992Thomas Vander Stichele2003-01-052-6/+65
| | | | | Original commit message from CVS: #fixes 101992
* 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-302-19/+19
| | | | | Original commit message from CVS: Fix plugins for new query API
* Update to new element sync APIWim Taymans2002-12-271-1/+3
| | | | | Original commit message from CVS: Update to new element sync API
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
| | | | | Original commit message from CVS: No \n in GST_DEBUG
* fix locationThomas Vander Stichele2002-12-272-2/+2
| | | | | Original commit message from CVS: fix location
* Added non functional speex plugin. speex decoding needs a container.Wim Taymans2002-12-166-0/+679
| | | | | Original commit message from CVS: Added non functional speex plugin. speex decoding needs a container.
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-082-6/+6
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-0810-11/+11
| | | | | Original commit message from CVS: parallel install fixes
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+7
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* fix some directories left out of distChristian Schaller2002-11-271-1/+1
| | | | | Original commit message from CVS: fix some directories left out of dist
* Moved clock set/get to class functions.Wim Taymans2002-11-271-1/+2
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* not sure what I did wrong but this should fix it hopefullyThomas Vander Stichele2002-11-272-3/+9
| | | | | Original commit message from CVS: not sure what I did wrong but this should fix it hopefully
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-262-9/+15
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Remove audio/mod type from mikmod (build with modplug now)Jeremy Simon2002-11-242-62/+2
| | | | | Original commit message from CVS: Remove audio/mod type from mikmod (build with modplug now)
* should work with avifile too some cleanup ( video/png, ... )Jeremy Simon2002-11-224-137/+146
| | | | | | Original commit message from CVS: should work with avifile too some cleanup ( video/png, ... )
* LIBPNG going inThomas Vander Stichele2002-11-181-16/+10
| | | | | Original commit message from CVS: LIBPNG going in
* putting in apoc's png encoder, needs some cleanupThomas Vander Stichele2002-11-184-0/+452
| | | | | Original commit message from CVS: putting in apoc's png encoder, needs some cleanup
* add media-info to spec commit patch from Jan Schmidt for raw1394 pluginJan Schmidt2002-11-153-4/+7
| | | | | | Original commit message from CVS: add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
* CleanupsWim Taymans2002-11-022-51/+85
| | | | | | Original commit message from CVS: Cleanups Added some segment seek
* people interpreting .m4's make me laugh with wild abandonmentThomas Vander Stichele2002-10-291-1/+1
| | | | | Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
* fixed shout2 buildingChristian Schaller2002-10-291-2/+8
| | | | | Original commit message from CVS: fixed shout2 building
* Added the new shout pluginWim Taymans2002-10-273-0/+577
| | | | | Original commit message from CVS: Added the new shout plugin
* Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4David Schleef2002-10-201-1/+5
| | | | | Original commit message from CVS: Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4
* fix version test in compat, yeayThomas Vander Stichele2002-10-191-1/+1
| | | | | Original commit message from CVS: fix version test in compat, yeay
* add snapshot dir to MakefileJeremy Simon2002-10-181-2/+8
| | | | | Original commit message from CVS: add snapshot dir to Makefile
* Fixed some logic on the 1.0.3->1.0.4 compatibilityDavid Schleef2002-10-141-1/+1
| | | | | Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
* more compatibility stuff for 1.0.3 -> 1.0.4David Schleef2002-10-111-0/+10
| | | | | Original commit message from CVS: more compatibility stuff for 1.0.3 -> 1.0.4
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-292-4/+4
| | | | | Original commit message from CVS: Some quick fixes for FLAC 1.0.4
* Add a statement terminating semicolon.David I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: Add a statement terminating semicolon.
* no whitespace is allowed between macro names and parameter listsDavid I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: no whitespace is allowed between macro names and parameter lists
* Redo last change by using glib's CLAMP() macroDavid Schleef2002-09-201-4/+3
| | | | | Original commit message from CVS: Redo last change by using glib's CLAMP() macro
* Clip defaults of control parameters to range.David Schleef2002-09-201-0/+4
| | | | | Original commit message from CVS: Clip defaults of control parameters to range.
* yay, I can commit again !!! this fixes warnings I hadThomas Vander Stichele2002-09-192-11/+10
| | | | | | | Original commit message from CVS: yay, I can commit again !!! this fixes warnings I had
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-185-1/+58
| | | | | | Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
* plugins part of license field patchChristian Schaller2002-09-1811-1/+14
| | | | | Original commit message from CVS: plugins part of license field patch
* Add swfdec to dist subdirsDavid Schleef2002-09-171-1/+1
| | | | | Original commit message from CVS: Add swfdec to dist subdirs
* fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo2002-09-161-1/+3
| | | | | Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
* Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo2002-09-161-8/+5
| | | | | | | | multi-band eq) is one of these. Original commit message from CVS: Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the multi-band eq) is one of these.
* Added Lots of propertiesWim Taymans2002-09-152-76/+394
| | | | | | Original commit message from CVS: Added Lots of properties More cleanups
* Add swfdec autoconf stuffDavid Schleef2002-09-151-1/+8
| | | | | Original commit message from CVS: Add swfdec autoconf stuff
* Small cleanupsWim Taymans2002-09-153-35/+119
| | | | | | Original commit message from CVS: Small cleanups Fix segfault when not negotiated
* 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-103-4/+4
| | | | | 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-093-9/+3
| | | | | 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