summaryrefslogtreecommitdiff
path: root/ext/kate
AgeCommit message (Expand)AuthorFilesLines
2021-05-18kate: Initialize debug categoriesOlivier Crête5-10/+10
2021-03-23kate: allow per feature registrationStéphane Cerveau10-61/+132
2019-12-11remove various useless linefeed in logsStéphane Cerveau1-3/+3
2019-11-05documentation: fixed a heap o' typosAaron Boxer2-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-19/+0
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle3-11/+13
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-2/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-01-11kateenc: Refactoring for readability and leak fixingEdward Hervey1-87/+92
2018-01-03kateenc: Fix memory leak in error casesEdward Hervey1-0/+4
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier5-69/+49
2017-03-24Add missing include path for gst/glib-compat-prive.hNicolas Dufresne1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+24
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM4-18/+12
2015-12-15plugins-bad: Fix example pipelinesVineeth TM5-9/+9
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet3-12/+6
2014-07-21katedec: handle segment event earlierThiago Santos2-1/+4
2014-07-21katedec: handle streamheaders in capsThiago Santos1-102/+171
2014-06-28kate: Use G_GSIZE_FORMAT instead of unportable %zuSebastian Dröge4-11/+15
2014-06-27kate: unref events when freeing events listThiago Santos1-0/+1
2014-06-27kateenc: fix segment event leakThiago Santos1-2/+4
2014-04-30kate: avoid read buffer overflow in crafted streamVincent Penquerc'h1-2/+8
2014-04-09kate: fix implicit promotion to signed int breaking on largeish inputsVincent Penquerc'h1-2/+2
2014-02-23katedec: Merge new tags with existing tags to prevent overwriting demuxer tagsBrendan Long3-47/+70
2013-05-15kateenc: Delay segment event until we have capsSebastian Dröge2-6/+23
2013-05-15katedec/tiger: Don't queue sticky events that would come before CAPSSebastian Dröge1-0/+3
2013-05-15kateparse: Fix event handlingSebastian Dröge1-2/+3
2013-04-27kate: fix buffer leak in katetagTim-Philipp Müller1-0/+1
2013-04-27kate: minor cleanupTim-Philipp Müller2-8/+4
2013-04-23tests: fix remaining kate testsTim-Philipp Müller1-6/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-15kate: only send decoder output caps once or when the format changesTim-Philipp Müller2-8/+25
2013-04-15kate: fix decoder output capsTim-Philipp Müller2-5/+7
2013-04-15kate: mark header buffers as suchTim-Philipp Müller3-5/+6
2013-04-15kateenc: save current input format in setcapsTim-Philipp Müller3-40/+45
2013-04-15kate: fix printf format strings and disable tiger elementTim-Philipp Müller7-16/+16
2013-04-15kate: port Kate subtitles to 1.0Brendan Long7-189/+206
2012-11-04Fix FSF addressTim-Philipp Müller16-32/+32
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller5-6/+6
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts5-5/+5
2012-09-14ffmpegcolorspace is no moreWim Taymans1-2/+2
2012-08-20video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller3-3/+3
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller3-10/+10
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-15update for memory api changesWim Taymans1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans6-60/+109
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1