summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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: Fix empty prototypes. Fixes bug #507957.Damien Lespiau1-1/+1
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 Kost2-2/+15
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 Stichele2-88/+367
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 Stichele2-2/+15
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 Taymans2-6/+40
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 Taymans3-42/+45
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 Taymans2-19/+4
2012-09-11gdp: remove GstData checksDavid Schleef3-6/+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
2012-09-11gdp: fix for #150242Thomas Vander Stichele1-2/+3
2012-09-11gdp: doc style fixesThomas Vander Stichele1-9/+9
2012-09-11gdp: bump GDP to 0.1, add buffer flagsThomas Vander Stichele3-2/+13
2012-09-11gdp: wrap header in _NEWThomas Vander Stichele1-0/+2
2012-09-11Original commit message from CVS: use GST macros; add assertsThomas Vander Stichele2-60/+56
2012-09-11gdp: private prototypeThomas Vander Stichele1-0/+1
2012-09-11gdp: add dataprotocolThomas Vander Stichele3-0/+780
2012-09-11add parent to pad functionsWim Taymans2-24/+25
2012-09-11update for adapter api changesWim Taymans1-1/+1
2012-09-11tests: update for new audio capsWim Taymans2-25/+16
2012-09-11gdppay: parse caps event and payload capsTim-Philipp Müller1-4/+28
2012-09-11-base: update for buffer API changeWim Taymans1-3/+3
2012-09-11-base: port to new SEGMENT APIWim Taymans2-6/+11
2012-09-11segment: fix for new core APIWim Taymans1-2/+3
2012-09-11-base: don't use buffer capsWim Taymans2-12/+8
2012-09-11gst: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2-40/+27