summaryrefslogtreecommitdiff
path: root/gst/festival
Commit message (Expand)AuthorAgeFilesLines
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+1
* festival: fix fd leakVincent Penquerc'h2014-04-081-0/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* festival: timed text is text/x-raw nowTim-Philipp Müller2012-09-111-1/+1
* celt, opencv, wayland, dvbsub, festival, hls: printf format fixesTim-Philipp Müller2012-07-151-1/+1
* festival: unmap input bufferWim Taymans2012-07-101-3/+4
* port festival to 0.11Sreerenj Balachandran2012-07-102-68/+30
* Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller2012-05-051-6/+0
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-4/+25
|\
| * festival: enhance some error case handlingMark Nauwelaerts2012-01-231-4/+25
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
|/
* festival: don't leak fd on errorStefan Kost2011-05-201-0/+1
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* festival: Only close the connection if it's openedSebastian Dröge2010-05-131-2/+3
* festival: Don't open an infinite number of connections to the server and clos...Ivan Zderadicka2010-05-131-3/+5
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith2008-07-241-0/+4
* gst/festival/gstfestival.c: Add a note to the docs, that festival need to be ...Stefan Kost2008-07-091-4/+8
* Fix built of the festival plugin with mingw32 by linking to ws2_32.dll and in...Damien Lespiau2008-07-042-1/+15
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-5/+4
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-241-2/+18
* Port festival plugin to GStreamer-0.10 (#461377).Jonathan Matthew2007-08-232-61/+113
* Fix leaks.Edward Hervey2007-06-221-4/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-1/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* don't use doc comments for non-docs change some char* into char[]Stefan Kost2005-12-161-1/+1
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-4/+4
* Fix up all the state change functions.Jan Schmidt2005-09-051-7/+8
* gst/festival/gstfestival.c: Set the output rate to 16000. Should fix #160235.David Schleef2004-12-151-0/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-16/+17
* *.h: Revert indentingJohan Dahlin2004-03-151-28/+24
* gst-indentThomas Vander Stichele2004-03-142-166/+161
* Merge CAPS branchDavid Schleef2003-12-221-30/+20
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+0
* Updated to the new plugin loading codeJan Schmidt2003-11-021-23/+29