summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Commit 0.10.19 release on branchRELEASE-0_10_19BRANCH-RELEASE-0_10_19Jan Schmidt2008-04-0435-99/+59
* gst-libs/gst/rtsp/gstrtspconnection.c: Pull patch from HEAD to handle EAGAIN ...Jan Schmidt2008-04-0326-4847/+9
* Release 0.10.18RELEASE-0_10_18Jan Schmidt2008-03-2141-184/+248
* Update .po filesJan Schmidt2008-03-2124-529/+1103
* 0.10.17.4 pre-releaseJan Schmidt2008-03-183-4/+10
* gst-libs/gst/sdp/gstsdpmessage.c: Use GST_STR_NULL when trying to print strin...Wim Taymans2008-03-182-15/+22
* gst-libs/gst/rtsp/gstrtspconnection.c: Generic Windows fixes that makes libgs...Ole André Vadla Ravnås2008-03-182-11/+34
* ext/gio/gstgiobasesrc.c: If seeking to a new position succeeds don't simply r...Milosz Derezynski2008-03-172-1/+11
* gst-libs/gst/video/video.c: Fix gst_video_format_parse_caps() for RGB caps wi...Tim-Philipp Müller2008-03-173-3/+72
* gst/videotestsrc/videotestsrc.c: Oops, revert last change because -base is in...David Schleef2008-03-142-41/+11
* gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.William M. Brack2008-03-142-6/+47
* gst/playback/gststreamselector.*: Revert change that caused regression until ...Wim Taymans2008-03-143-7/+13
* gst-libs/gst/audio/gstringbuffer.*: Rename recently added buffer types to mak...Michael Smith2008-03-124-12/+25
* win32/common/libgstnetbuffer.def: Add new symbol gst_netaddress_equal. Fixes ...Sebastian Dröge2008-03-112-0/+6
* 0.10.17.3 pre-releaseJan Schmidt2008-03-113-4/+10
* gst-libs/gst/audio/gstbaseaudiosrc.c: Fix duration when no clock was provided...Wim Taymans2008-03-103-10/+17
* Add trivial function to compare GstNetAddress. See #520626.Olivier Crete2008-03-074-0/+54
* gst/tcp/gstmultifdsink.c: Update mode property docs, it's deprecated now.Wim Taymans2008-03-072-2/+16
* gst/: Remove GstPollMode from gstpoll constructor.Wim Taymans2008-03-077-7/+39
* 0.10.17.2 pre-releaseJan Schmidt2008-03-043-4/+10
* gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't ...Jan Schmidt2008-03-035-2/+15
* gst-libs/gst/rtp/gstbasertpaudiopayload.*: API: add gst_base_rtp_audio_payloa...Mersad Jelacic2008-03-033-17/+59
* tests/check/libs/mixer.c: Add a few simple checks for the new message types.Tim-Philipp Müller2008-03-032-1/+24
* API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed() and gst_...Tim-Philipp Müller2008-03-034-1/+149
* gst-libs/gst/interfaces/mixeroptions.*: API: add GstMixerOptions::get_values ...Tim-Philipp Müller2008-03-033-11/+47
* configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w...Peter Kjellerstedt2008-03-033-35/+37
* gst/typefind/gsttypefindfunctions.c: Add typefinder for IMelody files, using ...Sebastian Dröge2008-03-032-0/+9
* Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge2008-03-0353-188/+261
* gst/playback/gstplaybin2.c: Make the function signature of the _get_*_tags() ...José Alburquerque2008-03-022-3/+13
* gst-libs/gst/rtsp/gstrtspconnection.c: Don't include unix headers uncondition...Tim-Philipp Müller2008-03-022-2/+10
* tests/check/libs/video.c: Add unit test that makes sure that the strides, off...Tim-Philipp Müller2008-03-022-20/+412
* gst-libs/gst/video/video.*: API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORM...Tim-Philipp Müller2008-03-023-2/+105
* gst-libs/gst/video/video.c: YV12 is I420 with swapped components 1 and 2, so ...Tim-Philipp Müller2008-03-022-11/+26
* sys/v4l/gstv4lelement.c: Add missing semicolon to fix indentation.Rene Stadler2008-02-292-9/+13
* ext/alsa/gstalsa.c: Probe for IEC958 pcm to detect if we can do SPDIF output.Julien Moutte2008-02-297-22/+204
* gst-libs/gst/interfaces/mixer.c: De-cruft and fix message type assertions (NU...Tim-Philipp Müller2008-02-293-16/+21
* ext/libvisual/visual.c: When negotiating, actually start from a format that w...Wim Taymans2008-02-292-4/+12
* gst/playback/gstplaybin2.c: Enable vis setting.Wim Taymans2008-02-293-198/+115
* gst-libs/gst/riff/riff-media.c: Add Dirac mappingDavid Schleef2008-02-292-1/+6
* gst/tcp/: Removed fdset and stress test, they are now known as GstPoll in core.Peter Kjellerstedt2008-02-2817-1096/+196
* Patch Changelog a bit to give credit and refer to the relevant bug.Wim Taymans2008-02-281-1/+3
* gst-libs/gst/rtsp/gstrtspconnection.*: Use GstPoll for the rtsp connection.Wim Taymans2008-02-283-181/+105
* tests/examples/seek/seek.c: Add combo box for visualisations, populate it wit...Wim Taymans2008-02-272-3/+88
* tests/check/libs/rtp.c: Add check for RTP buffer defaults, padding and marker...Wim Taymans2008-02-272-3/+33
* gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to l...Sebastian Dröge2008-02-272-4/+12
* gst-libs/gst/tag/gsttagdemux.c: Push tag event after the newsegment event. Lo...Tim-Philipp Müller2008-02-273-13/+19
* gst/typefind/gsttypefindfunctions.c: Comment smoke typefinder for now. The sm...Sebastian Dröge2008-02-252-1/+10
* gst/typefind/gsttypefindfunctions.c: Add typefinder for the smoke video codec...Sebastian Dröge2008-02-252-0/+7
* gst/typefind/gsttypefindfunctions.c: Add midi typefinder, copied from the tim...Sebastian Dröge2008-02-253-0/+25
* Forward slashes at the beginning and end of a line also signify italics (Fixe...Tomasz Sałaciński2008-02-234-0/+39