index
:
~bilboed/gst-plugins-bad
0.10
WIP
WIP-1.5
amczerocopy-gl-wip
amczerocopy-gl-wip2
android-gl
closedcaption
current
dash-skip
dash-take2
descriptordump
dsmcc
glcontext
h264parsekey
h264parser
hls
master
mpegts-wip
multifile
pcroffset
streams
streams-rebased
teletext
trickmodes
tsdemux-gap
tsdemux-switch
tsid-pid
vapoursynth
vdpau
wip
wip2
wip3
Personal copy of gst-plugins-bad
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-24
glwindow: Deactivate window before changing handle
android-gl
Edward Hervey
1
-1
/
+35
2015-02-24
gl/egl: Detect window handle changes
Edward Hervey
2
-4
/
+37
2015-02-25
vtdec: only attempt use of the texture cache with GLMemory caps features
Matthew Waters
1
-10
/
+19
2015-02-25
caopengllayersink: render black when we don't have a texture to display
Matthew Waters
1
-0
/
+2
2015-02-25
glmemory: allow sharing between buffers
Matthew Waters
1
-2
/
+2
2015-02-24
glsyncmeta: add compat definition for gles2
Matthew Waters
1
-1
/
+3
2015-02-24
d3dvideosink: Don't initialize the render window swap chain while the device ...
Sebastian Dröge
1
-1
/
+6
2015-02-24
d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...
Sebastian Dröge
1
-1
/
+3
2015-02-24
new caopengllayersink element
Matthew Waters
4
-1
/
+1159
2015-02-24
applemedia: new AVSampleBufferLayerSink
Matthew Waters
9
-3
/
+998
2015-02-24
gl/calayer: don't use the async callback to render
Matthew Waters
1
-1
/
+0
2015-02-24
glsyncmeta: also supported with gles3
Matthew Waters
1
-9
/
+10
2015-02-24
libgstgl: eagl: handle CALayer resize
Alessandro Decina
3
-6
/
+26
2015-02-23
glmemory: Fix transfer_pbo memory leak
Vasilis Liaskovitis
1
-0
/
+2
2015-02-22
gl/cocoa: reduce custom main loop latency
Julien Isorce
1
-1
/
+1
2015-02-22
glmixer: fix some compiler warnings
Julien Isorce
1
-3
/
+3
2015-02-21
docs: update
Tim-Philipp Müller
8
-356
/
+576
2015-02-21
docs: add opus elements to documentation
Tim-Philipp Müller
2
-0
/
+71
2015-02-21
mxf-example: don't quit on Warning
Luis de Bethencourt
1
-3
/
+20
2015-02-21
mxf-example: always show gtk window
Luis de Bethencourt
1
-0
/
+1
2015-02-21
mxf-example: merge returns in g_value_to_string()
Luis de Bethencourt
1
-12
/
+6
2015-02-21
mxf-example: make bus_callback consistent
Luis de Bethencourt
1
-4
/
+4
2015-02-21
mxf-example: fix usage of argc and argv
Luis de Bethencourt
1
-4
/
+4
2015-02-21
camerabin examples: remove unneeded variable
Luis de Bethencourt
1
-4
/
+4
2015-02-21
gstglmemory: Remove now unused transfer_upload function.
Mathieu Duponchelle
1
-39
/
+0
2015-02-21
glmemory: disable automatic pbo upload
Matthew Waters
1
-7
/
+0
2015-02-20
hlsdemux: select correct starting position for live streams
Alex Ashley
3
-5
/
+18
2015-02-20
glememory: only store and act on the map flags on first/last map/unmap
Matthew Waters
2
-4
/
+9
2015-02-19
aggregator: Use src_lock to protect latency related members
Olivier Crete
1
-30
/
+21
2015-02-19
aggregator: Remove untrue comment
Olivier Crête
1
-1
/
+0
2015-02-19
aggregator: Don't try to push tags while flush seeking
Olivier Crête
1
-1
/
+1
2015-02-19
hlssink: reduce playlist's EXT-X-VERSION to 3
Guillaume Seguin
1
-1
/
+5
2015-02-19
rtpopuspay: default encoding name to OPUS
Vincent Penquerc'h
1
-2
/
+1
2015-02-19
rtpopuspay: make caps writable before truncating them
Vincent Penquerc'h
1
-1
/
+1
2015-02-19
rtpopuspay: negotiate the encoding name
Vincent Penquerc'h
1
-1
/
+18
2015-02-19
simplevideomarkdetect: move offset calculations out of inner loops
Vineeth T M
1
-16
/
+10
2015-02-19
aggregator: Use the sinkpads iterator directly to query upstream latencies
Sebastian Dröge
1
-12
/
+38
2015-02-19
aggregator: Move gst_aggregator_get_latency_unlocked() a bit
Sebastian Dröge
1
-43
/
+43
2015-02-19
rsninputselector: Fail the latency query if one of the upstream queries fails
Sebastian Dröge
1
-3
/
+4
2015-02-19
liveadder: Fail the latency query if one of the upstream queries fails
Sebastian Dröge
1
-2
/
+6
2015-02-19
aggregator: Fail the latency query if one of the upstream queries fails
Sebastian Dröge
1
-1
/
+6
2015-02-19
avfvideosrc: Only set latency if we already know our caps
Sebastian Dröge
1
-1
/
+4
2015-02-18
aggregator: Document locking order
Olivier Crête
1
-0
/
+13
2015-02-18
aggregator: Rename confusinly named SRC_STREAM_LOCK macros to SRC_LOCK
Olivier Crête
1
-53
/
+53
2015-02-18
aggregator: Rename confusingly named stream lock to flush lock
Olivier Crête
1
-13
/
+16
2015-02-18
aggregator: Fix macro indendation
Olivier Crête
1
-10
/
+10
2015-02-18
gltransform: Fix includes of graphene headers
Nicolas Dufresne
2
-3
/
+4
2015-02-18
mxfdemux: remove unneeded values
Luis de Bethencourt
1
-17
/
+10
2015-02-18
mxfdemux: renaming GstFlowReturn variable
Luis de Bethencourt
1
-28
/
+28
2015-02-18
mxfdemux: remove ignored value
Luis de Bethencourt
1
-2
/
+2
[next]