summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavidemux.*: Yeah, implement proper seeking. Exact seeking and segm...Edward Hervey2005-11-112-143/+187
* gst/qtdemux/qtdemux.c: Add support for custom genre tags.Tim-Philipp Müller2005-11-101-0/+7
* gst/matroska/matroska-mux.c: Don't try to ready buffer duration from buffer t...Tim-Philipp Müller2005-11-101-4/+2
* Attempting to optimize the code for embedded systems.Zeeshan Ali2005-11-091-10/+7
* gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. ...Tim-Philipp Müller2005-11-071-9/+6
* gst/matroska/matroska-demux.c: Don't error out when the source pad isn't linked.Tim-Philipp Müller2005-11-071-17/+12
* ignore moreThomas Vander Stichele2005-11-011-5/+1
* gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegme...Edward Hervey2005-11-011-20/+35
* Fix leaks and invalid memory access as reported by valgrindThomas Vander Stichele2005-11-011-11/+18
* add a unit test for matroskamux fix the bugs that the unit test exposedMichal Benes2005-11-012-10/+5
* fix Makefile.amThomas Vander Stichele2005-11-011-18/+18
* gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...Tim-Philipp Müller2005-11-012-8/+20
* gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the e...Tim-Philipp Müller2005-11-013-0/+7
* gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)Andy Wingo2005-10-311-18/+10
* Just some cleanup.Edgard Lima2005-10-311-23/+27
* Payloader now sets some default caps on the srcpad if caps on the sinkpad are...Zeeshan Ali2005-10-312-4/+24
* gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part ofTim-Philipp Müller2005-10-284-31/+129
* Fix to set timestamp on buffer, it was tested with RTP G711 elements.Flavio Oliveira2005-10-274-20/+63
* gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well.Tim-Philipp Müller2005-10-271-3/+0
* gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message ...Tim-Philipp Müller2005-10-271-21/+8
* gst/videobox/gstvideobox.c: Use liboil forJulien Moutte2005-10-271-5/+5
* Declaring the padtemplate correctly.Zeeshan Ali2005-10-264-4/+4
* Setting the proper copyright notice.Zeeshan Ali2005-10-268-0/+10
* gst/videobox/Makefile.am: Use liboil.Julien Moutte2005-10-262-26/+40
* fix automake warningsThomas Vander Stichele2005-10-261-2/+2
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inh...Zeeshan Ali2005-10-2612-608/+142
* gst/videobox/gstvideobox.c: Removing this forgotten debug.Julien Moutte2005-10-261-2/+0
* gst/videobox/gstvideobox.c: Fix the stride issue when boxing to AYUV.Julien Moutte2005-10-261-9/+13
* gst/videomixer/videomixer.c: Use gst_pad_get_parent and drop the ref that was...Julien Moutte2005-10-261-2/+12
* fix compilationThomas Vander Stichele2005-10-262-2/+2
* Just removed a couple of lines of weird code used during development/test time.Flavio Oliveira2005-10-252-20/+4
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ...Flavio Oliveira2005-10-2510-0/+1236
* gst/videobox/gstvideobox.c: Doh ! I introduced wingo's bug again ! Sorry...Julien Moutte2005-10-251-2/+5
* add missing header files for distingChristian Schaller2005-10-251-1/+3
* Getting the GSM (de)payloader working and compatible with our plans for RTP.Zeeshan Ali2005-10-258-394/+158
* fix mistaken claim on GPL, its LGPLChristian Schaller2005-10-251-1/+1
* gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans2005-10-248-0/+1262
* gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096.Julien Moutte2005-10-241-4/+4
* gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging cat...Julien Moutte2005-10-241-36/+37
* STOPPED->FAILEDThomas Vander Stichele2005-10-231-2/+3
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-30/+16
* Set correct stream_time in newsegment event. avi can also handle a duration q...Wim Taymans2005-10-211-0/+1
* gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment...Tim-Philipp Müller2005-10-202-18/+27
* gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment.Wim Taymans2005-10-201-2/+3
* gst/avi/gstavidemux.c: Correctly fill in the stream time.Wim Taymans2005-10-201-1/+1
* use ELEMENT messages insteadThomas Vander Stichele2005-10-192-3/+3
* gst/: API change fix.Wim Taymans2005-10-191-3/+9
* API change fix.Wim Taymans2005-10-197-23/+63
* gst/goom/: Make inline functions either 'static inline' or 'extern inline', o...Tim-Philipp Müller2005-10-193-8/+10
* ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...Julien Moutte2005-10-181-21/+39