platform/upstream/gstreamer.git
2019-01-10 Sebastian DrögeRevert "bin: Hold the state lock while removing element...
2019-01-09 Jan Alexander... tests: Add more int range fixation tests
2019-01-09 Jan Alexander... structure: Support stepped ranges when fixating
2019-01-09 Jan Alexander... structure: Use GLib's CLAMP macro for fixating ranges
2019-01-09 Sebastian Drögeelement: Add note about racyness to gst_element_set_loc...
2019-01-07 Sebastian Drögebin: Hold the state lock while removing elements from...
2019-01-05 Tim-Philipp... aggregator: fix typo in docs
2019-01-03 Sebastian Drögepipeline: Call gst_task_cleanup_all() before checking...
2019-01-03 Sebastian Drögepipeline: Use the test clock in all unit tests
2018-12-31 Michael Olbrichgdb: implement 'gst-dot' and 'gst-print' commands
2018-12-31 Michael Olbrichgdb: make the code PEP-8 compliant
2018-12-31 Tim-Philipp... tests: remove unused gststream.h file
2018-12-19 Nicolas Dufresnegst-inspect: Disable colors when piped
2018-12-19 Nicolas Dufresnegst-inspect: Fix pager color with less
2018-12-19 Tim-Philipp... basesrc: ensure submitted buffer list is writable
2018-12-18 Jonny Lambidentity: fixes to the eos-after and error-after properties
2018-12-17 Michael Grunergst-uninstalled: include prefix in the plugins path
2018-12-17 Seungha Yangtests: datetime: Fix failure on Windows
2018-12-17 Edward Herveyqueue2: Add details of query in debug log
2018-12-15 Edward Herveyparse: Move variable to block where it's used
2018-12-15 Edward Herveyexamples: Remove dead assignments
2018-12-15 Edward Herveyharness: assert on result of gst_pad_push_event()
2018-12-15 Edward Herveygst-inspect: Remove dead assignment
2018-12-14 Sebastian Drögepad: Let threads in the test take ownership of a strong...
2018-12-14 Sebastian Drögepad: Print some debug information about pad probe hooks...
2018-12-11 Jonny Lambidentity: add eos-after property
2018-12-11 Guillaume Desmottesgstcaps: add gst_caps_set_features_simple()
2018-12-06 Roman Sivrivergst: fixed the install command for gdb python macros...
2018-12-05 Dardo D Kleinerbuffer: Add more exhaustive test for gst_buffer_foreach...
2018-12-05 Dardo D Kleinerbuffer: Fix memory corruption in gst_buffer_foreach_met...
2018-12-05 Thibault SaunierAutomatic update of common submodule
2018-11-30 Nicolas Dufresnelibdw support is optional
2018-11-29 Zeeshan Aligst-inspect: Fix colors for "URI handling" section
2018-11-28 Zeeshan Aligst-inspect: Avoid use of non-bright blue color
2018-11-28 KimTaeSoobaseparse: Add unit test for short reads
2018-11-28 KimTaeSoobaseparse: Use buffer from short reads instead of pulli...
2018-11-28 Philippe Normandinput-selector: Let context queries pass through
2018-11-28 Jordan PetridisRun gst-indent through the files
2018-11-27 Zeeshan Aligst-inspect: Use only original 16 colors
2018-11-27 Mathieu DuponchelleRevert "harness: Take ownership of floating references...
2018-11-26 Sebastian Drögeharness: Take ownership of floating references (pads...
2018-11-24 Zeeshan Aligst-inspect: Tell `less` to parse color codes
2018-11-23 Zeeshan Aligst-inspect: Colored output
2018-11-23 Zeeshan Aligst-inspect: Remove redundant plugin name from output
2018-11-23 Nirbheek Chauhangst-inspect: Use less -F -X everywhere as the pager
2018-11-12 Jordan PetridisAdd Gitlab CI configuration
2018-11-12 Seungha Yangtests: caps: Add more broken caps test case
2018-11-12 Seungha Yanggst: Fix string leak when G_VALUE_COLLECT_INIT() was...
2018-11-10 Sebastian Drögedebugutils: Make sure that GST_DEBUG_GRAPH_SHOW_VERBOSE...
2018-11-10 Havard Grafftests: fix tests when compiling with glib_checks=disabled
2018-11-10 Havard Grafftest/datetime: fix test for windows
2018-11-10 Havard Grafftests/uri: fix test after GHashTable changes in GLib...
2018-11-09 Zeeshan Aligst-inspect: Pipe stderr to pager as well
2018-11-09 Niels De Graeftypefind: cleanup (un)reffing of several objects.
2018-11-08 Tim-Philipp... Fix distcheck
2018-11-08 Michael Olbrichgst: add some gdb python macros
2018-11-08 Sebastian Drögeclock: Move clock GWeakRef to a private GstClockEntry...
2018-11-07 Matthew Watersquery: add a new bitrate query
2018-11-07 Matthew Watersqueue2: avoid ping-pong between 0% and 100% buffering...
2018-11-06 Nicolas Dufresnetracers: log: Fix post query trace
2018-11-06 Havard Graffdocs: add new GstTestClock API
2018-11-06 Havard Graffharness: improve _wait_for_clock_id_waits performance
2018-11-06 Havard Graffsystemclock: pre-calculate the ratio for multiplying...
2018-11-06 Havard Graffgstpad: use hook_id instead of hook in called_probes...
2018-11-06 Matthew Watersgst/buffer: add a new function for wrapping GBytes
2018-11-05 Matthew Watersmeson: generate pkg-config files for our plugins
2018-11-05 Jan Alexander... gst_clear_*: Remove volatile from arguments
2018-11-05 Jan Alexander... gst_clear_*: Cast to GstMiniObject** when needed
2018-11-05 Niels De Graefdocs: update gstreamer-sections.txt with new API
2018-11-05 Niels De Graefquery: add gst_query_take()
2018-11-05 Niels De Graefmessage: add gst_message_take()
2018-11-05 Niels De Graeftaglist: add gst_tag_list_replace/take()
2018-11-05 Niels De Graefbufferlist: add gst_buffer_list_replace/take()
2018-11-05 Niels De Graefstructure: add gst_clear_structure()
2018-11-05 Niels De Graeftaglist: add gst_clear_tag_list()
2018-11-05 Niels De Graefquery: add gst_clear_query()
2018-11-05 Niels De Graefmessage: add gst_clear_message()
2018-11-05 Niels De Graefevent: add gst_clear_event()
2018-11-05 Niels De Graefcaps: add gst_clear_caps()
2018-11-05 Niels De Graefbufferlist: add gst_clear_buffer_list()
2018-11-05 Niels De Graefbuffer: add gst_clear_buffer()
2018-11-05 Niels De Graefminiobject: add gst_clear_mini_object()
2018-11-05 Niels De Graefobject: add gst_clear_object()
2018-11-05 Haihao XiangClone the code from gitlab
2018-11-04 Sebastian Drögetypefind: Always forward RECONFIGURE events upstream
2018-11-03 Sebastian Drögeclock: Move clock weak ref into its own ABI struct
2018-11-03 Sebastian Drögeclock: Add new functions to the documentation
2018-11-03 Sebastian Drögeclock: Fix deprecation handling of the GstClock clock...
2018-11-03 Thomas Bluemelclock: Keep weak reference to underlying clock
2018-10-30 Zeeshan Aligst-inspect: Don't page if output fits the screen
2018-10-30 Zeeshan Aligst-inspect: Flush stdout before closing stdout FD
2018-10-28 Sebastian Drögeharness: Add API for proposing meta APIs from the alloc...
2018-10-28 Jan Schmidtsegment: Allow stop == -1 in gst_segment_to_running_tim...
2018-10-28 Zeeshan Aligst-inspect: Pipe stdout to less if not piped already
2018-10-26 Sebastian Drögetypefind: Lower debug level of some output related...
2018-10-23 Jordan Petridisgst: skip format specifiers from gir generation
2018-10-23 Jordan Petridisgst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation
2018-10-22 Edward Herveymultiqueue: Don't clamp running times for position...
2018-10-22 Edward Herveyqueue2: Reset result flow when retrying
2018-10-17 Olivier Crêtetests: Use GstTestClock for processing-deadline test
next