summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-222-5/+35
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* Remove lrint/lrintf checks. We don't use it anywhere.Sebastian Dröge2008-03-215-59/+7
* gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost2008-03-191-0/+17
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-183-1/+23
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-11/+19
* sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in th...William M. Brack2008-03-172-4/+21
* gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Wins...Ole André Vadla Ravnås2008-03-172-0/+25
* gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the sp...Stefan Kost2008-03-162-1/+7
* gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller2008-03-163-1/+13
* gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the gu...Stefan Kost2008-03-162-3/+10
* gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier.Stefan Kost2008-03-152-3/+8
* fix license file, remove extra line copied over by mistakeChristian Schaller2008-03-142-2/+5
* gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG...Sebastian Dröge2008-03-132-1/+7
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-132-39/+69
* sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2008-03-113-4/+30
* gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by set...Wim Taymans2008-03-112-3/+16
* gst/avi/gstavisubtitle.h: Fix up IS_FOO macros, which makes gtk-doc much happ...Tim-Philipp Müller2008-03-112-2/+8
* tests/icles/Makefile.am: Move the -lgstfoo where it belongs.Tim-Philipp Müller2008-03-082-4/+8
* ChangeLog surgeryTim-Philipp Müller2008-03-081-2/+2
* gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements.Sebastian Dröge2008-03-084-25/+100
* gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before readin...Olivier Crete2008-03-083-0/+14
* gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ...Wim Taymans2008-03-072-1/+7
* Check for sinh(), cosh() and asinh() and define our own implementations if th...Sebastian Dröge2008-03-076-2/+72
* ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti...Olivier Crete2008-03-072-1/+8
* gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.Ole André Vadla Ravnås2008-03-072-7/+11
* gst/matroska/: Handle return values from pull_range in a more granular way to...Wim Taymans2008-03-067-670/+784
* gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.Jan Schmidt2008-03-035-43/+99
* configure.ac: Move the checks for bison, flex and as to the program section a...Peter Kjellerstedt2008-03-032-12/+21
* configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w...Peter Kjellerstedt2008-03-033-63/+67
* gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha...Michael Smith2008-02-292-2/+8
* gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...David Schleef2008-02-294-4/+18
* gst/avi/gstavimux.c: Add Dirac encodingDavid Schleef2008-02-282-0/+9
* gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2008-02-283-134/+82
* gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not ...Sebastian Dröge2008-02-282-3/+13
* configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt2008-02-2613-22/+78
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-264-0/+39
* gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n...Stefan Kost2008-02-252-5/+13
* gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no...Sebastian Dröge2008-02-252-1/+7
* ext/jpeg/gstjpeg.c: Remove (commented out) smoke typefinder. This is in base ...Sebastian Dröge2008-02-253-25/+5
* gst/goom2k1/: Rename the installed library, and don't register the sameJan Schmidt2008-02-233-7/+15
* Check for and define ERROR_CXXFLAGS and use them when buildingTim-Philipp Müller2008-02-234-2/+17
* gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi...Tim-Philipp Müller2008-02-233-15/+28
* gst/goom/: Compile fixes for x86-64.Tim-Philipp Müller2008-02-233-3/+11
* gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad...Bastien Nocera2008-02-235-3/+52
* gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera2008-02-238-8/+42
* configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera2008-02-2382-970/+20097
* gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst...Wim Taymans2008-02-222-2/+16
* Implement zero-copy and make the buffer size configurable.Wouter Cloetens2008-02-223-35/+103
* tests/check/Makefile.am: Ignore gconfaudiosrc for the states unit test too. I...Sebastian Dröge2008-02-222-1/+8