summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* VideoFilter inherits fromJulien Moutte2005-11-232-181/+152
* Fixes for API changesJan Schmidt2005-11-232-7/+2
* ext/jpeg/: JPEG fractiony goodness.Michael Smith2005-11-226-38/+65
* More fractional framerate conversionsJan Schmidt2005-11-227-19/+34
* Convert to fractional framerates.Jan Schmidt2005-11-221-1/+6
* fix up more enumsThomas Vander Stichele2005-11-227-52/+41
* ext/dv/: Fractional framerates for DV.Michael Smith2005-11-224-25/+53
* Update for gst_tag_setter API changes.Andy Wingo2005-11-224-10/+11
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-227-13/+13
* URIHandler interface and element properties are now properly synchronized for...Edward Hervey2005-11-221-1/+26
* ext/: libgsttagedit has been renamed to libgsttag.Tim-Philipp Müller2005-11-222-2/+2
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-214-49/+2
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-213-13/+13
* Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2005-11-212-5/+5
* Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-1/+1
* Fix for collect pads API change. Also fix textoverlay state change function.Tim-Philipp Müller2005-11-211-15/+17
* ext/libpng/gstpngenc.c: Added debug categoryEdward Hervey2005-11-181-1/+13
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-1417-18/+22
* ext/jpeg/gstjpegdec.c: Only GST_DEBUG() information on the valid components.Edward Hervey2005-11-121-1/+1
* ext/cairo/: Port cairo textoverlay plugin to 0.9. Add 'shaded-background' pro...Tim-Philipp Müller2005-11-074-498/+696
* ext/gconf/: Fix state change functions here as well and set kid to NULL state...Tim-Philipp Müller2005-11-022-4/+22
* Add checks to GST_FLOW_NOT_LINKED for values returned from gst_pad_push.Edgard Lima2005-10-311-7/+13
* Add checks for return values from gst_pad_push and gst_pad_alloc_buffer.Edgard Lima2005-10-281-13/+33
* ext/jpeg/gstjpegdec.*: Cleanups. Don't create caps for every chain.Wim Taymans2005-10-282-59/+96
* ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in ...Julien Moutte2005-10-251-60/+40
* ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we ha...Julien Moutte2005-10-251-3/+17
* ext/dv/gstdvdemux.c: Call gst_element_no_more_pads when there will be no more...Edward Hervey2005-10-241-3/+17
* ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header wi...Tim-Philipp Müller2005-10-242-32/+119
* ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.Julien Moutte2005-10-241-1/+0
* STOPPED->FAILEDThomas Vander Stichele2005-10-231-4/+7
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-30/+36
* Set correct stream_time in newsegment event. avi can also handle a duration q...Wim Taymans2005-10-211-1/+2
* API change fix.Wim Taymans2005-10-194-38/+79
* ext/libpng/gstpngdec.c: forgot the buffer unref in pull.Julien Moutte2005-10-181-0/+2
* ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte2005-10-182-140/+465
* ext/libpng/gstpngdec.c: We use fixed caps.Julien Moutte2005-10-171-3/+3
* configure.ac: Adding videomixer.Julien Moutte2005-10-171-1/+1
* use gst_version_stringThomas Vander Stichele2005-10-161-5/+1
* ext/libpng/: Ported pngdec to 0.9Julien Moutte2005-10-154-74/+75
* ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TY...Tim-Philipp Müller2005-10-131-37/+31
* fix distThomas Vander Stichele2005-10-131-1/+1
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-124-8/+8
* dist cairoThomas Vander Stichele2005-10-121-0/+1
* ext/: update of cairo-based timeoverlay to 1.0 Cairo API doesn't work yet for...Thomas Vander Stichele2005-10-126-51/+89
* ext/speex/gstspeexdec.c: newsegment API fix.Wim Taymans2005-10-111-4/+4
* newsegment API update.Wim Taymans2005-10-112-3/+3
* ext/speex/gstspeexenc.c: Signedness cleanups.Andy Wingo2005-10-112-13/+11
* Speexenc ported to 0.9.Edgard Lima2005-10-103-197/+239
* ext/gconf/: Make sure element is NULL before removing from the bin.Wim Taymans2005-10-102-0/+2
* Don't unref the message.Andy Wingo2005-10-071-1/+0