gstpad: Probes that return HANDLED can reset the data info field
[platform/upstream/gstreamer.git] / gst / printf /
2018-08-12 Tim-Philipp Müllerautotools: stop controlling symbol visibility with...
2018-03-01 Mathieu Duponchellemeson: enable more warnings
2018-02-03 Tim-Philipp Müllerautotools: use -fno-strict-aliasing where supported
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-14 Thibault Sauniermeson: require meson 0.36 and use new `pic` arg on...
2016-10-20 Thibault SaunierRevert "meson: Use the new `pic` argument on static...
2016-10-20 Thibault Sauniermeson: Use the new `pic` argument on static libs
2016-09-24 Tim-Philipp Müllermeson: fix internal printf for %ll format modifier...
2016-08-19 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-02-20 Nirbheek Chauhanprintf: On MSVC, also define HAVE_STDINT_H_WITH_UINTMAX
2015-04-24 Tim-Philipp Müllerprintf: fix invalid memory access in case of %%
2015-03-12 Aurélien Zanelliprintf: handle unsigned modifier for long long
2015-03-12 Matej Knoppprintf: add support for %I32
2013-04-17 Tim-Philipp Müllerprintf: fix handling of old printf extension specifiers...
2013-04-14 Tim-Philipp Müllerprintf: disable some unused printf variants
2013-04-14 Tim-Philipp Müllerprintf: use sprintf() to work around glibc complaining...
2013-04-12 Tim-Philipp Müllerprintf: deal with some of the HAVE_FOO used in the...
2013-04-12 Tim-Philipp Müllerprintf: fix alloca use for windows with mingw32
2013-04-12 Tim-Philipp Müllerprintf: enable and fix compiler warnings
2013-04-12 Tim-Philipp Müllerprintf: fix up dodgy use of #if HAVE_FOO and #if !HAVE_FOO
2013-04-12 Tim-Philipp Müllerprintf: mark internal functions as internal
2013-04-12 Tim-Philipp Müllerprintf: skip pointer extension signifier chars after %p
2013-04-12 Tim-Philipp Müllerprintf: don't leak serialised pointer extension strings
2013-04-12 Tim-Philipp Müllerprintf: handle old GST_PTR_FORMAT %P and GST_SEGMENT_FO...
2013-04-12 Tim-Philipp Müllerprintf: make printf parser recognise our pointer extens...
2013-04-12 Tim-Philipp Müllerprintf: add infrastructure for pointer extensions hook
2013-04-12 Tim-Philipp Müllerprintf: add our own printf implementation for debug...