summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. ...Tim-Philipp Müller2005-11-071-0/+8
* gst/matroska/matroska-demux.c: Don't error out when the source pad isn't linked.Tim-Philipp Müller2005-11-071-0/+7
* ext/gconf/: Fix state change functions here as well and set kid to NULL state...Tim-Philipp Müller2005-11-021-0/+9
* gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegme...Edward Hervey2005-11-011-0/+13
* Fix leaks and invalid memory access as reported by valgrindThomas Vander Stichele2005-11-011-0/+10
* add a unit test for matroskamux fix the bugs that the unit test exposedMichal Benes2005-11-011-0/+11
* gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...Tim-Philipp Müller2005-11-011-0/+11
* gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the e...Tim-Philipp Müller2005-11-011-0/+13
* gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)Andy Wingo2005-10-311-0/+11
* Just some cleanup.Edgard Lima2005-10-311-0/+6
* Add checks to GST_FLOW_NOT_LINKED for values returned from gst_pad_push.Edgard Lima2005-10-311-0/+6
* Payloader now sets some default caps on the srcpad if caps on the sinkpad are...Zeeshan Ali2005-10-311-0/+9
* Add checks for return values from gst_pad_push and gst_pad_alloc_buffer.Edgard Lima2005-10-281-0/+7
* gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part ofTim-Philipp Müller2005-10-281-0/+18
* ext/jpeg/gstjpegdec.*: Cleanups. Don't create caps for every chain.Wim Taymans2005-10-281-0/+7
* Fix to set timestamp on buffer, it was tested with RTP G711 elements.Flavio Oliveira2005-10-271-0/+11
* sys/oss/gstosssrc.c: Set correct format on oss instead of a silly value.Wim Taymans2005-10-271-0/+5
* gst/videobox/gstvideobox.c: Use liboil forJulien Moutte2005-10-271-0/+9
* Declaring the padtemplate correctly.Zeeshan Ali2005-10-261-0/+6
* Setting the proper copyright notice.Zeeshan Ali2005-10-261-0/+8
* gst/videobox/Makefile.am: Use liboil.Julien Moutte2005-10-261-0/+10
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inh...Zeeshan Ali2005-10-261-0/+18
* gst/videobox/gstvideobox.c: Removing this forgotten debug.Julien Moutte2005-10-261-0/+6
* gst/videobox/gstvideobox.c: Fix the stride issue when boxing to AYUV.Julien Moutte2005-10-261-0/+6
* sys/oss/: Actually use the 'oss' debug category we register.Tim-Philipp Müller2005-10-261-0/+12
* gst/videomixer/videomixer.c: Use gst_pad_get_parent and drop the ref that was...Julien Moutte2005-10-261-0/+7
* fix compilationThomas Vander Stichele2005-10-261-0/+5
* Just removed a couple of lines of weird code used during development/test time.Flavio Oliveira2005-10-251-0/+6
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ...Flavio Oliveira2005-10-251-0/+11
* gst/videobox/gstvideobox.c: Doh ! I introduced wingo's bug again ! Sorry...Julien Moutte2005-10-251-2/+6
* add missing header files for distingChristian Schaller2005-10-251-0/+6
* Getting the GSM (de)payloader working and compatible with our plans for RTP.Zeeshan Ali2005-10-251-0/+14
* ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in ...Julien Moutte2005-10-251-0/+6
* ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we ha...Julien Moutte2005-10-251-0/+7
* ext/dv/gstdvdemux.c: Call gst_element_no_more_pads when there will be no more...Edward Hervey2005-10-241-0/+5
* gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans2005-10-241-0/+21
* sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but dep...Tim-Philipp Müller2005-10-241-0/+6
* ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header wi...Tim-Philipp Müller2005-10-241-0/+14
* gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096.Julien Moutte2005-10-241-0/+5
* gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging cat...Julien Moutte2005-10-241-0/+6
* port over plugin listing from baseChristian Schaller2005-10-241-0/+4
* ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.Julien Moutte2005-10-241-0/+5
* back to HEADThomas Vander Stichele2005-10-231-0/+6
* releasing 0.9.4Thomas Vander Stichele2005-10-231-3/+11
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-0/+10
* Set correct stream_time in newsegment event. avi can also handle a duration q...Wim Taymans2005-10-211-0/+8
* gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment...Tim-Philipp Müller2005-10-201-0/+15
* gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment.Wim Taymans2005-10-201-0/+7
* gst/avi/gstavidemux.c: Correctly fill in the stream time.Wim Taymans2005-10-201-0/+5
* use ELEMENT messages insteadThomas Vander Stichele2005-10-191-0/+7