index
:
~robswain/gst-plugins-good
working-qtdemux
Robert Swain's dumping ground for gst-plugins-good development
robswain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-03
ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...
Sebastian Dröge
3
-30
/
+99
2008-08-03
ext/flac/gstflacenc.c: Support encoding of up to 8 channels.
Sebastian Dröge
1
-36
/
+138
2008-08-02
ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300
Wouter Cloetens
2
-8
/
+18
2008-08-02
ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...
Sebastian Dröge
1
-9
/
+12
2008-07-31
ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...
Jan Schmidt
1
-3
/
+5
2008-07-19
ext/Makefile.am: Finish hooking up pulseaudio plugin to the build.
Jan Schmidt
2
-2
/
+13
2008-07-19
ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.
Wouter Cloetens
1
-1
/
+2
2008-07-17
Only use -Wno-attributes (which is there to work around a bug in the taglib 1...
Tim-Philipp Müller
1
-2
/
+2
2008-07-14
ext/jpeg/gstjpegdec.c: Align documentation with reality.
Mark Nauwelaerts
1
-2
/
+1
2008-07-08
Don't use declarations after statements and variable length arrays.
Sebastian Dröge
3
-10
/
+9
2008-07-04
ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.
Mark Nauwelaerts
1
-0
/
+2
2008-06-30
ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...
Jan Schmidt
1
-3
/
+2
2008-06-26
ext/dv/gstdv.c: Fix compilation.
Wim Taymans
1
-2
/
+0
2008-06-26
ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...
Edward Hervey
1
-10
/
+2
2008-06-25
ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...
Jason Donenfeld
1
-2
/
+31
2008-06-19
ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...
Sebastian Dröge
1
-4
/
+56
2008-06-17
ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...
Wim Taymans
6
-251
/
+143
2008-06-16
ext/speex/gstspeexenc.c: Add mode property.
Wim Taymans
1
-42
/
+120
2008-06-10
ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...
Sebastian Dröge
3
-41
/
+38
2008-06-10
Add documentation to the pulseaudio plugin and run make update in docs/plugins.
Sebastian Dröge
4
-7
/
+74
2008-06-10
Add pulseaudio GStreamer element from gst-pulse. Development will continue he...
Sebastian Dröge
16
-0
/
+3555
2008-06-09
ext/cdio/: Also extract album title and album genre from CD-TEXT if available...
Benjamin Kampmann
3
-0
/
+25
2008-06-07
Require libcdio >= 0.76.
Tim-Philipp Müller
3
-27
/
+2
2008-06-04
ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...
Tim-Philipp Müller
1
-1
/
+1
2008-06-04
Use new utility functions in libgsttag to process coverart (#512333).
Tim-Philipp Müller
1
-108
/
+9
2008-06-04
ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...
Sebastian Dröge
1
-7
/
+70
2008-05-28
Document whats first shown on the fdo plugin docs page :)
Stefan Kost
1
-0
/
+17
2008-05-28
Document aasink and cacasink.
Stefan Kost
2
-4
/
+48
2008-05-25
ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...
Sebastian Dröge
2
-1
/
+57
2008-05-21
Don't use gst_element_get_pad(), it's a bad method.
Wim Taymans
6
-11
/
+11
2008-05-20
ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...
Michael Meeks
1
-1
/
+1
2008-05-16
Fix some compiler warnings.
Jan Schmidt
1
-1
/
+1
2008-05-13
ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...
Wim Taymans
1
-1
/
+1
2008-05-03
ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...
Sebastian Dröge
4
-9
/
+36
2008-05-02
ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...
Olivier Crete
1
-1
/
+41
2008-05-02
ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...
Stefan Kost
1
-1
/
+4
2008-04-30
ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...
Wim Taymans
1
-0
/
+13
2008-04-29
ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.
Wim Taymans
1
-13
/
+37
2008-04-24
Stop using deprecated GLib functions.
Sebastian Dröge
1
-6
/
+6
2008-04-17
ext/: gst_atomic_int_set ==> g_atomic_int_set
Edward Hervey
2
-4
/
+4
2008-04-13
ext/Makefile.am: Remove LADSPA reference I missed.
Jan Schmidt
1
-1
/
+0
2008-04-13
ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...
Sebastian Dröge
1
-1
/
+1
2008-04-12
Remove LADSPA plugin. Fixes: #515978
Jan Schmidt
1
-6
/
+0
2008-04-12
Move soup plugin from -bad (Fixes: #523124)
Jan Schmidt
1
-0
/
+8
2008-04-11
ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which m...
Jan Schmidt
1
-1
/
+1
2008-04-06
ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...
Sjoerd Simons
1
-2
/
+3
2008-04-05
ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.
Tim-Philipp Müller
1
-1
/
+5
2008-04-04
ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...
Sebastian Dröge
1
-15
/
+0
2008-04-03
ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).
Tim-Philipp Müller
4
-4
/
+508
2008-04-03
ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...
Sebastian Dröge
3
-23
/
+45
[prev]
[next]