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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
po: update for new translatable strings
Tim-Philipp Müller
39
-123
/
+509
2016-11-14
docs: remove FAQ which was moved into gst-docs module
Tim-Philipp Müller
19
-1620
/
+11
2016-11-12
gst-uninstalled: add GIO_EXTRA_MODULES
Nicola Murino
1
-0
/
+1
2016-11-12
utils: faster GST_WRITE_* macros if unaligned access is possible
Tim-Philipp Müller
1
-20
/
+71
2016-11-12
parse: better error message when linking two elements with capsfilter fails
Tim-Philipp Müller
1
-3
/
+68
2016-11-12
Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()
Tim-Philipp Müller
4
-1
/
+155
2016-11-12
taglist: remove `return void` in gst_tag_register
Scott D Phillips
1
-1
/
+1
2016-11-11
tests: add unit test for gst_adapter_prev_pts_at_offset()
Nicolas Huet
1
-0
/
+129
2016-11-11
adapter: fix distance when getting prev pts/dts at offset
Nicolas Huet
1
-4
/
+8
2016-11-11
meson: don't add_global_arguments when being built as a subproject
Scott D Phillips
1
-1
/
+1
2016-11-11
basetransform: fix pool leak when early returning in decide_allocation
Guillaume Desmottes
1
-0
/
+3
2016-11-11
info: add GstStream and GstStreamCollection support to gst_debug_print_object()
Guillaume Desmottes
1
-0
/
+64
2016-11-11
basesrc: Support PROTECTION event from application
Seungha Yang
1
-1
/
+2
2016-11-11
meson: tools: generate the targets dynamically
Antonio Ospite
1
-21
/
+12
2016-11-11
tools: don't mention gst-feedback in man pages
Antonio Ospite
2
-2
/
+0
2016-11-11
tools: put the examples descriptions before the commands in man page
Antonio Ospite
1
-57
/
+55
2016-11-11
tools: don't start lines with single quotes in man page
Antonio Ospite
1
-2
/
+2
2016-11-11
tools: escape dashes in the man pages
Antonio Ospite
3
-15
/
+15
2016-11-11
meson: Fir dependencies of gstnet-1.0
Nirbheek Chauhan
1
-2
/
+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
2
-2
/
+6
2016-11-10
baseparse: expose gst_base_parse_drain
Vincent Penquerc'h
4
-3
/
+5
2016-11-09
meson: Advertise dependency on gst_dep generating girs
Thibault Saunier
3
-3
/
+3
2016-11-09
tests: Fix compile warning on mingw64
Victor Toso
1
-0
/
+4
2016-11-09
funnel: Make sure to only lock the stream lock once
Sebastian Dröge
1
-2
/
+4
2016-11-09
pool: Fix compiler warning on mingw64
Victor Toso
1
-1
/
+3
2016-11-04
win32: update .def for new API
Tim-Philipp Müller
1
-0
/
+1
2016-11-04
meson: Unset the plugin paths to generate the .gir files
Thibault Saunier
1
-1
/
+5
2016-11-04
debug: Remove the Gst only based stack trace printing implementation
Thibault Saunier
1
-69
/
+9
2016-11-04
tracers: leaks: Use the new gst_debug_get_stack_trace
Thibault Saunier
3
-91
/
+4
2016-11-04
gst: Use libunwind/libdw to generate backtraces if avalaible
Thibault Saunier
9
-26
/
+223
2016-11-04
tools: gst-launch: fix minor memory leak when failing to parse options
Antonio Ospite
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
clock_gettime.c: Use __APPLE__ instead of __MACH__
Nirbheek Chauhan
1
-2
/
+2
2016-11-02
build: Fix AM_CONDITIONAL check for clock_gettime
Nirbheek Chauhan
1
-1
/
+1
2016-11-02
gst: Also include the gstdynamictypefactory.c source file in the build
Sebastian Dröge
1
-0
/
+1
2016-11-02
gst: Install gstdynamictypefactory.h header file
Sebastian Dröge
2
-0
/
+2
2016-11-02
Revert "baseparse: fix draining with less data than min frame size available"
Sebastian Dröge
1
-11
/
+3
2016-11-02
parse-launch: Support linking all pads with new operator
Jan Schmidt
5
-32
/
+79
2016-11-02
Add new basesink API to exports and Since markers
Jan Schmidt
2
-0
/
+6
2016-11-02
dynamic types: Implement dynamic types in the registry
Jan Schmidt
12
-5
/
+292
2016-11-02
fakesink: Add property to not drop out-of-segment buffers
Jan Schmidt
3
-6
/
+84
2016-11-01
value: Update GstValue table size for GValueArray
Sebastian Dröge
1
-2
/
+3
2016-11-01
funnel: Always push all sticky events whenever we forward a serialized event
Sebastian Dröge
1
-2
/
+6
2016-11-01
tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky events
Sebastian Dröge
1
-1
/
+1
2016-11-01
baseparse: fix draining with less data than min frame size available
Tim-Philipp Müller
1
-3
/
+11
2016-11-01
info: Replace %p and %r in GST_DEBUG_FILE
Stian Selnes
1
-1
/
+30
[next]