summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2012-10-04docs: add Since markers for new API and add it to docs and .def fileTim-Philipp Müller1-0/+2
2012-10-04basetrans: add an option to prefer passthroughWim Taymans2-6/+42
2012-10-04basetrans: improve some commentsWim Taymans1-3/+5
2012-10-03meta: do metadata registration threadsafeWim Taymans1-2/+3
2012-09-30basesrc: Fix seamless segment functionJan Schmidt1-10/+12
2012-09-26docs: fix up basesrc/basesink docs formattingTim-Philipp Müller2-5/+5
2012-09-26update docs for 1.0 APIWim Taymans2-4/+12
2012-09-26baseparse: Move some run of the mill debug statements to LOG levelJan Schmidt1-3/+3
2012-09-26baseparse: Output timestamps after a seek.Jan Schmidt1-10/+13
2012-09-25docs: fix basesink docsWim Taymans1-1/+1
2012-09-25Make intel compiler happierJosep Torra Valles1-2/+3
2012-09-23check: fix FIXME printing for tcase_skip_broken_test()Tim-Philipp Müller1-1/+1
2012-09-23collectpads: don't forward random stream-start eventTim-Philipp Müller1-11/+3
2012-09-19docs: collectpads doc fixesTim-Philipp Müller1-20/+20
2012-09-18basetransform: check acquire result valueWim Taymans1-2/+10
2012-09-17Remove GST_USE_UNSTABLE_API guard and definesTim-Philipp Müller4-4/+0
2012-09-14basetrans: whitespace fixWim Taymans1-1/+0
2012-09-13docs: fix some docsWim Taymans1-3/+3
2012-09-13parse: add missing declarationWim Taymans1-0/+3
2012-09-13basesrc: indent fixWim Taymans1-0/+1
2012-09-12baseparse: Add a mode/flag for disabling PTS interpolationJan Schmidt1-1/+22
2012-09-12baseparse: Handle GAP and still-frame events.Jan Schmidt1-10/+44
2012-09-12baseparse: Restructure event handlingJan Schmidt1-70/+57
2012-09-12baseparse: Store incoming cached events in reverse orderJan Schmidt1-10/+12
2012-09-12baseparse: First attempt at handling both DTS and PTSJan Schmidt1-61/+101
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2-35/+3
2012-09-12check: remove glib deprecation compatibility trickeryMark Nauwelaerts1-75/+0
2012-09-12check: port to the new GLib thread APIMark Nauwelaerts3-56/+38
2012-09-11pad: expose gst_pad_mode_get_name() and use it in baseparseTim-Philipp Müller1-1/+2
2012-09-11events: remove STREAM_CONFIGWim Taymans2-2/+0
2012-09-11collectpads: clean up header indentationWim Taymans1-33/+34
2012-09-11baseparse, typefind: only activate in pull mode if upstream is seekableTim-Philipp Müller1-1/+6
2012-09-10libs: adjust comment styleMark Nauwelaerts2-2/+2
2012-09-07controller: fix direct control binding double -> int conversionTim-Philipp Müller1-11/+11
2012-09-05collectpads: handle GAP eventMark Nauwelaerts1-18/+54
2012-09-04basesink: wait_eos -> wait_eventWim Taymans2-28/+31
2012-09-02baseparse: update for gst_message_new_duration -> _duration_changed()Tim-Philipp Müller1-3/+2
2012-08-31basesink: Make GAP events actually trigger prerollJan Schmidt1-5/+26
2012-08-19baseparse: make seeking in DEFAULT format work if the subclass can convert fo...Tim-Philipp Müller1-3/+22
2012-08-14basetransform: getters for pool and allocatorVíctor Manuel Jáquez Leal2-0/+50
2012-08-14basesrc: getters for pool and allocatorVíctor Manuel Jáquez Leal2-0/+51
2012-08-12consistencychecker: add some more details to failure messagesTim-Philipp Müller1-13/+25
2012-08-10baseparse: fix reverse playback with upstream demuxers that support itTim-Philipp Müller1-7/+22
2012-08-10basetransform: do not error on not-negotiatedThiago Santos1-1/+1
2012-08-10basesrc: retry on not-negotiate if a reconfigure is pendingThiago Santos1-0/+7
2012-08-10netclientclock: fix printf format in debug messageTim-Philipp Müller1-1/+1
2012-08-10netclientclock: simplify by using g_socket_condition_timed_wait()Tim-Philipp Müller1-131/+55
2012-08-06consistencychecker: print which event we received before stream-startTim-Philipp Müller1-1/+2
2012-08-06basesrc: don't try to answer URI queries with NULL URIsTim-Philipp Müller1-3/+7
2012-08-06event: Update for stream-start event API changesSebastian Dröge2-4/+22