summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2003-07-01fix type punningDavid Schleef1-2/+2
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte30-122/+203
2003-06-25Plugins cleanup:Ronald S. Bultje1-27/+6
2003-06-25Add gdkpixbuf subdir. Alphabetize a few others.David Schleef1-8/+14
2003-06-16caps refcounting fixes for float2int fixed wrt setting of caps on int pad wit...Andy Wingo4-0/+758
2003-06-13hack removalWim Taymans1-4/+0
2003-06-13Removed ugly caps fixed flag hack, will be done automatically in core soonWim Taymans1-1/+0
2003-06-05g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje2-0/+4
2003-06-01Somewhat improve error reportingRonald S. Bultje5-42/+62
2003-06-01This fixes a segfault on exitRonald S. Bultje1-2/+2
2003-05-30Hm, let's not quit on these since the divx libs seem totally hosedRonald S. Bultje2-2/+0
2003-05-30Update plugins to newest divx.com release API (5.2) (why aren't these libs AP...Ronald S. Bultje4-141/+236
2003-05-24UNITS -> DEFAULTWim Taymans2-41/+13
2003-05-24- UNITS -> DEFAULTWim Taymans1-13/+6
2003-05-24better state change/link functionWim Taymans1-7/+17
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron1-1/+1
2003-05-12Some bugfixes:Christian Schaller1-1/+1
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-17/+5
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje10-36/+1057
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, clo...Ronald S. Bultje7-4/+1156
2003-04-09Grrr... another fix, to make gst_artsio.idl dist correctly.David Schleef1-0/+1
2003-04-08Refix #104689David Schleef1-1/+4
2003-04-07Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef1-12/+7
2003-04-07Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef2-2/+2
2003-04-05Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.David Schleef1-15/+1
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
2003-03-02Complete the move of the RTP pluginChristian Schaller1-8/+2
2003-03-01commit first part of ivorbis fixesChristian Schaller2-270/+269
2003-02-23state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller1-4/+5
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, als...Christian Schaller2-2/+2
2003-02-23remove autogenerated fileDavid I. Lehn1-500/+0
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller6-3/+1347
2003-02-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
2003-02-02- properly ref/unref the caps while doing caps negoWim Taymans1-12/+29
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef3-5/+5
2003-02-01remove README from Makefile.am as there is no READMEChristian Schaller1-1/+0
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali5-2/+1156
2003-01-23Add length queryingDavid Schleef1-36/+14
2003-01-17Update for new APIDavid Schleef2-35/+37
2003-01-13Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"Jan Schmidt1-1/+1
2003-01-12unref pool tooWim Taymans1-0/+2
2003-01-12connect fixWim Taymans1-2/+2
2003-01-10more link fixesThomas Vander Stichele1-1/+1
2003-01-10PadConnect -> PadLinkThomas Vander Stichele11-28/+28
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele13-77/+77
2003-01-01Remove PAD_EOSWim Taymans1-1/+0
2002-12-30First attempt at a cd player plugins that uses libcdaudio.Wim Taymans2-0/+527
2002-12-30Fix plugins for new query APIWim Taymans1-5/+5