summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-04buffer:fix debug categorymemory-lockWim Taymans1-15/+22
2012-07-04miniobject: add lock functionality to GstMiniObjectWim Taymans18-198/+229
2012-07-04info: add new locking debug categoryWim Taymans2-0/+4
2012-07-04memory: fix is_exclusiveWim Taymans1-3/+8
2012-07-04memory: add LOCK_FLAG_READWRITE defineWim Taymans1-7/+14
2012-07-04memory: update docsWim Taymans1-17/+54
2012-07-04memory: small cleanupWim Taymans1-1/+1
2012-07-04update for new symbolsWim Taymans3-0/+7
2012-07-04memory: Fix the NO_SHARE flag in the constructorWim Taymans1-1/+0
2012-07-04memory: only check the locking refcountWim Taymans1-1/+1
2012-07-04buffer: fix resizeWim Taymans1-9/+8
2012-07-04memory: Use lock flags for map flagsWim Taymans1-18/+19
2012-07-04buffer: lock memory EXCLUSIVEWim Taymans1-12/+24
2012-07-04memory: cleanup the locking codeWim Taymans1-28/+38
2012-07-04memory: expose the internal locking apiWim Taymans3-16/+105
2012-07-04tests: gstbuffer: extend buffer copy testMark Nauwelaerts1-0/+27
2012-07-04win32: API additionsEdward Hervey1-0/+2
2012-07-04dataqueue: Use GstQueueArrayEdward Hervey2-19/+20
2012-07-04queue: Use new GstQueueArray for local storage.Edward Hervey2-13/+18
2012-07-04check: New unit test for GstQueueArrayEdward Hervey2-0/+247
2012-07-04libs: New growing-only queue.Edward Hervey4-2/+219
2012-07-04segment: make sure we don't have unmapped seek flags littering out segment flagsTim-Philipp Müller3-2/+8
2012-07-04docs: minor porting-to-0.11.txt updateTim-Philipp Müller1-0/+6
2012-07-04tests: make checks for from/to_g_date_time() actually work properlyTim-Philipp Müller1-0/+4
2012-07-04datetime: add conversion to/from GDateTimeJoshua M. Doe5-12/+97
2012-07-04utils: remove unused gst_print_* functionsTim-Philipp Müller4-97/+0
2012-07-03pads: no need to deactivate pads that are already in PAD_MODE_NONETim-Philipp Müller1-1/+1
2012-07-03pads: make pad activation debug logs a bit more readableTim-Philipp Müller3-18/+42
2012-07-03tests: add unit test for element re-use using fakesrcTim-Philipp Müller1-0/+82
2012-07-03pad: clear EOS flag when deactivating pads fixing element re-useTim-Philipp Müller1-0/+1
2012-07-03basesink: Post TOC messages on the bus in the sinks, similar to tagsSebastian Dröge1-0/+13
2012-07-03buffer: fix the _get_mapped functionWim Taymans1-7/+6
2012-07-03buffer: add more debug logWim Taymans1-1/+20
2012-07-03event: The GAP event is (partially) implemented now, STREAM_CONFIG isn'tSebastian Dröge1-2/+2
2012-07-02controlbindings: include gst/math-compat.h for isnan()Chun-wei Fan2-2/+2
2012-07-02math-compat.h: add implementation for isnan() for Visual C++Chun-wei Fan1-0/+13
2012-07-02fdsink.c: fix G_OS_WIN32 #ifdefChun-wei Fan1-8/+8
2012-07-02tests: fix build of datetime unit test in WindowsRaimo Järvi1-6/+15
2012-06-29gstobject: don't use g_strdup_value_contents()Wim Taymans1-13/+1
2012-06-28docs: expand a bit more on GST_DEBUG docsTim-Philipp Müller1-2/+8
2012-06-28buffer: add _append_region functionWim Taymans4-15/+23
2012-06-28basesrc: handle DTS and PTSWim Taymans1-25/+41
2012-06-27tests: test datetime deserialisation a bit moreTim-Philipp Müller1-4/+58
2012-06-27datetime: ignore 0 days or months in datesTim-Philipp Müller1-0/+14
2012-06-27build: Make sure AC_INCLUDES_DEFAULT is usedIdar Tollefsen2-15/+17
2012-06-27tests: fix bus leak in GstBin test_state_change_skip testTim-Philipp Müller1-0/+1
2012-06-27parse: escape \ with a \ as well, so that we don't lose the \ when unescapingChristophe Fergeau1-1/+1
2012-06-27elementfactory: annotate some of the type defines for g-iTim-Philipp Müller1-0/+18
2012-06-27clock: annotate GST_CLOCK_TIME_NONE with its value for g-iTim-Philipp Müller1-4/+7
2012-06-27tests: add some datetime serialisation/deserialisation testsTim-Philipp Müller1-0/+220