summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-09basesink: do proper clipping in steppingframestepWim Taymans1-23/+44
2009-06-09segment: make conversion more preciseWim Taymans1-1/+3
2009-06-08utils: gst_util_uint64_scale*() micro-optimisationsTim-Philipp Müller1-36/+43
2009-06-08Remove double semicolons at end of lineTim-Philipp Müller4-48/+48
2009-06-08stepping: do flushing steps correctlyWim Taymans2-17/+26
2009-06-08basesink: Change awkward wording in a translateable message.Jan Schmidt1-2/+2
2009-06-08basesink: add non-flushing stepsWim Taymans1-19/+45
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost7-1/+69
2009-06-07registry: don't recreate features on first use. Fixes #584389Stefan Kost4-28/+71
2009-06-07tests: conditionally compile the streams exampleWim Taymans2-2/+13
2009-06-07gstvalue: remove type checks and redundant codeWim Taymans1-9/+5
2009-06-07value: fix fraction range lcopy functionWim Taymans1-1/+1
2009-06-07gstvalue: performance improvementsWim Taymans1-119/+134
2009-06-07structure: no need to clear on initWim Taymans1-1/+1
2009-06-05gststructure: Fix some memory leaks. Sprinkle G_LIKELY/UNLIKELYJan Schmidt2-31/+65
2009-06-05basesrc: reply to QUERY_SEEKING with original format. Fixes #584838.Mark Nauwelaerts1-2/+9
2009-06-04configure: remove AC_C_INLINE and update win32 files to gitTim-Philipp Müller5-18/+45
2009-06-04ghostpad: avoid excessive notify for capsWim Taymans1-4/+12
2009-06-04basesink: fix clipped start/stop after stepWim Taymans1-2/+2
2009-06-04basesink: use more correct segment methodsWim Taymans1-34/+28
2009-06-04segment: add gst_segment_set_running_timeWim Taymans5-1/+63
2009-06-04po: update .po files for string changesTim-Philipp Müller31-188/+1120
2009-06-04errors: reword state change failed error message and remove bugzilla linkTim-Philipp Müller1-1/+2
2009-06-04gst-launch: refer to element, pad, or object in some message stringsTim-Philipp Müller1-18/+34
2009-06-04API: add GST_MESSAGE_SRC_NAME macroTim-Philipp Müller2-0/+12
2009-06-03segment: add method for converting to positionWim Taymans5-9/+150
2009-06-03basesink; handle EOS correctly.Wim Taymans1-6/+13
2009-06-03Revert "go back to allowing gettext 0.11.5, but don't mix with libtool 2.2"Tim-Philipp Müller3-3/+2
2009-06-03Revert "only update submodule when it is not on a specific branch"Tim-Philipp Müller1-14/+1
2009-06-03docs: fix up reference to gst-launch-0.8Tim-Philipp Müller1-2/+13
2009-06-03basesink: forget previous times when steppingWim Taymans1-0/+3
2009-06-03go back to allowing gettext 0.11.5, but don't mix with libtool 2.2Thomas Vander Stichele3-2/+3
2009-06-03only update submodule when it is not on a specific branchThomas Vander Stichele1-1/+14
2009-06-02tools: Set pipeline to PAUSED before waiting for main loop idleDavid Schleef1-3/+4
2009-06-02structure: fix serialisation of nested structures.Stefan Kost4-26/+68
2009-06-02basesink: fix regression in unit testsWim Taymans1-7/+7
2009-06-01info: widen log level strings to take into account the new MEMDUMPTim-Philipp Müller1-7/+7
2009-06-01basesink: post a warning on excessive framedropsWim Taymans1-0/+3
2009-06-01basesink: more stepping in reverseWim Taymans1-19/+37
2009-06-01basesink: use start_time as the step startWim Taymans1-8/+2
2009-06-01basesink: catch step cases in _wait_preroll()Wim Taymans1-15/+43
2009-06-01basesink: more stepping in reverse fixesWim Taymans1-16/+29
2009-06-01basesink: small cleanupsWim Taymans1-10/+17
2009-06-01framestep: implement backwards framestepWim Taymans5-33/+62
2009-06-01basesink: add framestepping in timeWim Taymans1-14/+36
2009-06-01examples: step in time as wellWim Taymans1-4/+31
2009-06-01example: print step_done message and syncWim Taymans1-3/+23
2009-06-01basesink: keep track of stepped timeWim Taymans1-19/+33
2009-06-01basesink: move stuff around, more steppingWim Taymans1-87/+152
2009-06-01Add frame stepping in PAUSED exampleWim Taymans5-1/+122