summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2013-12-14bytereader: add inline variant of gst_byte_reader_init()Tim-Philipp Müller1-0/+13
2013-12-14docs: fix docs for gst_queue_array_peek_head()Tim-Philipp Müller1-1/+1
2013-12-10controller: Fix out-of-bounds detectionEdward Hervey1-1/+1
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen16-37/+38
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen3-4/+4
2013-12-05basesrc: Set format to TIME if do-timestamp is TRUEOlivier Crête1-0/+2
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen6-12/+7
2013-11-27netclock: Fix docstring for round-trip-limit and uninit access warning.Jan Schmidt1-12/+4
2013-11-27netclock: Add round-trip-limit parameterCarlos Rafael Giani1-6/+52
2013-11-26netclock: Fix C99 commentJan Schmidt1-1/+1
2013-11-26netclock: Implement rolling-average filter on observations.Jan Schmidt1-3/+33
2013-11-26basesink: Add debug into gst_base_sink_default_query() for accept_capsJan Schmidt1-2/+5
2013-11-16docs: cosmetic since marker fixesTim-Philipp Müller3-24/+24
2013-11-16baseparse: ensure to preserve upstream timestampsMark Nauwelaerts1-0/+16
2013-11-11collectpads: Always send SEEK events to all pads, even if one failsSebastian Dröge1-1/+3
2013-11-11collectpads: Update documentation for flushing seek handlingSebastian Dröge2-2/+26
2013-11-11collectpads: Don't leak seek eventsSebastian Dröge1-1/+4
2013-11-11collectpads: implement flushing seek supportAlessandro Decina2-26/+178
2013-11-02basesrc: mind boggling wrap when comparing offsetsMark Nauwelaerts1-2/+2
2013-11-02baseparse: try first frame pts and dts for a valid start timestampMark Nauwelaerts1-0/+3
2013-11-02baseparse: print proper variable in debug statementMark Nauwelaerts1-1/+1
2013-10-18net: Constify a parameter to gst_net_client_clock_new()Philip Withnall2-2/+2
2013-10-09collectpads: Call the collected function while it returns FLOW_OKThibault Saunier1-1/+3
2013-09-26docs: fix spelling of "generic" in GstBaseSrc's documentation.Brendan Long1-1/+1
2013-09-24collectpads: Make sure that the object lock is always taken when accessing th...Sebastian Dröge1-1/+3
2013-09-24collectpads: Use private pad list in set_flushing_unlockedMathieu Duponchelle1-1/+1
2013-09-23tests: handle unscheduled entries correctlyWim Taymans1-0/+24
2013-09-19check: testclock: fix function guardsTim-Philipp Müller1-15/+29
2013-09-19check: testclock: don't put code with side-effects in g_assert()Tim-Philipp Müller1-2/+2
2013-09-10controlbindings: fix pspec relaxation for control source propertiesRico Tzschichholz2-5/+10
2013-09-09basetransform: implement a default transform_meta.Mathieu Duponchelle1-5/+21
2013-09-05basesrc: preserve seqnum on segments after seeksThiago Santos1-2/+11
2013-09-05collectpads: Don't unref NULL GstCollectDataZaheer Abbas Merali1-1/+3
2013-08-29basesink: demote log message, don't spam INFO level when handling buffer listsTim-Philipp Müller1-1/+1
2013-08-22basetransform: Don't push out identical capsEdward Hervey1-3/+9
2013-08-16check: Call gst_deinit() at exit of all processesJonas Holmberg1-0/+4
2013-08-14basesrc: improve flush-start handlingWim Taymans1-3/+20
2013-08-14basesrc: stop flushing in flush-stopWim Taymans1-0/+1
2013-08-14basesrc: handle flush betterWim Taymans1-6/+19
2013-08-14check: Don't use nodist headers on gir scannerEdward Hervey1-2/+1
2013-08-13baseparse: Add a property to disable passthroughEdward Hervey1-2/+70
2013-08-13dataqueue: add gst_data_queue_push_forceThiago Santos2-6/+64
2013-08-10bytereader: Accelerate MPEG/H264 start code scanningNicolas Dufresne1-0/+29
2013-08-08controller: fixes int overflow with properties that span +-INT_MAXAdrian Pardini1-2/+2
2013-07-30docs: some small gtk-doc markup fixesKjartan Maraas1-1/+1
2013-07-30typefindhelper: Avoid using buffer_get_size in tight loopsEdward Hervey1-1/+1
2013-07-29base: Fix handling of SEGMENT querySebastian Dröge3-19/+25
2013-07-29baseparse: Implement SEGMENT querySebastian Dröge1-0/+26
2013-07-25baseparse: fix seqnum handling for seeksThiago Santos1-6/+20
2013-07-24basesink: Don't shadow variables that are set inside our scope and then used ...Sebastian Dröge1-2/+4