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
2009-01-14
ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...
Lennart Poettering
1
-3
/
+1
2009-01-07
ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...
Jan Schmidt
2
-5
/
+34
2009-01-05
ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...
Sebastian Dröge
1
-7
/
+4
2008-12-23
ext/jpeg/gstsmokeenc.*: Implement getcaps function.
Wim Taymans
2
-11
/
+70
2008-12-19
ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...
Stefan Kost
1
-3
/
+0
2008-12-17
ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.
Stefan Kost
1
-0
/
+2
2008-12-15
ext/pulse/pulsemixerctrl.c: Add note about memleak.
Stefan Kost
1
-0
/
+3
2008-12-13
Switch to using GstStaticPadTemplate.
Edward Hervey
1
-15
/
+27
2008-12-09
ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...
Tim-Philipp Müller
1
-0
/
+3
2008-12-09
ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...
Sebastian Dröge
1
-33
/
+70
2008-12-08
ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...
Sebastian Dröge
1
-2
/
+5
2008-12-08
ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...
Sebastian Dröge
3
-6
/
+2
2008-11-27
Add support for basic and digest authentication in souphttpsrc.
Ron McOuat
2
-7
/
+92
2008-11-23
ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...
Stefan Kost
1
-6
/
+12
2008-11-21
ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...
Zeeshan Ali
1
-0
/
+2
2008-11-20
ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...
Jan Schmidt
1
-10
/
+1
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
22
-0
/
+23
2008-10-31
ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...
Sebastian Dröge
1
-1
/
+1
2008-10-27
ext/esd/esdmon.c: Add doc blob.
Stefan Kost
1
-1
/
+19
2008-10-27
ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...
Sjoerd Simons
1
-2
/
+12
2008-10-10
ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...
Jan Schmidt
2
-3
/
+4
2008-10-03
ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.
Wim Taymans
2
-5
/
+10
2008-09-27
ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...
Jan Schmidt
1
-2
/
+10
2008-09-11
ext/raw1394/: Pretend to care about the result of write() which works around ...
Tim-Philipp Müller
2
-4
/
+4
2008-09-04
ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...
Tim-Philipp Müller
1
-14
/
+20
2008-09-02
ext/speex/: Use integer encoding and decoding functions instead of converting...
Sebastian Dröge
4
-37
/
+25
2008-08-31
ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...
Sebastian Dröge
2
-3
/
+69
2008-08-31
ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...
Sebastian Dröge
1
-2
/
+2
2008-08-31
ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...
Sebastian Dröge
3
-68
/
+169
2008-08-31
ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...
Craig Keogh
1
-1
/
+1
2008-08-30
Make stuff compile with GST_DISABLE_GST_DEBUG.
Tim-Philipp Müller
1
-1
/
+3
2008-08-26
ext/cairo/gsttextoverlay.c: Fix compiler warning.
Stefan Kost
1
-3
/
+2
2008-08-26
ext/cairo/gsttextoverlay.c: Fix obvious memleak.
David Schleef
1
-2
/
+2
2008-08-20
ext/flac/gstflacenc.c: Fix compilation against older libflac versions.
Tim-Philipp Müller
1
-1
/
+1
2008-08-20
ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.
Sebastian Dröge
7
-111
/
+36
2008-08-20
ext/pulse/: If downstream provides no channel layout and >2 channels should b...
Sebastian Dröge
3
-78
/
+259
2008-08-18
ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...
Sebastian Dröge
2
-14
/
+7
2008-08-13
ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...
Sebastian Dröge
2
-2
/
+144
2008-08-13
ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...
Laszlo Pandy
1
-4
/
+19
2008-08-13
ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...
Sebastian Dröge
7
-45
/
+57
2008-08-13
ext/pulse/pulsemixer.c: Fix property probing after the device property is set...
Laszlo Pandy
1
-2
/
+2
2008-08-13
ext/pulse/pulsemixer.c: Fix property probing after the device property is set...
Laszlo Pandy
1
-4
/
+4
2008-08-13
ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...
Laszlo Pandy
4
-9
/
+88
2008-08-12
Pull changes from 0.10.9.2 pre-release branch moving the libcdio
Jan Schmidt
6
-638
/
+0
2008-08-11
ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.
Edward Hervey
4
-3
/
+919
2008-08-09
ext/flac/gstflacenc.c: Actually provide the variables required for the format...
Sebastian Dröge
1
-1
/
+2
2008-08-08
ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...
Sebastian Dröge
2
-11
/
+67
2008-08-07
ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...
Sebastian Dröge
1
-0
/
+6
2008-08-07
Make sure gettext returns translations in UTF-8 encoding rather than in the c...
Frederic Crozat
4
-0
/
+4
2008-08-07
ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...
Sebastian Dröge
1
-0
/
+4
[next]