summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Post a message when the cable is unplugged.Andy Wingo2005-10-071-12/+24
* ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ...Andy Wingo2005-10-073-20/+120
* ext/raw1394/gstdv1394src.c: Clean up for style before doing some hacking. The...Andy Wingo2005-10-071-237/+121
* ext/dv/gstdvdemux.c: Fixes for better conversionEdward Hervey2005-10-051-3/+6
* ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad,Edward Hervey2005-10-042-11/+49
* ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc error returns.Andy Wingo2005-10-021-5/+9
* configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.Andy Wingo2005-10-025-367/+363
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-2316-42/+31
* fix compiler warningsThomas Vander Stichele2005-09-092-2/+3
* jpgenc ported to GSTreamer 0.9Flavio Oliveira2005-09-084-55/+53
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-074-4/+4
* ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample;...Tim-Philipp Müller2005-09-062-23/+31
* ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the st...Andy Wingo2005-09-051-2/+4
* All plugins updated for element state changes.Andy Wingo2005-09-0222-229/+236
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-3/+3
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-4/+3
* tidying up -good for businessThomas Vander Stichele2005-08-301-364/+38
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-288-19/+21
* ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does compil...Andy Wingo2005-08-264-678/+324