aboutsummaryrefslogtreecommitdiffstats
path: root/ext/kate
Commit message (Expand)AuthorAgeFilesLines
* kate: better error/debug reportingVincent Penquerc'h2012-02-025-31/+106
* kateenc: remove 'flush every packet' hackVincent Penquerc'h2012-02-021-7/+0
* kateenc: Don't error on empty input buffersDavid Schleef2012-01-231-19/+17
* kate: fix set-but-not-used-variable compiler warningTim-Philipp Müller2011-11-291-6/+1
* kate: support for rendering on several YUV formatsVincent Penquerc'h2011-11-282-7/+483
* various: fix pad template ref leaksVincent Penquerc'h2011-11-284-18/+13
* tiger: add a 'silent' property to skip renderingVincent Penquerc'h2011-11-072-2/+17
* kate: avoid rendering when we know there is nothing to renderVincent Penquerc'h2011-10-031-33/+47
* kate: fix race condition on PAUSED->READY state changeVincent Penquerc'h2011-10-031-0/+7
* kate: forward return code from setting src pad capsVincent Penquerc'h2011-09-211-2/+3
* kate: flush on seek, and ensure we cancel any waiting bufferVincent Penquerc'h2011-09-191-0/+4
* kateparse: fix crap in object macrosStefan Sauer2011-09-071-1/+1
* kate: make gst_kate_util_is_utf8_string() inline to fix compiler warning with...Tim-Philipp Müller2011-08-241-1/+1
* kate: pass on timed event metadata as tags when we canVincent Penquerc'h2011-08-231-0/+46
* kate: do not consider an empty SPU to be a fatal errorVincent Penquerc'h2011-08-231-3/+8
* kate: do not clear out high bits from display areaVincent Penquerc'h2011-08-231-4/+4
* kateenc: Fix uninitialized errorDavid Schleef2011-08-031-1/+4
* kate: ensure the kate pad does not shoot ahead of the video padVincent Penquerc'h2011-01-133-4/+57
* tiger: outline text by default, to make it easier to readVincent Penquerc'h2011-01-021-2/+2
* kate: fix caps and string leaks and some minor clean-upsTim-Philipp Müller2011-01-023-21/+19
* kate: reenable the sending of a message for tagsVincent Penquerc'h2011-01-021-2/+0
* tiger: fallback on headers in caps to initialize if headers are absentVincent Penquerc'h2010-12-262-0/+48
* kate: if seeking with GST_SEEK_TYPE_CUR, flush everythingVincent Penquerc'h2010-12-251-1/+3
* tiger: move #if #else bits outside of macroTim-Philipp Müller2010-12-251-17/+13
* tiger: Give tiger primary rankVincent Penquerc'h2010-12-251-1/+1
* kate: add segment tracking, and various other improvementsVincent Penquerc'h2010-12-2510-92/+600
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-195-30/+38
* kate: Run gst-indent on .c filesThiago Santos2010-06-072-6/+7
* Fix printf format strings for gcc 4.5Руслан Ижбулатов2010-04-292-6/+7
* kate: fix yet another compiler warningTim-Philipp Müller2010-03-231-1/+1
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-3/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-185-33/+22
* katedec: don't escape special charactersVincent Penquerc'h2010-02-071-1/+1
* kate: rename the tiger overlay element's sink pad to 'subtitle_sink'Vincent Penquerc'h2010-02-071-1/+1
* kate: Lower tiger's rank to NONE againSebastian Dröge2009-11-061-1/+1
* kate: printf format fixesTim-Philipp Müller2009-11-052-8/+11
* tiger: Make sure that tiger is not autoplugged by decodebin2Sebastian Dröge2009-11-031-1/+1
* kate: Change ranks of katedec and tiger to PRIMARY to be autopluggedSebastian Dröge2009-11-031-5/+2
* tiger: Change name of the subtitle sink template and classificationSebastian Dröge2009-11-031-2/+2
* kate: fix typo in Makefile.amTim-Philipp Müller2009-08-311-1/+1
* kateenc: error out if category has not been set and check for obviously wrong...Tim-Philipp Müller2009-08-111-3/+59
* kate: some minor clean-upsTim-Philipp Müller2009-08-082-10/+13
* kate: break up macros into multiple linesTim-Philipp Müller2009-07-251-4/+15
* kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h2009-07-257-39/+55
* kate: fix time conversion from DVD style timestamps.Vincent Penquerc'h2009-07-211-1/+1
* kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODECTim-Philipp Müller2009-07-201-2/+2
* katedec: only put primary language tag in GST_TAG_LANGUAGETim-Philipp Müller2009-07-202-11/+20
* katedec: add comment why we dont' support application/x-kate here for nowTim-Philipp Müller2009-07-201-0/+4
* katedec: create SPU format images from suitable background imagesVincent Penquerc'h2009-07-206-584/+990
* kate: fix some minor memory leaksogg.k.ogg.k2009-07-202-3/+12