| Commit message (Expand) | Author | Age | Files | Lines |
* | fix mistaken claim on GPL, its LGPL | Christian Schaller | 2005-10-25 | 1 | -1/+1 |
* | gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl... | Wim Taymans | 2005-10-24 | 8 | -0/+1262 |
* | gst/videomixer/videomixer.c: Don't restrict video geometry from 16 to 4096. | Julien Moutte | 2005-10-24 | 1 | -4/+4 |
* | gst/videobox/gstvideobox.c: Fix caps negotiation correctly, add debugging cat... | Julien Moutte | 2005-10-24 | 1 | -36/+37 |
* | STOPPED->FAILED | Thomas Vander Stichele | 2005-10-23 | 1 | -2/+3 |
* | ext/speex/gstspeexenc.c: Add position and duration query, fix query type func... | Tim-Philipp Müller | 2005-10-21 | 1 | -30/+16 |
* | Set correct stream_time in newsegment event. avi can also handle a duration q... | Wim Taymans | 2005-10-21 | 1 | -0/+1 |
* | gst/matroska/matroska-demux.c: Fix duration query; fix basetime in newsegment... | Tim-Philipp Müller | 2005-10-20 | 2 | -18/+27 |
* | gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment. | Wim Taymans | 2005-10-20 | 1 | -2/+3 |
* | gst/avi/gstavidemux.c: Correctly fill in the stream time. | Wim Taymans | 2005-10-20 | 1 | -1/+1 |
* | use ELEMENT messages instead | Thomas Vander Stichele | 2005-10-19 | 2 | -3/+3 |
* | gst/: API change fix. | Wim Taymans | 2005-10-19 | 1 | -3/+9 |
* | API change fix. | Wim Taymans | 2005-10-19 | 7 | -23/+63 |
* | gst/goom/: Make inline functions either 'static inline' or 'extern inline', o... | Tim-Philipp Müller | 2005-10-19 | 3 | -8/+10 |
* | ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha... | Julien Moutte | 2005-10-18 | 1 | -21/+39 |
* | gst/matroska/: Ported matroska demuxer to 0.9. | Tim-Philipp Müller | 2005-10-18 | 6 | -1207/+1647 |
* | gst/matroska/matroska-mux.c: Fix mpeg4 input handling (#318847); also, while ... | Tim-Philipp Müller | 2005-10-18 | 1 | -3/+9 |
* | gst/wavparse/gstwavparse.c: Fix for segment-start/stop API change. | Wim Taymans | 2005-10-18 | 1 | -2/+4 |
* | gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way. | Julien Moutte | 2005-10-17 | 1 | -9/+23 |
* | gst/videobox/gstvideobox.c: Fix caps nego some more to get | Julien Moutte | 2005-10-17 | 1 | -14/+38 |
* | gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_uni... | Julien Moutte | 2005-10-17 | 1 | -10/+20 |
* | configure.ac: Enable flx plugin. | Tim-Philipp Müller | 2005-10-17 | 1 | -1/+2 |
* | configure.ac: Adding videomixer. | Julien Moutte | 2005-10-17 | 4 | -168/+480 |
* | flx plugin ported to 0.9 | Zeeshan Ali | 2005-10-16 | 3 | -150/+167 |
* | Port matroska muxer to 0.9 (#318847). | Tim-Philipp Müller | 2005-10-14 | 8 | -369/+909 |
* | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 2005-10-12 | 12 | -32/+35 |
* | gst/: newsegment API update. | Wim Taymans | 2005-10-11 | 1 | -1/+1 |
* | newsegment API update. | Wim Taymans | 2005-10-11 | 5 | -13/+10 |
* | configure.ac: Add check for mmap | Tim-Philipp Müller | 2005-10-07 | 1 | -1/+7 |
* | gst/debug/: Port progressreport, navseek, navigationtest, testsink and breakm... | Tim-Philipp Müller | 2005-10-05 | 8 | -589/+716 |
* | gst/autodetect/: Set state of elements to NULL before removing from bins. | Michael Smith | 2005-10-04 | 2 | -2/+17 |
* | gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko) | Wim Taymans | 2005-09-30 | 10 | -10/+16 |
* | gst/level/level-example.c: Update for new bus API. | Wim Taymans | 2005-09-29 | 1 | -1/+1 |
* | gst/qtdemux/qtdemux.c: No need to take stream lock here. | Wim Taymans | 2005-09-28 | 1 | -8/+1 |
* | gst/rtp/gstrtpmpaenc.c: Set buffer duration correctly. | Wim Taymans | 2005-09-26 | 2 | -0/+2 |
* | gst/avi/gstavidemux.c: Don't crash when encountering a stream with an unknown... | Tim-Philipp Müller | 2005-09-26 | 1 | -16/+48 |
* | gst/autodetect/: These are sinks. | Wim Taymans | 2005-09-24 | 2 | -0/+4 |
* | check/elements/level.c: fix test for new GstClockTime use | Thomas Vander Stichele | 2005-09-24 | 2 | -44/+59 |
* | updating docs | Thomas Vander Stichele | 2005-09-23 | 1 | -1/+1 |
* | convert to using GstClockTime for all time values, finally. | Thomas Vander Stichele | 2005-09-23 | 4 | -77/+129 |
* | fix build of goom | Thomas Vander Stichele | 2005-09-23 | 1 | -1/+1 |
* | we handle more than two channels | Thomas Vander Stichele | 2005-09-23 | 1 | -2/+2 |
* | fix build and use of GST_LIBS | Thomas Vander Stichele | 2005-09-23 | 25 | -56/+50 |
* | Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasink | Edgard Lima | 2005-09-22 | 2 | -56/+43 |
* | gst/rtp/: Use is_filled to both check MTU and max-ptime of base class. | Wim Taymans | 2005-09-22 | 11 | -37/+61 |
* | gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames. | Wim Taymans | 2005-09-22 | 2 | -8/+18 |
* | gst/rtp/: Remove g_print. | Wim Taymans | 2005-09-22 | 7 | -34/+210 |
* | gst/rtsp/gstrtspsrc.c: Strip spaces for key/value pairs. | Wim Taymans | 2005-09-21 | 1 | -3/+5 |
* | gst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting. | Wim Taymans | 2005-09-21 | 2 | -12/+34 |
* | gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC a... | Wim Taymans | 2005-09-21 | 10 | -108/+356 |