summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2003-07-18the real speex disting fix, the previous one was just the build fix :)Christian Schaller1-1/+1
Original commit message from CVS: the real speex disting fix, the previous one was just the build fix :)
2003-07-18fix it so that the SPEEX plugin gets distedChristian Schaller1-1/+7
Original commit message from CVS: fix it so that the SPEEX plugin gets disted
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-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.
2003-07-14Add matroska support to the build treeRonald S. Bultje1-4/+13
Original commit message from CVS: Add matroska support to the build tree
2003-07-05small disting fixChristian Schaller1-1/+1
Original commit message from CVS: small disting fix
2003-07-02add gst/videofilter and ext/pangoDavid Schleef1-2/+8
Original commit message from CVS: add gst/videofilter and ext/pango
2003-06-25Plugins cleanup:Ronald S. Bultje1-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.
2003-06-25Add gdkpixbuf subdir. Alphabetize a few others.David Schleef1-8/+14
Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
2003-06-16caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo1-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
2003-05-12Some bugfixes:Christian Schaller1-1/+1
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-17/+5
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje1-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.
2003-03-02Complete the move of the RTP pluginChristian Schaller1-8/+2
Original commit message from CVS: Complete the move of the RTP plugin
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller1-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
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller1-2/+8
Original commit message from CVS: merge integer based Tremor vorbis plugin
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali1-2/+8
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
2002-11-28fix some disting and rpm building issuesChristian Schaller1-1/+7
Original commit message from CVS: fix some disting and rpm building issues
2002-11-27fix some directories left out of distChristian Schaller1-1/+1
Original commit message from CVS: fix some directories left out of dist
2002-11-27not sure what I did wrong but this should fix it hopefullyThomas Vander Stichele1-2/+9
Original commit message from CVS: not sure what I did wrong but this should fix it hopefully
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-7/+7
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-18LIBPNG going inThomas Vander Stichele1-16/+10
Original commit message from CVS: LIBPNG going in
2002-10-29fixed shout2 buildingChristian Schaller1-2/+8
Original commit message from CVS: fixed shout2 building
2002-10-18add snapshot dir to MakefileJeremy Simon1-2/+8
Original commit message from CVS: add snapshot dir to Makefile
2002-09-17Add swfdec to dist subdirsDavid Schleef1-1/+1
Original commit message from CVS: Add swfdec to dist subdirs
2002-09-15Add swfdec autoconf stuffDavid Schleef1-1/+8
Original commit message from CVS: Add swfdec autoconf stuff
2002-08-09libdv build fixesDavid I. Lehn1-8/+8
Original commit message from CVS: libdv build fixes
2002-07-09fixarooThomas Vander Stichele1-1/+1
Original commit message from CVS: fixaroo
2002-07-05attempt to fix my sucky dv and festival breakage.David I. Lehn1-6/+6
Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
2002-07-04Add festival to the distDavid I. Lehn1-2/+2
Original commit message from CVS: Add festival to the dist
2002-06-04doing the proper ladspa thingThomas Vander Stichele1-0/+4
Original commit message from CVS: doing the proper ladspa thing
2002-06-03added LIBFAME_DIRThomas Vander Stichele1-1/+1
Original commit message from CVS: added LIBFAME_DIR
2002-06-01adding fame pluginThomas Vander Stichele1-1/+7
Original commit message from CVS: adding fame plugin
2002-05-26rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn1-2/+8
Original commit message from CVS: rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
2002-05-03various name fixes and sundryThomas Vander Stichele1-7/+7
Original commit message from CVS: various name fixes and sundry
2002-04-01tsk tsk. do people even try to MAKE stuff they add ? ;)Thomas Vander Stichele1-1/+1
Original commit message from CVS: tsk tsk. do people even try to MAKE stuff they add ? ;)
2002-03-30alphabetization fixen a jack caps fixAndy Wingo1-2/+8
Original commit message from CVS: * alphabetization fixen * a jack caps fix
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-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
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele1-2/+8
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-01-17mjpegtools dirThomas Vander Stichele1-10/+10
Original commit message from CVS: mjpegtools dir
2002-01-17jpegmmx addition and some small changesRonald S. Bultje1-10/+16
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-16... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele1-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
2002-01-16how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele1-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 ?
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-1/+2
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12enable festival buildDavid I. Lehn1-4/+4
Original commit message from CVS: * enable festival build
2002-01-06siddec checks that work not extremely robust, but functionalAndy Wingo1-5/+5
Original commit message from CVS: siddec checks that work not extremely robust, but functional
2002-01-02small fixesThomas Vander Stichele1-18/+36
Original commit message from CVS: small fixes
2001-12-30smoothwave fixinThomas Vander Stichele1-1/+1
Original commit message from CVS: smoothwave fixin
2001-12-26taaz's virtual patchThomas Vander Stichele1-5/+5
Original commit message from CVS: taaz's virtual patch
2001-12-26Fixed the smooothwave madness removed a yield from vorbisdec don't call ↵Wim Taymans1-1/+1
mpeg2_close, it seems to segfault sometimes. Original commit message from CVS: Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26muahahahaha. gstreamer-compprep initializes every plugin so it's a good way ↵Andy Wingo1-5/+12
of figuring out plugin issues. it spits o... Original commit message from CVS: muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits out no more errors now.