summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/matroska/: Ported matroska demuxer to 0.9.Tim-Philipp Müller2005-10-186-1207/+1647
* gst/matroska/matroska-mux.c: Fix mpeg4 input handling (#318847); also, while ...Tim-Philipp Müller2005-10-181-3/+9
* gst/wavparse/gstwavparse.c: Fix for segment-start/stop API change.Wim Taymans2005-10-181-2/+4
* gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way.Julien Moutte2005-10-171-9/+23
* gst/videobox/gstvideobox.c: Fix caps nego some more to getJulien Moutte2005-10-171-14/+38
* gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_uni...Julien Moutte2005-10-171-10/+20
* configure.ac: Enable flx plugin.Tim-Philipp Müller2005-10-171-1/+2
* configure.ac: Adding videomixer.Julien Moutte2005-10-174-168/+480
* flx plugin ported to 0.9Zeeshan Ali2005-10-163-150/+167
* Port matroska muxer to 0.9 (#318847).Tim-Philipp Müller2005-10-148-369/+909
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-1212-32/+35
* gst/: newsegment API update.Wim Taymans2005-10-111-1/+1
* newsegment API update.Wim Taymans2005-10-115-13/+10
* configure.ac: Add check for mmapTim-Philipp Müller2005-10-071-1/+7
* gst/debug/: Port progressreport, navseek, navigationtest, testsink and breakm...Tim-Philipp Müller2005-10-058-589/+716
* gst/autodetect/: Set state of elements to NULL before removing from bins.Michael Smith2005-10-042-2/+17
* gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans2005-09-3010-10/+16
* gst/level/level-example.c: Update for new bus API.Wim Taymans2005-09-291-1/+1