index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update .po files
Jan Schmidt
2008-02-20
26
-4420
/
+5074
*
gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386.
Sebastian Dröge
2008-02-19
2
-1
/
+6
*
gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value.
Wim Taymans
2008-02-18
2
-0
/
+8
*
tests/examples/spectrum/spectrum-example.c: Add missing include to fix compil...
Stefan Kost
2008-02-14
2
-0
/
+7
*
fixes: #514889
Wim Taymans
2008-02-12
8
-10
/
+167
*
win32/MANIFEST: Add libgstpng.dsp to MANIFEST.
Sébastien Moutte
2008-02-12
3
-2
/
+18
*
sys/ximage/gstximagesrc.c: Initialise variables when opening the X display ra...
Jan Schmidt
2008-02-12
2
-3
/
+13
*
sys/directdraw/gstdirectdrawsink.c: Properly chain up finalize functions. Fix...
Sebastian Dröge
2008-02-12
3
-1
/
+15
*
sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984.
Sebastian Dröge
2008-02-12
2
-0
/
+19
*
sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buf...
Sebastian Dröge
2008-02-12
2
-1
/
+17
*
gst/debug/efence.c: Properly chain up finalize method. Fixes bug #515979.
Sebastian Dröge
2008-02-12
2
-2
/
+17
*
sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our co...
Jan Schmidt
2008-02-12
2
-0
/
+25
*
tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf()....
Sebastian Dröge
2008-02-12
1
-0
/
+1
*
Add a few libjpeg suppressions and initialize a variable to make smokeenc val...
Sebastian Dröge
2008-02-12
4
-2
/
+137
*
gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes,...
Jan Schmidt
2008-02-11
2
-13
/
+11
*
Close some memory leaks spotted by the unit test. Fixes bug #515697.
Sebastian Dröge
2008-02-11
4
-6
/
+22
*
ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails inst...
Sebastian Dröge
2008-02-11
2
-0
/
+14
*
gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.
Sebastian Dröge
2008-02-10
9
-10
/
+22
*
Add a simple example application for the spectrum element, include it in the ...
Jan Schmidt
2008-02-09
6
-10
/
+157
*
gst/: Fix includes order
Jan Schmidt
2008-02-09
6
-8
/
+25
*
add 3 new plugins to spec file
Christian Schaller
2008-02-08
1
-0
/
+3
*
add missing header files for disting
Christian Schaller
2008-02-08
2
-1
/
+7
*
gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d...
Julien Moutte
2008-02-08
3
-0
/
+13
*
tests/check/elements/.cvsignore: Spell the new tests correctly in .cvsignore
Jan Schmidt
2008-02-08
2
-2
/
+7
*
gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...
Tim-Philipp Müller
2008-02-08
6
-1
/
+35
*
Move multifile plugin from -bad.
Jan Schmidt
2008-02-08
10
-1
/
+148
*
gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.
David Schleef
2008-02-08
3
-71
/
+92
*
Move spectrum plugin from -bad.
Jan Schmidt
2008-02-08
12
-14
/
+138
*
Mention bug 415627 fixed with previous commit
Jan Schmidt
2008-02-08
1
-0
/
+2
*
Move the equalizer plugin across from -bad
Jan Schmidt
2008-02-08
14
-19
/
+330
*
docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docs
Jan Schmidt
2008-02-08
3
-12
/
+14
*
configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-re...
Jan Schmidt
2008-02-08
2
-1
/
+8
*
Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...
Jan Schmidt
2008-02-07
15
-459
/
+671
*
Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...
Tim-Philipp Müller
2008-02-07
3
-3
/
+39
*
gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined
Sébastien Moutte
2008-02-07
10
-16
/
+44
*
gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...
Bjarne Rosengren
2008-02-07
2
-0
/
+11
*
gst/multifile/gstmultifilesink.c: Add a fixme comment.
Stefan Kost
2008-02-07
1
-0
/
+1
*
gst/spectrum/gstspectrum.c: Improve the docs.
Stefan Kost
2008-02-07
1
-7
/
+7
*
configure.ac: Bump requirements to (good) released versions to avoid confusio...
Tim-Philipp Müller
2008-02-07
2
-2
/
+8
*
gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.
Sebastian Dröge
2008-02-07
1
-1
/
+1
*
Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...
Jan Schmidt
2008-02-06
23
-5153
/
+691
*
ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.
Wouter Cloetens
2008-02-06
1
-2
/
+2
*
gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.
orjan
2008-02-05
2
-1
/
+11
*
gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...
Edward Hervey
2008-02-04
2
-0
/
+10
*
ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...
John Millikin
2008-02-02
2
-15
/
+14
*
tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX.
Tim-Philipp Müller
2008-02-02
4
-91
/
+107
*
Add documentation for avisubtitle and change class to
Thijs Vermeir
2008-02-01
5
-3
/
+45
*
sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...
Jan Schmidt
2008-01-31
4
-41
/
+69
*
configure.ac: Bump plugins-base requirement to 0.10.16 for the gst_video_form...
Jan Schmidt
2008-01-31
2
-1
/
+7
*
ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...
Sebastian Dröge
2008-01-31
1
-150
/
+148
[next]