index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
gst
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
Use proper GtkDoc notation for NULL/FALSE/TRUE
Reynaldo H. Verdejo Pinochet
1
-1
/
+1
2017-08-25
baseparse: fix taglist update spam
Tim-Philipp Müller
1
-1
/
+2
2017-07-14
basesrc: deprecate non-functional "typefind" property
Tim-Philipp Müller
2
-6
/
+14
2017-07-14
basesink: fix buffer leaks if preroll failed
Jason Lin
1
-0
/
+1
2017-07-12
basesrc: forward SINK_MESSAGE events downstream
George Kiagiadakis
1
-0
/
+1
2017-07-09
basesink: use GST_CLOCK_TIME macros for readability
Stefan Sauer
1
-6
/
+7
2017-07-09
collectpads: correct some comments and add more logging
Stefan Sauer
1
-4
/
+13
2017-06-29
docs: add a missing const in bytereader docs
Stefan Sauer
1
-1
/
+1
2017-06-29
basesrc: Removed unused private member qos_enabled
Nicolas Dufresne
1
-1
/
+0
2017-06-29
basesrc: Don't reallocate buffers when flushing
Nicolas Dufresne
1
-10
/
+9
2017-06-29
basesrc: Don't hold LIVE_LOCK in create/alloc/fill
Nicolas Dufresne
1
-149
/
+176
2017-06-29
basesrc: Protect access to pool and allocator
Nicolas Dufresne
1
-5
/
+31
2017-06-22
baseparse: sinkcaps can be NULL in default caps negotiation
Nicolas Dufresne
1
-1
/
+2
2017-06-20
base: Export boxed type copy/free functions for the remaining types
Sebastian Dröge
4
-6
/
+11
2017-05-23
basesrc: Hold object lock while updating latency
Olivier Crête
1
-0
/
+2
2017-05-17
gst: Don't ref_sink() GstObject subclasses in instance_init/constructor
Sebastian Dröge
1
-3
/
+3
2017-05-15
libs: base: mark symbols explicitly for export with GST_EXPORT
Tim-Philipp Müller
14
-39
/
+480
2017-05-04
g-i: no need to load registry in g-i scanner
Tim-Philipp Müller
1
-1
/
+1
2017-05-02
adapter: Check if meta transform_func is NULL before using it
Sebastian Dröge
1
-1
/
+1
2017-05-02
basetransform: Check if meta transform_func is NULL before using it
Frédéric Dalleau
1
-3
/
+8
2017-04-19
basetransform: fix typo in debug log output
Yasushi SHOJI
1
-1
/
+1
2017-04-13
meson: A couple for GIR-generation fixes
Rico Tzschichholz
1
-1
/
+2
2017-04-08
Don't use deprecated g_object_newv()
Tim-Philipp Müller
3
-3
/
+3
2017-03-24
queuearray: Add G_BEGIN_DECLS and G_END_DECLS to make it usable from C++ code
Sebastian Dröge
1
-0
/
+4
2017-03-22
baseparse: Don't forget error returns when processing more
Jan Schmidt
1
-1
/
+2
2017-02-22
bytereader: fix peek value when scanning for 00 00 01 with non-0 offset
Tim-Philipp Müller
1
-5
/
+10
2017-02-15
gstbasesink: xref symbol in docs
Stefan Sauer
1
-1
/
+1
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
17
-379
/
+260
2017-01-26
baseparse: correctly handle non-flush seek
Julien Isorce
1
-4
/
+0
2016-12-28
baseparse: also unset DISCONT on buffers in reverse playback fragments
Mark Nauwelaerts
1
-0
/
+6
2016-12-17
basesink: fix a use after free case
Fabrice Bellet
1
-2
/
+3
2016-11-23
basesink: Document the interaction between unlock() and wait_preroll()
Olivier Crête
2
-2
/
+12
2016-11-18
basetransform: Ensure to set the RECONFIGURE flag again if reconfiguration fa...
Sebastian Dröge
1
-0
/
+6
2016-11-16
baseparse: Fix previous commit
Jan Schmidt
1
-5
/
+8
2016-11-16
baseparse: Restrict query/convert responses when demuxing
Jan Schmidt
1
-4
/
+21
2016-11-15
typefindhelper: Update prototype of helper_find_suggest()
Scott D Phillips
1
-2
/
+1
2016-11-14
Change some types to match their prototypes
Scott D Phillips
1
-4
/
+2
2016-11-11
adapter: fix distance when getting prev pts/dts at offset
Nicolas Huet
1
-4
/
+8
2016-11-11
basetransform: fix pool leak when early returning in decide_allocation
Guillaume Desmottes
1
-0
/
+3
2016-11-11
basesrc: Support PROTECTION event from application
Seungha Yang
1
-1
/
+2
2016-11-11
meson: Add GstBase-1.0.gir to gst_base_dep
Nirbheek Chauhan
1
-3
/
+6
2016-11-10
baseparse: add since marker for new API to docs and fix win32 .def file
Tim-Philipp Müller
1
-1
/
+5
2016-11-10
baseparse: expose gst_base_parse_drain
Vincent Penquerc'h
2
-3
/
+3
2016-11-09
meson: Advertise dependency on gst_dep generating girs
Thibault Saunier
1
-1
/
+1
2016-11-03
basesink: Make sure we never drop the preroll buffer
Nicolas Dufresne
1
-3
/
+3
2016-11-03
basesink: Don't nest prepare/render calls
Nicolas Dufresne
1
-0
/
+11
2016-11-02
basesink: fix typo in documentation
Luis de Bethencourt
1
-1
/
+1
2016-11-02
basesink: Fix gst_base_sink_set_drop_out_of_segment() documentation
Sebastian Dröge
2
-6
/
+5
2016-11-02
Revert "baseparse: fix draining with less data than min frame size available"
Sebastian Dröge
1
-11
/
+3
2016-11-02
Add new basesink API to exports and Since markers
Jan Schmidt
1
-0
/
+4
[next]