Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-02-06ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens
2008-02-02ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin
2008-01-31ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge
2008-01-31Make coding style more consistent, including class renaming.Wouter Cloetens
2008-01-30ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens
2008-01-30ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens
2008-01-29ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens
2008-01-18ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...Tim-Philipp Müller
2008-01-12Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt
2008-01-04ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge
2008-01-03ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...John Millikin
2007-12-29ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...Sebastian Dröge
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller
2007-12-18ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans
2007-12-17ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey
2007-12-14ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans
2007-12-11ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens
2007-12-09ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge
2007-12-09ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller
2007-12-09ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge
2007-12-09Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking...Kwang Yul Seo
2007-11-29configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens
2007-11-29ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.Wim Taymans
2007-11-20ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge
2007-11-20ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge
2007-11-20ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.Stefan Kost
2007-11-20ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler
2007-11-20Fix build on Mac OS X 10.5Julien Moutte
2007-11-16ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #49...David Schleef
2007-11-15Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens
2007-11-15ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller
2007-11-14ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" prop...Julien Puydt
2007-11-13ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango fon...Tim-Philipp Müller
2007-10-25ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller
2007-10-17Use new gst_bus_pop_filtered().Tim-Philipp Müller
2007-10-11ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller
2007-09-26ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...Tim-Philipp Müller
2007-09-25Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller
2007-09-20ext/cairo/gsttextoverlay.c: Add info about static leak.Stefan Kost
2007-09-19ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller
2007-09-13Update my mail address.Sebastian Dröge
2007-09-12ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost
2007-09-06ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...Tim-Philipp Müller
2007-08-16Make ro memory to share.Stefan Kost
2007-08-05ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs.Stefan Kost