summaryrefslogtreecommitdiff
path: root/gst/tta
Commit message (Expand)AuthorAgeFilesLines
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-047-12/+12
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* Fix up FSF address in some source files as wellTim-Philipp Müller2012-08-181-1/+1
* update for task api changeWim Taymans2012-06-201-2/+3
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+4
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
|/
* tta: Fix set-but-unused warningsOlivier Crête2011-07-121-3/+0
* tta: decrease rank to NONEDavid Schleef2011-06-252-4/+4
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* tta: Remove dead assignments and useless variableEdward Hervey2010-11-252-7/+3
* ttaparse: Don't post an error message on UNEXPECTEDSebastian Dröge2010-09-211-1/+3
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-4/+4
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-12/+8
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-3/+5
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-1/+1
* gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.Sebastian Dröge2008-02-191-1/+1
* When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller2007-06-081-3/+4
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-12/+10
* expand tabsThomas Vander Stichele2005-12-063-162/+162
* ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile...Andy Wingo2005-11-221-2/+2
* Fix for stream lock updates.Wim Taymans2005-11-211-2/+2
* don't put crap in user-visible stringsThomas Vander Stichele2005-10-261-2/+1
* gst/tta/gstttaparse.c: STOPPED->FAILED.Julien Moutte2005-10-231-1/+1
* gst/: API change fix.Wim Taymans2005-10-191-4/+21
* gst/: newsegment API update.Wim Taymans2005-10-111-3/+3
* tta plugin ported to 0.9Arwed v. Merkatz2005-09-223-265/+329
* gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).Ronald S. Bultje2005-01-091-4/+7
* gst/tta/gstttadec.c: And yet another portability fix.David Schleef2004-12-191-1/+1
* gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ...David Schleef2004-12-191-0/+3
* added TTA parser and decoderArwed v. Merkatz2004-11-269-0/+1459