summaryrefslogtreecommitdiff
path: root/gst/subparse/gstssaparse.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10subparse: allow per feature registrationStéphane Cerveau1-0/+6
2017-07-24ssaparse: Fix buffer leak in error caseSatya Prakash Gupta1-1/+3
2016-12-01ssaparse: Free initialization section before storing the next oneSebastian Dröge1-0/+2
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2013-11-21subparse: g_memmove() is deprecatedTim-Philipp Müller1-1/+1
2013-05-10subparse/ssaparse: Fix event handling and orderSebastian Dröge1-2/+0
2012-12-17ssaparse: ignore invalid UTF-8 in init sectionTim-Philipp Müller1-11/+13
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-02text/plain + text/x-pango-markup -> text/x-rawTim-Philipp Müller1-2/+4
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
2012-06-06update for tag event changeWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-02-17ssaparse: set caps on srcpadWim Taymans1-1/+7
2012-01-25port to new map APIWim Taymans1-21/+31
2011-11-17add parent to pad functionsWim Taymans1-9/+12
2011-11-02update for tag API removalWim Taymans1-1/+1
2011-10-31ext, gst, gst-libs, tests: update for tag list API changesTim-Philipp Müller1-1/+1
2011-06-07-base: use caps event instead of setcapsfunctionWim Taymans1-3/+17
2011-05-16-base: port to new SEGMENT APIWim Taymans1-3/+6
2011-05-09segment: fix for new core APIWim Taymans1-1/+2
2011-05-09-base: don't use buffer capsWim Taymans1-2/+0
2011-04-19gst: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-21/+16
2011-03-27plugins: port some plugins to the new memory APIWim Taymans1-12/+21
2011-02-28miniobject: fix for changed miniobjectWim Taymans1-1/+1
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-06-23ssaparse: avoid leaking all buffersWim Taymans1-2/+10
2009-06-11subparse, ogmparse: post tags with GST_TAG_SUBTITLE_CODECTim-Philipp Müller1-0/+12
2007-12-29gst/subparse/gstssaparse.c: combine if'sThijs Vermeir1-7/+5
2007-12-29gst/subparse/gstssaparse.c: remove duplicate log messageThijs Vermeir1-4/+16
2007-08-29gst/subparse/gstssaparse.c: Convert SSA newline codes into actual newline cha...Tim-Philipp Müller1-0/+26
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles1-1/+1
2006-07-11gst/subparse/gstssaparse.c: Don't include the terminating NUL in the buffer s...Tim-Philipp Müller1-9/+12
2006-04-29atoi() needs stdlib.hThomas Vander Stichele1-0/+1
2006-02-19gst/subparse/: Add very basic parser for SSA subtitle streams (as often found...Tim-Philipp Müller1-0/+324