| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG... | Sebastian Dröge | 2008-03-13 | 2 | -1/+7 |
* | ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522... | Wouter Cloetens | 2008-03-13 | 2 | -39/+69 |
* | sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn... | Mark Nauwelaerts | 2008-03-11 | 3 | -4/+30 |
* | gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by set... | Wim Taymans | 2008-03-11 | 2 | -3/+16 |
* | gst/avi/gstavisubtitle.h: Fix up IS_FOO macros, which makes gtk-doc much happ... | Tim-Philipp Müller | 2008-03-11 | 2 | -2/+8 |
* | tests/icles/Makefile.am: Move the -lgstfoo where it belongs. | Tim-Philipp Müller | 2008-03-08 | 2 | -4/+8 |
* | ChangeLog surgery | Tim-Philipp Müller | 2008-03-08 | 1 | -2/+2 |
* | gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements. | Sebastian Dröge | 2008-03-08 | 4 | -25/+100 |
* | gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before readin... | Olivier Crete | 2008-03-08 | 3 | -0/+14 |
* | gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ... | Wim Taymans | 2008-03-07 | 2 | -1/+7 |
* | Check for sinh(), cosh() and asinh() and define our own implementations if th... | Sebastian Dröge | 2008-03-07 | 6 | -2/+72 |
* | ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti... | Olivier Crete | 2008-03-07 | 2 | -1/+8 |
* | gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup. | Ole André Vadla Ravnås | 2008-03-07 | 2 | -7/+11 |
* | gst/matroska/: Handle return values from pull_range in a more granular way to... | Wim Taymans | 2008-03-06 | 7 | -670/+784 |
* | gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. | Jan Schmidt | 2008-03-03 | 5 | -43/+99 |
* | configure.ac: Move the checks for bison, flex and as to the program section a... | Peter Kjellerstedt | 2008-03-03 | 2 | -12/+21 |
* | configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w... | Peter Kjellerstedt | 2008-03-03 | 3 | -63/+67 |
* | gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha... | Michael Smith | 2008-02-29 | 2 | -2/+8 |
* | gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,... | David Schleef | 2008-02-29 | 4 | -4/+18 |
* | gst/avi/gstavimux.c: Add Dirac encoding | David Schleef | 2008-02-28 | 2 | -0/+9 |
* | gst/udp/gstudpsrc.*: Port to GstPoll. See #505417. | Peter Kjellerstedt | 2008-02-28 | 3 | -134/+82 |
* | gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not ... | Sebastian Dröge | 2008-02-28 | 2 | -3/+13 |
* | configure.ac: Detect and indicate if GCC inline assembly syntax is available. | Jan Schmidt | 2008-02-26 | 13 | -22/+78 |
* | Add support for specifying a list of cookies to be passed in the HTTP request... | Wouter Cloetens | 2008-02-26 | 4 | -0/+39 |
* | gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n... | Stefan Kost | 2008-02-25 | 2 | -5/+13 |
* | gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no... | Sebastian Dröge | 2008-02-25 | 2 | -1/+7 |
* | ext/jpeg/gstjpeg.c: Remove (commented out) smoke typefinder. This is in base ... | Sebastian Dröge | 2008-02-25 | 3 | -25/+5 |
* | gst/goom2k1/: Rename the installed library, and don't register the same | Jan Schmidt | 2008-02-23 | 3 | -7/+15 |
* | Check for and define ERROR_CXXFLAGS and use them when building | Tim-Philipp Müller | 2008-02-23 | 4 | -2/+17 |
* | gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi... | Tim-Philipp Müller | 2008-02-23 | 3 | -15/+28 |
* | gst/goom/: Compile fixes for x86-64. | Tim-Philipp Müller | 2008-02-23 | 3 | -3/+11 |
* | gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad... | Bastien Nocera | 2008-02-23 | 5 | -3/+52 |
* | gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,... | Bastien Nocera | 2008-02-23 | 8 | -8/+42 |
* | configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the... | Bastien Nocera | 2008-02-23 | 82 | -970/+20097 |
* | gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst... | Wim Taymans | 2008-02-22 | 2 | -2/+16 |
* | Implement zero-copy and make the buffer size configurable. | Wouter Cloetens | 2008-02-22 | 3 | -35/+103 |
* | tests/check/Makefile.am: Ignore gconfaudiosrc for the states unit test too. I... | Sebastian Dröge | 2008-02-22 | 2 | -1/+8 |
* | ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in pu... | Sebastian Dröge | 2008-02-22 | 3 | -12/+19 |
* | tests/examples/equalizer/demo.c: C89 fix, moving variable declarations to the... | Jens Granseuer | 2008-02-22 | 2 | -2/+9 |
* | configure.ac: Back to development... | Jan Schmidt | 2008-02-21 | 2 | -1/+6 |
* | Release 0.10.7 - Red Door Black | Jan Schmidt | 2008-02-21 | 70 | -1068/+1370 |
* | Update .po files | Jan Schmidt | 2008-02-20 | 26 | -4420/+5074 |
* | gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. | Sebastian Dröge | 2008-02-19 | 2 | -1/+6 |
* | gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value. | Wim Taymans | 2008-02-18 | 2 | -0/+8 |
* | tests/examples/spectrum/spectrum-example.c: Add missing include to fix compil... | Stefan Kost | 2008-02-14 | 2 | -0/+7 |
* | fixes: #514889 | Wim Taymans | 2008-02-12 | 8 | -10/+167 |
* | win32/MANIFEST: Add libgstpng.dsp to MANIFEST. | Sébastien Moutte | 2008-02-12 | 3 | -2/+18 |
* | sys/ximage/gstximagesrc.c: Initialise variables when opening the X display ra... | Jan Schmidt | 2008-02-12 | 2 | -3/+13 |
* | sys/directdraw/gstdirectdrawsink.c: Properly chain up finalize functions. Fix... | Sebastian Dröge | 2008-02-12 | 3 | -1/+15 |
* | sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984. | Sebastian Dröge | 2008-02-12 | 2 | -0/+19 |