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
2007-06-09ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge
2007-06-09ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge
2007-06-09move wavpack plugin. See #352605.Thomas Vander Stichele
2007-06-08ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller
2007-05-26ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans
2007-05-25ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller
2007-05-24ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge
2007-05-21ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge
2007-05-16ext/libpng/gstpngdec.c: Fix build on macosx.Edward Hervey
2007-05-16ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge
2007-05-02ext/flac/gstflac.c: Call bindtextdomain() to get localized strings.Sebastian Dröge
2007-05-02ext/flac/gstflacdec.c: Correctly post an error on the bus if something went w...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele
2007-04-25ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge
2007-03-22ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge
2007-03-09ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it...Wim Taymans
2007-03-09ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans
2007-03-07ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge
2007-03-06ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt
2007-03-05ext/esd/esdsink.c: Unref static pad template after using it.Jan Schmidt
2007-03-05ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt
2007-03-05ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt
2007-03-05ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans
2007-03-04ext/cdio/gstcdiocddasrc.c: Make sure we always destroy our libcdio handle.Jan Schmidt
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt
2007-03-04ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad...Jan Schmidt
2007-03-03Don't mix tabs and spaces (#414168).Loïc Minier
2007-03-02ext/cdio/gstcdiocddasrc.c: Small code cleanups.Wim Taymans
2007-03-02ext/hal/hal.c: Fix compilation.Wim Taymans
2007-03-02ext/hal/: Having NULL as UDI previously selected the default sink/src. Change...Sebastian Dröge
2007-03-01ext/hal/: Check if the device UDI is set before trying to query HAL about it ...Sebastian Dröge
2007-02-28ext/shout2/gstshout2.*: Add a property for username.Michael Smith
2007-02-25Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier
2007-02-25Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller
2007-02-14ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt
2007-02-13Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt