summaryrefslogtreecommitdiff
path: root/gst/subparse
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Add -Wformat-nonliteral -Wformat-securityBenjamin Otte1-4/+7
2010-03-16Add -Wwrite-strings to configureBenjamin Otte2-8/+8
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-15/+9
2010-03-15subparse: Correctly escape brackets in DKS regexSebastian Dröge1-1/+1
2009-12-02build: add missing includes for sprintf and atoiStefan Kost1-0/+2
2009-12-01subparse: Add support for some tags of qttextThiago Santos2-6/+264
2009-12-01subparse: add qttext supportThiago Santos5-12/+282
2009-12-01subparse: conditionally cleanup sami contextThiago Santos1-4/+5
2009-12-01subparse: Add missing caps to sink caps templateThiago Santos1-1/+2
2009-11-16subparse: Use new double->fraction transformation function from coreSebastian Dröge1-16/+3
2009-11-12subparse: Make fps a GstFraction typed property and use it properlySebastian Dröge2-21/+47
2009-11-12subparse: Add property for the video framerateIago Toral2-2/+23
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-10-22subparse: Add support for DKS subtitle formatIago Toral2-6/+106
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost3-1/+4
2009-09-01subparse: GstAdapter is not a GstObject and should be freed with g_object_unrefTim-Philipp Müller1-1/+1
2009-08-26subparse: Remove dependency on regex.h as it's not used anywayРуслан Ижбулатов1-1/+0
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+1
2009-08-09subparse: Allow . instead of , as millisecond delimiter in srt subtitlesSebastian Dröge1-3/+5
2009-08-06subparse: Implement POSITION querySebastian Dröge1-0/+12
2009-08-06subparse: Implement SEEKING querySebastian Dröge2-0/+44
2009-06-23ssaparse: avoid leaking all buffersWim Taymans1-2/+10
2009-06-11subparse, ogmparse: post tags with GST_TAG_SUBTITLE_CODECTim-Philipp Müller4-0/+50
2009-06-10subparse: recognise more subrip timestamp variantsTim-Philipp Müller1-15/+66
2009-03-05subparse: use the right variable in debug log, encoding is not yet initializedStefan Kost1-1/+1
2009-03-02subparse: Convert regex code to GRegex codeLRN1-21/+56
2009-02-26subparse: don't leak line, if flushingStefan Kost1-1/+1
2008-12-11gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to...Edward Hervey1-1/+8
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-10-15gst/subparse/gstsubparse.c: Improve typefinding a bit. If we don't have a Uni...Sebastian Dröge1-3/+31
2008-10-13gst/subparse/: Add support for UTF16/UTF32 subtitles as long as the first byt...Sebastian Dröge3-34/+148
2008-10-10Add support for subtitle files with UTF-8 BOM at the beginning by simple stri...Sebastian Dröge2-2/+21
2008-10-10Make the detection of the used subtitle a bit less strict for srt subtitles. ...Sebastian Dröge1-3/+3
2008-09-03Rework last change, so that we build subparse, but just disable the sami pars...Stefan Kost3-37/+27
2008-05-25Limit duration to a maximum of five seconds for tmplayer format where we can ...Tim-Philipp Müller2-0/+13
2008-05-05gst/subparse/samiparse.c: Remove trailing, leading and double whitespaces.Sebastian Dröge1-10/+35
2008-05-05gst/subparse/samiparse.c: Only output characters inside the "sync" elements. ...Young-Ho Cha1-10/+17
2008-05-03gst/subparse/: Fix parsing of tmplayer subtitle variant where every single li...Tim-Philipp Müller2-7/+50
2008-05-03gst/subparse/gstsubparse.c: Fix detection of discontinuities based on the buf...Tim-Philipp Müller1-1/+15
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-1/+2
2008-02-23Forward slashes at the beginning and end of a line also signify italics (Fixe...Tomasz Sałaciński1-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-12-08gst/subparse/gstsubparse.c: Some .srt files start with chunk number 0 and not...Robin Stocker1-1/+1
2007-08-29gst/subparse/gstssaparse.c: Convert SSA newline codes into actual newline cha...Tim-Philipp Müller1-0/+26
2007-06-05gst/subparse/gstsubparse.*: Add support for SubViewer version 1 and 2 subtitl...Sven Arvidsson2-4/+106
2007-04-20gst/subparse/: Use GST_DISABLE_XML hereStefan Kost2-4/+4
2007-03-21gst/subparse/samiparse.c: Special-case some more colour names that pango does...Young-Ho Cha1-2/+16
2007-03-10gst/subparse/: Add support for MPL2 subtitle format (#413799).Kamil Pawlowski5-6/+164
2007-03-09ext/pango/gsttextoverlay.c: Some more logging. Only accept newsegment events ...Tim-Philipp Müller2-30/+29