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
...
*
Make coding style more consistent, including class renaming.
Wouter Cloetens
2008-01-31
1
-49
/
+52
*
configure.ac: Fix typo.
Jan Schmidt
2008-01-31
2
-1
/
+6
*
gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...
Jan Schmidt
2008-01-31
3
-385
/
+303
*
ext/soup/gstsouphttpsrc.c: Update documentation a bit.
Wouter Cloetens
2008-01-30
1
-7
/
+13
*
ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...
Wouter Cloetens
2008-01-30
1
-1
/
+8
*
tests/check/: Add missing files for the unit test.
Wouter Cloetens
2008-01-30
2
-0
/
+37
*
docs/plugins/: Add souphttpsrc to the docs.
Wouter Cloetens
2008-01-30
3
-264
/
+890
*
ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...
Alessandro Decina
2008-01-29
3
-19
/
+36
*
gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...
Wim Taymans
2008-01-29
2
-3
/
+21
*
tests/check/: Add add testsuite for the rtp-payloader that tries simulating d...
Stefan Kost
2008-01-29
4
-11
/
+569
*
tests/check/elements/alphacolor.c: Remove two unused variables.
Stefan Kost
2008-01-29
2
-2
/
+5
*
gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...
Tim-Philipp Müller
2008-01-28
2
-3
/
+9
*
gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...
Sebastian Dröge
2008-01-26
2
-42
/
+0
*
gst/rtp/: Add MPEG2 video payloader
Thijs Vermeir
2008-01-25
6
-1
/
+315
*
gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
Sebastian Dröge
2008-01-23
2
-1
/
+6
*
tests/check/Makefile.am: Fix up some CFLAGS sets.
Jan Schmidt
2008-01-21
3
-9
/
+21
*
configure.ac: Detect video4linux headers on Solaris too.
Brian Cameron
2008-01-21
6
-6
/
+50
*
docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still loca...
Stefan Kost
2008-01-21
2
-13
/
+20
*
docs/plugins/: Add symbols from -unused.txt to the right place.
Stefan Kost
2008-01-21
1
-2
/
+8
*
docs/plugins/Makefile.am: Update include list.
Stefan Kost
2008-01-21
2
-1
/
+1
*
ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...
Wouter Cloetens
2008-01-20
1
-10
/
+14
*
Add bug number to the latest entry
Sebastian Dröge
2008-01-19
1
-1
/
+1
*
gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...
Sebastian Dröge
2008-01-19
2
-2
/
+12
*
ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...
Wouter Cloetens
2008-01-19
2
-0
/
+4
*
gst/udp/gstmultiudpsink.c: use GST_WARNING for logging
Thijs Vermeir
2008-01-18
3
-1
/
+7
*
gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.
Sebastian Dröge
2008-01-18
1
-0
/
+1
*
gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...
Thijs Vermeir
2008-01-18
3
-1
/
+7
*
tests/check/: Add some minimal tests for the equalizer plugin.
Sebastian Dröge
2008-01-18
1
-0
/
+331
*
gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...
Sebastian Dröge
2008-01-18
1
-0
/
+8
*
ext/soup/gstsouphttpsrc.c: Add support for WebDAV.
Sebastian Dröge
2008-01-18
1
-1
/
+1
*
ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...
Wouter Cloetens
2008-01-18
2
-5
/
+75
*
ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...
Tim-Philipp Müller
2008-01-17
2
-0
/
+20
*
gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...
Olivier Crete
2008-01-17
3
-4
/
+34
*
gst/videomixer/Makefile.am: Add controller flags.
Stefan Kost
2008-01-16
2
-2
/
+7
*
gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().
Stefan Kost
2008-01-16
2
-3
/
+8
*
docs/plugins/Makefile.am: Remove duplicate entry.
Stefan Kost
2008-01-16
2
-1
/
+5
*
docs/plugins/: Add 3 more plugins to docs.
Stefan Kost
2008-01-15
7
-2
/
+141
*
Revert previous change caused by a file that got stuck on an old revision.
Stefan Kost
2008-01-15
3
-42
/
+56
*
Re-add multipartdemux to the docs. Last round of section cleanup.
Stefan Kost
2008-01-15
7
-130
/
+203
*
Managed to resolve most unused declarations. Filed a bug for one left.
Stefan Kost
2008-01-15
5
-73
/
+92
*
docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file.
Stefan Kost
2008-01-15
2
-63
/
+163
*
docs/plugins/: Update plugin docs.
Stefan Kost
2008-01-15
57
-1822
/
+2170
*
As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
Wim Taymans
2008-01-14
2
-1
/
+8
*
gst/: Initialise variables to work around (false) 'foo might be used uninitia...
Tim-Philipp Müller
2008-01-14
4
-3
/
+12
*
Ignore more files for the buildbot.
David Schleef
2008-01-12
3
-0
/
+10
*
Generate the image-type values correctly. Leave them out of the caps when out...
Jan Schmidt
2008-01-11
4
-24
/
+46
*
tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.
Tim-Philipp Müller
2008-01-11
3
-10
/
+10
*
ignore some more
Edward Hervey
2008-01-11
1
-0
/
+1
*
ignore some more
Edward Hervey
2008-01-11
1
-0
/
+1
*
gst/rtp/: Fix the clock rate to 90000 as required by the RFC.
Olivier Crete
2008-01-11
3
-15
/
+14
[prev]
[next]