summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-11opusenc: port to the new GLib thread APIMark Nauwelaerts2-18/+18
2012-09-11gdp: move gdp plugin here from -baseTim-Philipp Müller3-2/+19
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-11tests: use multifdsink for streamheader testTim-Philipp Müller1-16/+10
2012-09-11gdppay: plug buffer leakMark Nauwelaerts1-0/+1
2012-09-11tests: initialize variablesStefan Sauer1-2/+2
2012-09-11Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-11gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-1/+1
2012-09-11Improve buffer allocation of wrapped memoryWim Taymans1-12/+4
2012-09-11update for buffer api changeWim Taymans1-5/+5
2012-09-11update for buffer changesWim Taymans1-3/+3
2012-09-11update for memory api changesWim Taymans1-1/+1
2012-09-11update for new memory apiWim Taymans1-5/+5
2012-09-11gdp: fixup unit testsWim Taymans2-3/+0
2012-09-11gdppay: fixup for changed capsWim Taymans1-28/+4
2012-09-11dataprotocol: don't define default CategoryWim Taymans1-1/+0
2012-09-11update for HEADER flag changesWim Taymans5-22/+20
2012-09-11port to new map APIWim Taymans5-34/+30
2012-09-11tests: fix some testsWim Taymans1-10/+15
2012-09-11tests: port and enable more unit testsWim Taymans3-50/+53
2012-09-11gdp: move dataprotocol library into gdp plugin and make privateTim-Philipp Müller8-10/+15
2012-09-11gdp: fix header filesWim Taymans1-32/+32
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: add docs for GstDPPacketizerStefan Kost1-0/+10
2012-09-11gdp: port code to new buffer data APIWim Taymans1-2/+8
2012-09-11gdp: remove deprecated codeWim Taymans2-184/+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: Make code safe for -Wredundant-declsBenjamin Otte1-1/+0
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: 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