summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha...Michael Smith2008-02-291-2/+3
* gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...David Schleef2008-02-293-4/+9
* gst/avi/gstavimux.c: Add Dirac encodingDavid Schleef2008-02-281-0/+5
* gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2008-02-282-134/+72
* gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not ...Sebastian Dröge2008-02-281-3/+6
* configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt2008-02-2610-22/+50
* gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n...Stefan Kost2008-02-251-5/+7
* gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no...Sebastian Dröge2008-02-251-1/+1
* gst/goom2k1/: Rename the installed library, and don't register the sameJan Schmidt2008-02-232-7/+7
* gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi...Tim-Philipp Müller2008-02-232-15/+19
* gst/goom/: Compile fixes for x86-64.Tim-Philipp Müller2008-02-232-3/+5
* gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad...Bastien Nocera2008-02-234-3/+38
* gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera2008-02-237-8/+25
* configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera2008-02-2379-970/+20078
* gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst...Wim Taymans2008-02-221-2/+10
* gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386.Sebastian Dröge2008-02-191-1/+1
* gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value.Wim Taymans2008-02-181-0/+2
* fixes: #514889Wim Taymans2008-02-126-6/+136
* gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979.Sebastian Dröge2008-02-121-2/+11
* gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes,...Jan Schmidt2008-02-111-13/+3
* Close some memory leaks spotted by the unit test. Fixes bug #515697.Sebastian Dröge2008-02-111-6/+12
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-108-10/+10
* Add a simple example application for the spectrum element, include it in the ...Jan Schmidt2008-02-091-8/+14
* gst/: Fix includes orderJan Schmidt2008-02-092-3/+8
* add missing header files for distingChristian Schaller2008-02-081-1/+3
* gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d...Julien Moutte2008-02-081-0/+6
* gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller2008-02-081-1/+1
* gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2008-02-082-60/+31
* Move spectrum plugin from -bad.Jan Schmidt2008-02-081-12/+0
* Move the equalizer plugin across from -badJan Schmidt2008-02-081-8/+0
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-076-187/+202
* Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller2008-02-071-2/+12
* gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+2
* gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren2008-02-071-0/+3
* gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2008-02-071-0/+1
* gst/spectrum/gstspectrum.c: Improve the docs.Stefan Kost2008-02-071-7/+7
* gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge2008-02-071-1/+1
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-0610-2070/+158
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-051-1/+4
* gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey2008-02-041-0/+4
* Add documentation for avisubtitle and change class toThijs Vermeir2008-02-011-3/+20
* gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2008-01-312-385/+292
* gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans2008-01-291-3/+13
* gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller2008-01-281-3/+3
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-262-42/+0
* gst/rtp/: Add MPEG2 video payloaderThijs Vermeir2008-01-254-1/+307
* gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge2008-01-231-1/+1
* docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost2008-01-211-2/+8
* docs/plugins/Makefile.am: Update include list.Stefan Kost2008-01-211-1/+1
* gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge2008-01-191-2/+2