summaryrefslogtreecommitdiff
path: root/gst/gdp/dataprotocol.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11gdp: dump bytes into debug log using GST_MEMDUMPTim-Philipp Müller1-28/+5
2012-09-11update for new variable namesWim Taymans1-5/+5
2012-09-11update for memory api changesWim Taymans1-1/+1
2012-09-11dataprotocol: don't define default CategoryWim Taymans1-1/+0
2012-09-11update for HEADER flag changesWim Taymans1-2/+1
2012-09-11port to new map APIWim Taymans1-6/+5
2012-09-11gdp: move dataprotocol library into gdp plugin and make privateTim-Philipp Müller1-1/+1
2012-09-11gdp: rename buffer PREROLL -> LIVE flagWim Taymans1-1/+1
2012-09-11gdp: make new _buffer_allocate methodWim Taymans1-1/+2
2012-09-11gdp: Rework GstSegment handlingWim Taymans1-1/+1
2012-09-11gdp: Hide the GstStructure in GstEventWim Taymans1-2/+4
2012-09-11gdp: port code to new buffer data APIWim Taymans1-2/+8
2012-09-11gdp: remove deprecated codeWim Taymans1-163/+0
2012-09-11gdp: make public enum _get_type() functions thread-safeTim-Philipp Müller1-5/+6
2012-09-11gdp: dataprotocol, lfocontrolsource: fix enum value name in enums that are pu...Tim-Philipp Müller1-2/+2
2012-09-11gdp: Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+15
2012-09-11gdp: fix broken xrefs in docsStefan Kost1-3/+3
2012-09-11gdp: Don't write to the same region of memory as a uint64 and uint16 as this ...Sebastian Dröge1-4/+1
2012-09-11gdp: When calculating GDP body CRC, use the correct pointer.Michael Smith1-1/+1
2012-09-11gdp: Correct all relevant warnings found by the sparse semantic code analyzer...Sebastian Dröge1-3/+3
2012-09-11gdp: g_type_class_ref() other types as well, see #349410 and #64764.Tim-Philipp Müller1-1/+1
2012-09-11gdp: Printf fixes.Tim-Philipp Müller1-1/+1
2012-09-11gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see d...Andy Wingo1-4/+4
2012-09-11gdp: add gst_object_{s,g}et_control_rate(), add private data section, fix docsStefan Kost1-1/+9
2012-09-11gdp: Make debug category staticWim Taymans1-38/+104
2012-09-11gdp: fix failure to deserialize event packets with empty payload (only ev...Thomas Vander Stichele1-7/+8
2012-09-11gdp: add a gdp image to the docsThomas Vander Stichele1-0/+4
2012-09-11gdp: add note to docs about GDP versioning; remove tmpl fileThomas Vander Stichele1-0/+6
2012-09-11gdp: add a GstDPPacketizer object, and create/free functionsThomas Vander Stichele1-84/+318
2012-09-11gdp: factor out CRC codeThomas Vander Stichele1-42/+16
2012-09-11gdp: factor out some common header init codeThomas Vander Stichele1-31/+24
2012-09-11gdp: make gst_dp_crc() publicThomas Vander Stichele1-2/+11
2012-09-11gdp: make sure we zero the whole ABI-compatible areaThomas Vander Stichele1-2/+3
2012-09-11gdp: whitespace, comment, doc fixupThomas Vander Stichele1-1/+1
2012-09-11gdp: Fixes in reading/writing events over GDP (not currently used?) - derefer...Michael Smith1-6/+8
2012-09-11gdp: Fix docs for dataprocotol to not get the return types completely wrong f...Michael Smith1-3/+5
2012-09-11gdp: Documentation updates.Wim Taymans1-0/+4
2012-09-11gdp: Fix Timmeke Waymans bug.Andy Wingo1-3/+4
2012-09-11gdp: fix more valgrind warnings before turning up the heatThomas Vander Stichele1-6/+4
2012-09-11gdp: It's about time we bump the version number.Wim Taymans1-31/+33
2012-09-11gdp: Fix error-checking return values.Andy Wingo1-5/+5
2012-09-11gdp: Fix serialization of seek events.Wim Taymans1-23/+37
2012-09-11gdp: Some docs updatesWim Taymans1-27/+29
2012-09-11gdp: Ported dataprotol to 0.9.Wim Taymans1-17/+2
2012-09-11gdp: remove GstData checksDavid Schleef1-4/+2
2012-09-11gdp: GCC 4 fixen.Andy Wingo1-6/+6
2012-09-11gdp: Next big merge.Wim Taymans1-33/+0
2012-09-11gdp: First THREADED backport attempt, focusing on adding locks and making sur...Wim Taymans1-1/+1
2012-09-11gdp: Allocate the 1 byte more memory that was forgotten!!!!!Zaheer Abbas Merali1-1/+1
2012-09-11gdp: Fix threadsafety of the crc checking function.Wim Taymans1-1/+2