summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make mplex subdir dependent on USE_MPLEXDavid Schleef2003-07-271-1/+7
| | | | | Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX
* enable ext/mplexDavid Schleef2003-07-221-2/+2
| | | | | Original commit message from CVS: enable ext/mplex
* 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
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-161-1/+1
| | | | | | | | | | | | | | | | | 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.
* Add matroska support to the build treeRonald S. Bultje2003-07-141-4/+13
| | | | | Original commit message from CVS: Add matroska support to the build tree
* small disting fixChristian Schaller2003-07-051-1/+1
| | | | | Original commit message from CVS: small disting fix
* add gst/videofilter and ext/pangoDavid Schleef2003-07-021-2/+8
| | | | | Original commit message from CVS: add gst/videofilter and ext/pango
* Plugins cleanup:Ronald S. Bultje2003-06-251-27/+6
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* Add gdkpixbuf subdir. Alphabetize a few others.David Schleef2003-06-251-8/+14
| | | | | Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
* caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo2003-06-161-0/+6
| | | | | | | | | with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
* Some bugfixes:Christian Schaller2003-05-121-1/+1
| | | | | | | Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
* Removing avifile and http plugins, also fixing some disting issuesChristian Schaller2003-04-231-17/+5
| | | | | Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
* Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje2003-04-211-4/+17
| | | | | | | | | | | closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
* Complete the move of the RTP pluginChristian Schaller2003-03-021-8/+2
| | | | | Original commit message from CVS: Complete the move of the RTP plugin
* add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2003-02-231-1/+1
| | | | | | | also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
* merge integer based Tremor vorbis pluginChristian Schaller2003-02-231-2/+8
| | | | | Original commit message from CVS: merge integer based Tremor vorbis plugin
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-2/+8
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* 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
* not sure what I did wrong but this should fix it hopefullyThomas Vander Stichele2002-11-271-2/+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-261-7/+7
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* LIBPNG going inThomas Vander Stichele2002-11-181-16/+10
| | | | | Original commit message from CVS: LIBPNG going in
* fixed shout2 buildingChristian Schaller2002-10-291-2/+8
| | | | | Original commit message from CVS: fixed shout2 building
* add snapshot dir to MakefileJeremy Simon2002-10-181-2/+8
| | | | | Original commit message from CVS: add snapshot dir to Makefile
* Add swfdec to dist subdirsDavid Schleef2002-09-171-1/+1
| | | | | Original commit message from CVS: Add swfdec to dist subdirs
* Add swfdec autoconf stuffDavid Schleef2002-09-151-1/+8
| | | | | Original commit message from CVS: Add swfdec autoconf stuff
* libdv build fixesDavid I. Lehn2002-08-091-8/+8
| | | | | Original commit message from CVS: libdv build fixes
* fixarooThomas Vander Stichele2002-07-091-1/+1
| | | | | Original commit message from CVS: fixaroo
* attempt to fix my sucky dv and festival breakage.David I. Lehn2002-07-051-6/+6
| | | | | Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
* Add festival to the distDavid I. Lehn2002-07-041-2/+2
| | | | | Original commit message from CVS: Add festival to the dist
* doing the proper ladspa thingThomas Vander Stichele2002-06-041-0/+4
| | | | | Original commit message from CVS: doing the proper ladspa thing
* added LIBFAME_DIRThomas Vander Stichele2002-06-031-1/+1
| | | | | Original commit message from CVS: added LIBFAME_DIR
* adding fame pluginThomas Vander Stichele2002-06-011-1/+7
| | | | | Original commit message from CVS: adding fame plugin
* rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn2002-05-261-2/+8
| | | | | | Original commit message from CVS: rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
* various name fixes and sundryThomas Vander Stichele2002-05-031-7/+7
| | | | | Original commit message from CVS: various name fixes and sundry
* tsk tsk. do people even try to MAKE stuff they add ? ;)Thomas Vander Stichele2002-04-011-1/+1
| | | | | Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
* alphabetization fixen a jack caps fixAndy Wingo2002-03-301-2/+8
| | | | | | Original commit message from CVS: * alphabetization fixen * a jack caps fix
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2002-03-181-2/+8
| | | | | | | | | | | | | | just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
* adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele2002-02-041-2/+8
| | | | | | | | --enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
* mjpegtools dirThomas Vander Stichele2002-01-171-10/+10
| | | | | Original commit message from CVS: mjpegtools dir
* jpegmmx addition and some small changesRonald S. Bultje2002-01-171-10/+16
| | | | | Original commit message from CVS: jpegmmx addition and some small changes
* ... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele2002-01-161-1/+0
| | | | | | | | | the phone talking to hardware vendors and... Original commit message from CVS: ... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and struggling with failing raid systems
* how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele2002-01-161-1/+1
| | | | | | | | and we don't point it in the right directi... Original commit message from CVS: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right direction ?
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-1/+2
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* enable festival buildDavid I. Lehn2002-01-121-4/+4
| | | | | Original commit message from CVS: * enable festival build
* siddec checks that work not extremely robust, but functionalAndy Wingo2002-01-061-5/+5
| | | | | | Original commit message from CVS: siddec checks that work not extremely robust, but functional
* small fixesThomas Vander Stichele2002-01-021-18/+36
| | | | | Original commit message from CVS: small fixes
* smoothwave fixinThomas Vander Stichele2001-12-301-1/+1
| | | | | Original commit message from CVS: smoothwave fixin
* taaz's virtual patchThomas Vander Stichele2001-12-261-5/+5
| | | | | Original commit message from CVS: taaz's virtual patch