summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje34-695/+649
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
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-07-01fix type punningDavid Schleef1-2/+2
Original commit message from CVS: fix type punning
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte30-122/+203
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
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 Wingo4-0/+758
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-06-13hack removalWim Taymans1-4/+0
Original commit message from CVS: hack removal
2003-06-13Removed ugly caps fixed flag hack, will be done automatically in core soonWim Taymans1-1/+0
Original commit message from CVS: Removed ugly caps fixed flag hack, will be done automatically in core soon
2003-06-05g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
Original commit message from CVS: g_warning -> GST_DEBUG
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje2-0/+4
Original commit message from CVS: Add ranking to divx/xvid plugins
2003-06-01Somewhat improve error reportingRonald S. Bultje5-42/+62
Original commit message from CVS: Somewhat improve error reporting
2003-06-01This fixes a segfault on exitRonald S. Bultje1-2/+2
Original commit message from CVS: This fixes a segfault on exit
2003-05-30Hm, let's not quit on these since the divx libs seem totally hosedRonald S. Bultje2-2/+0
Original commit message from CVS: Hm, let's not quit on these since the divx libs seem totally hosed
2003-05-30Update plugins to newest divx.com release API (5.2) (why aren't these libs ↵Ronald S. Bultje4-141/+236
API stable?!?) Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-05-24UNITS -> DEFAULTWim Taymans2-41/+13
Original commit message from CVS: UNITS -> DEFAULT
2003-05-24- UNITS -> DEFAULTWim Taymans1-13/+6
Original commit message from CVS: - UNITS -> DEFAULT - small seek updates
2003-05-24better state change/link functionWim Taymans1-7/+17
Original commit message from CVS: better state change/link function
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
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-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje10-36/+1057
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
Original commit message from CVS: Rewrote much of the code. Hopefully will work with gst-player now.
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje7-4/+1156
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-04-09Grrr... another fix, to make gst_artsio.idl dist correctly.David Schleef1-0/+1
Original commit message from CVS: Grrr... another fix, to make gst_artsio.idl dist correctly.
2003-04-08Refix #104689David Schleef1-1/+4
Original commit message from CVS: Refix #104689
2003-04-07Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef1-12/+7
Original commit message from CVS: Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2-2/+2
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-04-05Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.David Schleef1-15/+1
Original commit message from CVS: Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. Doesn't need to go into 0.6.1, imo.
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler
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-03-01commit first part of ivorbis fixesChristian Schaller2-270/+269
Original commit message from CVS: commit first part of ivorbis fixes
2003-02-23state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller1-4/+5
Original commit message from CVS: state change fixes from Pedro Corte-Real for shout and shout2 plugins
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2-2/+2
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-23remove autogenerated fileDavid I. Lehn1-500/+0
Original commit message from CVS: remove autogenerated file
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller6-3/+1347
Original commit message from CVS: merge integer based Tremor vorbis plugin
2003-02-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
Original commit message from CVS: Changed caps->fixed to use FLAG_SET
2003-02-02- properly ref/unref the caps while doing caps negoWim Taymans1-12/+29
Original commit message from CVS: - properly ref/unref the caps while doing caps nego
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef3-5/+5
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-02-01remove README from Makefile.am as there is no READMEChristian Schaller1-1/+0
Original commit message from CVS: remove README from Makefile.am as there is no README
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali5-2/+1156
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
2003-01-23Add length queryingDavid Schleef1-36/+14
Original commit message from CVS: Add length querying
2003-01-17Update for new APIDavid Schleef2-35/+37
Original commit message from CVS: Update for new API
2003-01-13Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"Jan Schmidt1-1/+1
Original commit message from CVS: Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
2003-01-12unref pool tooWim Taymans1-0/+2
Original commit message from CVS: unref pool too
2003-01-12connect fixWim Taymans1-2/+2
Original commit message from CVS: connect fix
2003-01-10more link fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: more link fixes
2003-01-10PadConnect -> PadLinkThomas Vander Stichele11-28/+28
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele13-77/+77
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