- f0b8ef9 gst/matroska/ebml-read.c: Don't try to modify read-only data. by Tim-Philipp Müller · 19 years ago
- 683ed4d ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circular refcounting problems (as in theorad... by Michael Smith · 19 years ago
- 2fb7648 gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for audio and video source pads and get rid of ... by Tim-Philipp Müller · 19 years ago
- 9b98e1f ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remove_link () so that we free the link as we... by Michael Smith · 19 years ago
- 8ce75e7 gst/qtdemux/qtdemux.c: Fix framerate calculation. by Wim Taymans · 19 years ago
- 4bdbbeb gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749) by Ryan Lortie (desrt) · 19 years ago
- 31a227b gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples. by Wim Taymans · 19 years ago
- cd78435 ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) by Sébastien Moutte · 19 years ago
- a48bb4f gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants by Sébastien Moutte · 19 years ago
- f66a4fb gst/matroska/ebml-read.c: Even better would be if we actually did the right thing here (also, G_GUINT64_CONSTANT only... by Tim-Philipp Müller · 19 years ago
- bcbc2b2 gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MSVC doesn't support it, as it might lead ... by Tim-Philipp Müller · 19 years ago
- 687ccc0 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
- b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
- bdb14e6 Fix more broken GObject macros by Stefan Kost · 19 years ago
- f584f4d Fix broken GObject macros by Stefan Kost · 19 years ago
- 1e77710 Fix broken GObject macros by Stefan Kost · 19 years ago
- 6996223 gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calculations. by Wim Taymans · 19 years ago
- d4e7ce1 ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would occasionally display error dialogs in tote... by Tim-Philipp Müller · 19 years ago
- 661ddc6 ext/flac/gstflacdec.*: If the stream header doesn't contain the total number of samples, search for the last flac fra... by Tim-Philipp Müller · 19 years ago
- 5900db9 Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps by Zaheer Abbas Merali · 19 years ago
- 09b20e4 tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playing by Zaheer Abbas Merali · 19 years ago
- 329c747 sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanups by Zaheer Abbas Merali · 19 years ago
- 200bb9a gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element_class_get_pad_template(). by Edward Hervey · 19 years ago
- 7a7a210 gst/qtdemux/qtdemux.c: Added full edit list support. by Wim Taymans · 19 years ago
- 60b15a0 Unify the long descriptions in the plugin details (#337263). by j^ · 19 years ago
- 89b392a sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the prepare function to initialise the ring b... by Brian Cameron · 19 years ago
- 36c8155 configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration() which is used by speexdec. by Tim-Philipp Müller · 19 years ago
- 6787883 ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor a bit. by Tim-Philipp Müller · 19 years ago
- 490f1c0 ext/raw1394/gstdv1394src.c: distinguish between device not found and could not open for reading by Thomas Vander Stichele · 19 years ago
- 227563f gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is explicitly configured. by Wim Taymans · 19 years ago
- 378bcc0 gst/qtdemux/qtdemux.c: More cleanups, added comments. by Wim Taymans · 19 years ago
- 075303c gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes. by Wim Taymans · 19 years ago
- ee11a20 ignore more by Thomas Vander Stichele · 19 years ago
- 802613f fix dist by Thomas Vander Stichele · 19 years ago
- 12b60c2 add a .pc file so other modules can use good plugins in tests by Thomas Vander Stichele · 19 years ago
- 56640c9 add taglib checks and docs by Thomas Vander Stichele · 19 years ago
- e113715 disable use of AS_LIBTOOL_TAGS, it doesn't work correctly by Thomas Vander Stichele · 19 years ago
- 2088cb8 adding inspect files by Thomas Vander Stichele · 19 years ago
- e50a7b7 5 second timeout by Thomas Vander Stichele · 19 years ago
- 9334cc2 rename test by Thomas Vander Stichele · 19 years ago
- 1940330 rework build; add translations for v4l2 by Thomas Vander Stichele · 19 years ago
- c3141ee configure.ac: clean up, use AS_VERSION and AS_NANO by Thomas Vander Stichele · 19 years ago
- f84de0e Add tests and fix PAR caps issue to ximagesrc by Zaheer Abbas Merali · 19 years ago
- 46ef831 sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc by Zaheer Abbas Merali · 19 years ago
- c03f02f sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor by Zaheer Abbas Merali · 19 years ago
- 9b064ff I'm too lazy to comment this by Sébastien Moutte · 19 years ago
- 0debb1e ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 by Sébastien Moutte · 19 years ago
- 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
- 64d99d9 ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode. by Michael Dominic K · 19 years ago
- be9e3a9 Small fix, now pwc driver can tell about its buffers. by Edgard Lima · 19 years ago
- ab8540c ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after... by Tim-Philipp Müller · 19 years ago
- 6de7310 ext/speex/gstspeexenc.*: Don't leak adapter. by Wim Taymans · 19 years ago
- 4c087b7 ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache the first newsegment event, because we ... by Tim-Philipp Müller · 19 years ago
- 74fe5e8 gst/id3demux/gstid3demux.c: Create source pad without leaking. by Tim-Philipp Müller · 19 years ago
- 43dd3b9 ext/taglib/gsttaglib.cc: We do not want to proxy the caps on the sink pad; our source pad should have application/x-i... by Tim-Philipp Müller · 19 years ago
- 746a0bf sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 format, so comment out until this gets f... by Tim-Philipp Müller · 19 years ago
- 51b1537 Just make few things more robust and also some identation. by Edgard Lima · 19 years ago
- 1aca0c5 ext/flac/: Spifify a bit. by Wim Taymans · 19 years ago
- aa23e23 gst/avi/gstavidemux.c: this patch combines the global init_frames with the stream init_frames. Rationale being that t... by Wim Taymans · 19 years ago
- 2446175 gst/: use DEBUG_FUNCPTR for collectpads by Stefan Kost · 19 years ago
- f53ce6b ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of rows isn't a multiple of 2*DCTSIZE. Add s... by Tim-Philipp Müller · 19 years ago
- a876898 More state change function fixes. by Tim-Philipp Müller · 19 years ago
- 26aff02 ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly. Fixes #325191 by Wim Taymans · 19 years ago
- 38c2bcc ext/libpng/gstpngdec.c: Make state change function thread-safe. by Tim-Philipp Müller · 19 years ago
- 459333b gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just because the header claims a bigger size... by Tim-Philipp Müller · 19 years ago
- abb13bd gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first chunk of media data, so the we can exam... by Tim-Philipp Müller · 19 years ago
- e035ba0 add videobalance plugn by Christian Schaller · 19 years ago
- cf57e4a mention fixed bug number in the changelog by Jan Schmidt · 19 years ago
- 3f72e72 gst/: Don't attempt typefinding on too-short buffers that have been completely trimmed away. by Jan Schmidt · 19 years ago
- e7a2d77 ext/esd/esdsink.c: Some cleanups. by Wim Taymans · 19 years ago
- 6d9a3ec gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail on it. by Wim Taymans · 19 years ago
- 0186335 gst/: gcc 4.1 unreferenced pointer fixes. by Edward Hervey · 19 years ago
- 0465903 gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should be done before adding the byte offset w... by Tommi Myöhänen · 19 years ago
- d2d2659 gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that are transferred direct from the input. by Jan Schmidt · 19 years ago
- 1af582d gst/goom/: Free filter data when cleaning up. (Fixes: #334995) by Jan Schmidt · 19 years ago
- d1619b7 ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. by Tim-Philipp Müller · 19 years ago
- 4a4c306 Have a show mouse pointer property and use it if we can by Zaheer Abbas Merali · 19 years ago
- 33daa1e configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other systems that don't have <sys/socket.h> for... by Tim-Philipp Müller · 19 years ago
- ff2c5fd Change bus reset handler so it reports useful information such as whether the device being used connected or disconne... by Zaheer Abbas Merali · 19 years ago
- f8d30d4 gst/id3demux/id3v2frames.c: We only care about gain and peak data for the master volume. by Tim-Philipp Müller · 19 years ago
- 1cf900d gst/id3demux/id3v2frames.c: Read replay gain tags (#323721). by Tim-Philipp Müller · 19 years ago
- 8806aa5 configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_tag_from_id3_user_tag() in 0.10.5. by Tim-Philipp Müller · 19 years ago
- 0d2a1a0 Fixed one of the caps in the code from mulaw to alaw. by Philippe Kalaf · 19 years ago
- 3a636c5 gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass. by Jan Schmidt · 19 years ago
- 50f4eb8 Fix memleak with gst_static_pad_template_get(). by Edward Hervey · 19 years ago
- cd1bbad gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose. by Edward Hervey · 19 years ago
- 3424048 gst/qtdemux/qtdemux.c: Series of memleak fixes: by Edward Hervey · 19 years ago
- 6fe8d34 configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(), used by id3demux. by Tim-Philipp Müller · 19 years ago
- cc5d085 sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as early as possible, moving it from _class... by Edward Hervey · 19 years ago
- 6bad19a gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncated files (see #305279); remove unnecessa... by Tim-Philipp Müller · 19 years ago
- 59bc727 gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8 (#305279). by Tim-Philipp Müller · 19 years ago
- 23b55c7 ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJPEG files (#334083); some minor clean-ups. by Tim-Philipp Müller · 19 years ago
- dfa6de2 gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658) by Wim Taymans · 19 years ago
- efbf11f ext/taglib/gsttaglib.cc: Add gtk-doc blurb (unused for the time being); match registered plugin name to the filename ... by Tim-Philipp Müller · 19 years ago
- 8a51401 close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. by Wim Taymans · 19 years ago
- b6fc501 Fix build of v4l2 (sigh) by Julien Moutte · 19 years ago
- 6d3ac9f sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et instead. by Edward Hervey · 19 years ago
- 617cafb sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it doesn't make the PPC buildbot happy. by Edward Hervey · 19 years ago
- 8a611ae ext/taglib/: Add support for writing MusicBrainz IDs. by Tim-Philipp Müller · 19 years ago
- ade9843 sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the by Tim-Philipp Müller · 19 years ago