Age | Commit message (Expand) | Author | Files | Lines |
2012-09-11 | gdp: dump bytes into debug log using GST_MEMDUMP | Tim-Philipp Müller | 1 | -28/+5 |
2012-09-11 | update for new variable names | Wim Taymans | 1 | -5/+5 |
2012-09-11 | update for memory api changes | Wim Taymans | 1 | -1/+1 |
2012-09-11 | dataprotocol: don't define default Category | Wim Taymans | 1 | -1/+0 |
2012-09-11 | update for HEADER flag changes | Wim Taymans | 1 | -2/+1 |
2012-09-11 | port to new map API | Wim Taymans | 1 | -6/+5 |
2012-09-11 | gdp: move dataprotocol library into gdp plugin and make private | Tim-Philipp Müller | 1 | -1/+1 |
2012-09-11 | gdp: rename buffer PREROLL -> LIVE flag | Wim Taymans | 1 | -1/+1 |
2012-09-11 | gdp: make new _buffer_allocate method | Wim Taymans | 1 | -1/+2 |
2012-09-11 | gdp: Rework GstSegment handling | Wim Taymans | 1 | -1/+1 |
2012-09-11 | gdp: Hide the GstStructure in GstEvent | Wim Taymans | 1 | -2/+4 |
2012-09-11 | gdp: port code to new buffer data API | Wim Taymans | 1 | -2/+8 |
2012-09-11 | gdp: remove deprecated code | Wim Taymans | 1 | -163/+0 |
2012-09-11 | gdp: make public enum _get_type() functions thread-safe | Tim-Philipp Müller | 1 | -5/+6 |
2012-09-11 | gdp: dataprotocol, lfocontrolsource: fix enum value name in enums that are pu... | Tim-Philipp Müller | 1 | -2/+2 |
2012-09-11 | gdp: Fixes for -Wmissing-declarations -Wmissing-prototypes | Benjamin Otte | 1 | -0/+15 |
2012-09-11 | gdp: fix broken xrefs in docs | Stefan Kost | 1 | -3/+3 |
2012-09-11 | gdp: Don't write to the same region of memory as a uint64 and uint16 as this ... | Sebastian Dröge | 1 | -4/+1 |
2012-09-11 | gdp: When calculating GDP body CRC, use the correct pointer. | Michael Smith | 1 | -1/+1 |
2012-09-11 | gdp: Correct all relevant warnings found by the sparse semantic code analyzer... | Sebastian Dröge | 1 | -3/+3 |
2012-09-11 | gdp: g_type_class_ref() other types as well, see #349410 and #64764. | Tim-Philipp Müller | 1 | -1/+1 |
2012-09-11 | gdp: Printf fixes. | Tim-Philipp Müller | 1 | -1/+1 |
2012-09-11 | gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see d... | Andy Wingo | 1 | -4/+4 |
2012-09-11 | gdp: add gst_object_{s,g}et_control_rate(), add private data section, fix docs | Stefan Kost | 1 | -1/+9 |
2012-09-11 | gdp: Make debug category static | Wim Taymans | 1 | -38/+104 |
2012-09-11 | gdp: fix failure to deserialize event packets with empty payload (only ev... | Thomas Vander Stichele | 1 | -7/+8 |
2012-09-11 | gdp: add a gdp image to the docs | Thomas Vander Stichele | 1 | -0/+4 |
2012-09-11 | gdp: add note to docs about GDP versioning; remove tmpl file | Thomas Vander Stichele | 1 | -0/+6 |
2012-09-11 | gdp: add a GstDPPacketizer object, and create/free functions | Thomas Vander Stichele | 1 | -84/+318 |
2012-09-11 | gdp: factor out CRC code | Thomas Vander Stichele | 1 | -42/+16 |
2012-09-11 | gdp: factor out some common header init code | Thomas Vander Stichele | 1 | -31/+24 |
2012-09-11 | gdp: make gst_dp_crc() public | Thomas Vander Stichele | 1 | -2/+11 |
2012-09-11 | gdp: make sure we zero the whole ABI-compatible area | Thomas Vander Stichele | 1 | -2/+3 |
2012-09-11 | gdp: whitespace, comment, doc fixup | Thomas Vander Stichele | 1 | -1/+1 |
2012-09-11 | gdp: Fixes in reading/writing events over GDP (not currently used?) - derefer... | Michael Smith | 1 | -6/+8 |
2012-09-11 | gdp: Fix docs for dataprocotol to not get the return types completely wrong f... | Michael Smith | 1 | -3/+5 |
2012-09-11 | gdp: Documentation updates. | Wim Taymans | 1 | -0/+4 |
2012-09-11 | gdp: Fix Timmeke Waymans bug. | Andy Wingo | 1 | -3/+4 |
2012-09-11 | gdp: fix more valgrind warnings before turning up the heat | Thomas Vander Stichele | 1 | -6/+4 |
2012-09-11 | gdp: It's about time we bump the version number. | Wim Taymans | 1 | -31/+33 |
2012-09-11 | gdp: Fix error-checking return values. | Andy Wingo | 1 | -5/+5 |
2012-09-11 | gdp: Fix serialization of seek events. | Wim Taymans | 1 | -23/+37 |
2012-09-11 | gdp: Some docs updates | Wim Taymans | 1 | -27/+29 |
2012-09-11 | gdp: Ported dataprotol to 0.9. | Wim Taymans | 1 | -17/+2 |
2012-09-11 | gdp: remove GstData checks | David Schleef | 1 | -4/+2 |
2012-09-11 | gdp: GCC 4 fixen. | Andy Wingo | 1 | -6/+6 |
2012-09-11 | gdp: Next big merge. | Wim Taymans | 1 | -33/+0 |
2012-09-11 | gdp: First THREADED backport attempt, focusing on adding locks and making sur... | Wim Taymans | 1 | -1/+1 |
2012-09-11 | gdp: Allocate the 1 byte more memory that was forgotten!!!!! | Zaheer Abbas Merali | 1 | -1/+1 |
2012-09-11 | gdp: Fix threadsafety of the crc checking function. | Wim Taymans | 1 | -1/+2 |