summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge2006-06-107-6/+1411
* configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller2006-06-091-1/+1
* ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans2006-06-092-36/+133
* ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping.Edward Hervey2006-06-022-1/+63
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-0126-55/+55
* ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883Zaheer Abbas Merali2006-05-311-2/+3
* configure.ac: Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.Zaheer Abbas Merali2006-05-313-17/+144
* Add apev2mux element (#343122).Sebastian Dröge2006-05-306-10/+457
* ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->P...Edward Hervey2006-05-281-1/+1
* ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configure...Edward Hervey2006-05-282-1/+54
* ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller2006-05-281-0/+35
* ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This sh...Edward Hervey2006-05-271-0/+25
* ext/flac/gstflac.c: Don't #include file we don't dist any longer.Tim-Philipp Müller2006-05-271-1/+1
* ext/dv/gstdvdemux.c: Implement EOS correctly by either postingWim Taymans2006-05-241-18/+32
* ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...Tim-Philipp Müller2006-05-235-71/+4
* ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.Tim-Philipp Müller2006-05-221-6/+30
* ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#3...James Doc Livingston2006-05-181-15/+12
* ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for ce...Tim-Philipp Müller2006-05-171-1/+1
* ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...Edward Hervey2006-05-161-4/+2
* ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.Zaheer Abbas Merali2006-05-161-1/+1
* ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ...Tim-Philipp Müller2006-05-151-0/+44
* ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and...Tim-Philipp Müller2006-05-102-35/+42
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-105-6/+6
* C89 compliance fixes. Fixes #340980Jens Granseuer2006-05-081-1/+3
* ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file ...Tim-Philipp Müller2006-05-062-14/+34
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-064-8/+12
* ext/cairo/gsttimeoverlay.c: Fix timeoverlay for non-multiple-of-4 widths. Thi...Michael Smith2006-05-021-4/+11
* docs/plugins/Makefile.am: also check .cc files for gtk-doc markupThomas Vander Stichele2006-05-015-12/+23
* small cleanupsThomas Vander Stichele2006-04-302-4/+3
* fix docsThomas Vander Stichele2006-04-301-1/+1
* ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely u...Tim-Philipp Müller2006-04-291-3/+16
* ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.Tim-Philipp Müller2006-04-295-315/+469
* Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele2006-04-281-1/+2
* pedantic cleanupsThomas Vander Stichele2006-04-282-100/+104
* ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it i...Wim Taymans2006-04-261-0/+5
* ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE...Wim Taymans2006-04-261-7/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-4/+5
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-2532-32/+36
* ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...Tim-Philipp Müller2006-04-251-0/+1
* just make it compile with --disable-gst-debug.Edgard Lima2006-04-241-0/+2
* ext/raw1394/gstdv1394src.c: Use scale functionsWim Taymans2006-04-211-2/+7
* ext/dv/gstdv.c: Fix build.Tim-Philipp Müller2006-04-211-1/+2
* ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en...Andy Wingo2006-04-211-2/+11
* ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format.Tim-Philipp Müller2006-04-201-1/+7
* ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...Tim-Philipp Müller2006-04-201-24/+47
* ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller2006-04-181-1/+1
* ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller2006-04-182-25/+32
* ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller2006-04-181-25/+1
* Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller2006-04-182-292/+284