summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that ha...Tim-Philipp Müller2005-08-112-70/+53
* ext/jpeg/gstjpegdec.*: Make mjpeg actually work and skip jpeg data parsing if...Tim-Philipp Müller2005-08-092-21/+35
* ext/jpeg/gstjpegdec.c: Add setcaps() function (for mjpeg).Tim-Philipp Müller2005-08-081-1/+26
* ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps settin...Andy Wingo2005-08-081-25/+9
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo2005-08-082-55/+61
* update spec file and fix some disting omissionsChristian Schaller2005-08-081-1/+3
* ext/jpeg/Makefile.am: Fix compile.Ronald S. Bultje2005-08-081-1/+1
* Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no lon...Tim-Philipp Müller2005-08-085-237/+597
* Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje2005-08-034-84/+102
* ext/libpng/Makefile.am: Fix uninstalled build.Ronald S. Bultje2005-08-031-1/+1
* removed obsolete includeStefan Kost2005-08-021-1/+0
* Ported pngenc , still have to port pngdec...Edward Hervey2005-08-024-101/+96
* deactivate and remove dparams (libgstcontrol)Stefan Kost2005-08-013-122/+29
* Various event updates and cleanups.Wim Taymans2005-07-272-44/+51
* Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje2005-07-206-122/+72
* add gconf.{ch} from gst-libsThomas Vander Stichele2005-07-202-0/+365
* put in gconf sinksThomas Vander Stichele2005-07-207-0/+602
* Ported to 0.9 (faad, amrnb, mpeg2dec)Edgard Lima2005-07-191-16/+19
* ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper framerate on the o...Andy Wingo2005-07-191-2/+4
* ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's retu...Andy Wingo2005-07-191-11/+19
* ext/dv/gstdvdec.h: Fix signedness error.Andy Wingo2005-07-191-2/+2
* ext/dv/gstdvdec.*: Implemented seeking in dvdec.Wim Taymans2005-07-192-153/+374
* ext/Makefile.am: Enable dvdev and raw1394src.Andy Wingo2005-07-191-8/+8
* ext/raw1394/gstdv1394src.c: It's PUSH_SRC now.Wim Taymans2005-07-141-2/+2
* add dv to disted directoriesChristian Schaller2005-07-131-1/+3
* - ext/dv/Makefile.amPhilippe Kalaf2005-07-121-1/+1
* more macro splitting; fix po problemThomas Vander Stichele2005-07-104-12/+12
* Ported DVdec to 0.9.Wim Taymans2005-07-074-319/+345
* Ported the 1394 source to 0.9.Wim Taymans2005-07-073-99/+179
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-0512-24/+0
* ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer fixate prototype.Andy Wingo2005-07-041-20/+5
* fix some CFLAGSThomas Vander Stichele2005-07-011-2/+2
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-2/+2
* ext/shout2/gstshout2.c: Fix build.Wim Taymans2005-06-291-2/+1
* ext/mad/gstid3tag.c (gst_id3_tag_get_event_masks): Reschmoove.Andy Wingo2005-06-292-6/+7
* ext/Makefile.am (MAD_DIR): Add mad to the build.Andy Wingo2005-06-291-4/+4
* Disable tcp elements and esdmon (they don't compile).Ronald S. Bultje2005-05-191-1/+2
* Make my automake version shut up about undefined variablesJan Schmidt2005-05-191-65/+55
* ext/libcaca/gstcacasink.*: Cleanups.Wim Taymans2005-05-172-35/+18
* add rtsp and esd files to spec and fix some disting issuesChristian Schaller2005-05-131-6/+7
* Ported esdsink plugin.Arwed v. Merkatz2005-05-105-370/+226
* Port shout2 pluginZaheer Abbas Merali2005-05-094-151/+145
* add non-disted directoryChristian Schaller2005-05-091-1/+2
* Ported the libcaca plugin.Zeeshan Ali2005-05-084-122/+56
* add aasinkChristian Schaller2005-05-061-6/+7
* Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone...Wim Taymans2005-05-063-87/+82
* some sidplay fixoringChristian Schaller2005-05-061-6/+7
* ported mad and effectv pluginsChristian Schaller2005-05-061-435/+354
* ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller2005-02-222-8/+54
* Fix rowstridesTim-Philipp Müller2005-02-182-38/+57