summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263pay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2020-09-28rtp: Fix allocations to support source-info propertySebastian Dröge1-3/+8
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller1-3/+2
2017-02-28rtph263pay: Free mac on errorsSebastian Dröge1-0/+1
2016-11-01rtph263pay: Fix indentationStian Selnes1-75/+108
2016-11-01rtph263pay: Use GST_TRACE_OBJECT for logging bitstream parsingStian Selnes1-136/+134
2016-11-01rtph263pay: Fix leak for B-fragmentsStian Selnes1-5/+6
2016-09-14rtph263pay: Fix double free from coverityOlivier Crête1-5/+2
2016-09-14rtph263pay: Indent as per gst-indentOlivier Crête1-6/+7
2016-08-26rtph263pay: Fix double free, invalid reads and leakStian Selnes1-16/+17
2016-08-25rtph263pay: change log level on bitstream parsing messagesStian Selnes1-24/+27
2016-03-31rtph263pay: fix leakLuis de Bethencourt1-5/+3
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge1-0/+5
2015-08-06rtppayload: set standard payload type as defaultHyunjun Ko1-2/+3
2015-07-02rtph263pay: Stop using an adapter and directly use the bufferSebastian Dröge1-27/+20
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2015-04-02rtph263pay/-depay: add framesize SDP attributeSebastian Rasmussen1-1/+31
2015-03-09rtph263pay: fix leakLuis de Bethencourt1-3/+5
2015-03-09rtph263pay: remove uneeded variableLuis de Bethencourt1-5/+4
2014-06-12rtph263pay: fix leakVincent Penquerc'h1-1/+2
2014-06-12rtph263pay: fix leaksVincent Penquerc'h1-7/+11
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-6/+5
2011-12-06h263pay: fix invalid return valueWim Taymans1-1/+1
2011-11-11update for base class renameWim Taymans1-12/+12
2011-11-10update for adapter api changesWim Taymans1-1/+2
2011-11-10update for changed base classesWim Taymans1-3/+3
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-4/+5
2011-06-13rtp: port to 0.11Wim Taymans1-23/+25
2011-04-25rtp: port more to 0.11Wim Taymans1-5/+4
2010-12-21rtp: add RTP hint to the klassWim Taymans1-1/+1
2010-12-21rtp: fix rank of payloaders and depayloadersWim Taymans1-1/+1
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-09-06rtp: mark constant tables as constTim-Philipp Müller1-8/+8
2010-04-30rtph263pay: use found GOBs to apply Mode A payloadingMark Nauwelaerts1-8/+19
2010-03-21Add -Wold-style-definition flagBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-13/+10
2010-03-08h263pay: fix typo in debugWim Taymans1-1/+1
2009-12-23rtp: use boilerplateWim Taymans1-39/+8
2009-10-09buikd: explicitely cast, to tell some compilers that this is not long intStefan Kost1-5/+6
2009-10-09build: don't cast, but use the right format specified insteadStefan Kost1-2/+2
2009-10-09rtph263pay: fix warning on macosxJosep Torra1-1/+1
2009-09-11rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoi...Olivier Crête1-63/+47
2009-04-18rtph263pay: And let's not forget to remove the unused variable.Edward Hervey1-1/+0
2009-04-18rtph263pay: Remove dead assignments, the variables are never read after.Edward Hervey1-7/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-2/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2009-04-15rtph263pay: fix compilation on big-endianJames Andrewartha1-1/+1