index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-30
gdkpixbufoverlay: add "pixbuf" property
Tim-Philipp Müller
2
-8
/
+48
2014-11-30
gdkpixbuf: remove pixbufscale code that was never ported
Tim-Philipp Müller
3
-534
/
+0
2014-11-28
apev2mux: write APE tags at end for wavpack files
Tim-Philipp Müller
1
-2
/
+37
2014-11-22
speex: remove support for ancient speex versions
Tim-Philipp Müller
2
-8
/
+0
2014-11-22
souphttpsrc: log connection events at info level
Branislav Katreniak
1
-6
/
+6
2014-11-12
flacdec: set the channel positions using the appropriate API
Vincent Penquerc'h
1
-18
/
+17
2014-11-10
vpx: mark arnr-type properties as deprecated and set them to no-op
Aurélien Zanelli
2
-32
/
+8
2014-11-04
pngdec: change parse logic
Vineeth T M
2
-24
/
+33
2014-11-02
Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED
Tim-Philipp Müller
1
-3
/
+7
2014-11-01
vpx: remove compatibility defines
Aurélien Zanelli
1
-17
/
+0
2014-11-01
wavpack: remove support for ancient API version
Tim-Philipp Müller
3
-20
/
+0
2014-10-30
speexenc: update output segment stop time to match clipped samples
Vincent Penquerc'h
2
-0
/
+30
2014-10-30
flacenc: update output segment stop time to match clipped samples
Vincent Penquerc'h
2
-0
/
+34
2014-10-28
pulse, v4l2: add missing G_END_DECLS in some places
Tim-Philipp Müller
1
-0
/
+2
2014-10-23
pulse: remove some unused typedefs
Tim-Philipp Müller
2
-3
/
+1
2014-10-23
speex: Fix segfault when resetting the codecs multiple times
Ananda
2
-0
/
+2
2014-10-22
pulsesink: Temporarily disable stream status posting
Arun Raghavan
1
-6
/
+13
2014-10-02
souphttpclientsink: Fix lifetime of stream headers and queued buffers
Nirbheek Chauhan
1
-4
/
+11
2014-10-02
souphttpclientsink: Add some more useful debug logging
Nirbheek Chauhan
1
-0
/
+4
2014-10-02
souphttpclientsink: Free queued buffers in ::reset
Nirbheek Chauhan
1
-0
/
+3
2014-09-30
vp8enc/vp9enc: Protect the encoder with a mutex in all situations
Sebastian Dröge
2
-4
/
+10
2014-09-30
vp9enc: Allow caps renegotiation
Sebastian Dröge
1
-9
/
+35
2014-09-30
vp8enc: finish() and drain() should return a GstFlowReturn
Sebastian Dröge
1
-2
/
+2
2014-09-30
vp8enc: Allow caps renegotiation
Jose Antonio Santos Cadenas
1
-8
/
+34
2014-09-30
pulse: Add some documentation about threading and synchronisation
Arun Raghavan
2
-2
/
+29
2014-09-30
pulsesink: Make emitting stream status messages synchronous
Arun Raghavan
1
-0
/
+16
2014-09-24
Miscellaneous minor cleanups
Sanjay NM
1
-1
/
+1
2014-09-16
gdkpixbufdec: modify wrong packetized mode logic
Vineeth T M
2
-7
/
+15
2014-09-16
jpegdec: Remove unused variable and use correct decoder variable name
Sebastian Dröge
1
-2
/
+1
2014-09-16
pngdec: Remove unused variable
Sebastian Dröge
1
-1
/
+0
2014-09-16
jpeggdec: modify wrong packetized mode logic
Vineeth T M
1
-4
/
+1
2014-09-16
pngdec: modify wrong packetized mode logic
Vineeth T M
1
-1
/
+1
2014-09-11
souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...
Sebastian Dröge
1
-0
/
+11
2014-09-04
souphttpsrc: Include redirection target in error messages
Sebastian Dröge
1
-15
/
+18
2014-09-03
gdkpixbufdec: free query after use
Vineeth T M
1
-0
/
+2
2014-09-02
vp9dec: Get input width/height from the codec instead of the input caps
Sebastian Dröge
1
-7
/
+4
2014-09-02
vp8dec: Fix for handling resolution changes when decoding VP8
Tom Greenwood
1
-1
/
+22
2014-09-02
vp9dec: Fix segfault when a new caps is received
Thiago Santos
1
-0
/
+5
2014-09-01
vp8dec: Reset output and input states when changing format
Jose Antonio Santos Cadenas
1
-1
/
+9
2014-08-28
gdkpixbufdec: EOS and NOT_LINKED are no errors in general
Vineeth T M
1
-3
/
+4
2014-08-10
speexenc: Improve annotation of internal function
Sebastian Rasmussen
1
-3
/
+4
2014-07-21
jpegenc: Add support for encoding from NV21 and NV12
Nicola Murino
1
-2
/
+2
2014-06-29
pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT
Sebastian Dröge
1
-1
/
+1
2014-06-29
pulse: fix compiler warnings when compiling with -DG_DISABLE_ASSERT
Tim-Philipp Müller
1
-2
/
+2
2014-06-26
Rename GstDeviceMonitor to GstDeviceProvider
Olivier Crête
4
-69
/
+69
2014-06-21
pulse, v4l2: update for device "klass" -> "device-class" rename
Tim-Philipp Müller
1
-1
/
+1
2014-06-10
flacdec: add const where appropriate
Vincent Penquerc'h
1
-2
/
+3
2014-06-09
speexenc: add missing va_end in variadic function
Edward Hervey
1
-0
/
+1
2014-06-02
vp9enc: Don't dereference NULL checks
Edward Hervey
1
-4
/
+4
2014-06-02
vp8enc: Don't dereference NULL variable
Edward Hervey
1
-4
/
+4
[next]