aboutsummaryrefslogtreecommitdiffstats
path: root/gst/tta
Commit message (Expand)AuthorAgeFilesLines
* various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+4
* 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-181-1/+1
* gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ...David Schleef2004-12-181-0/+3
* added TTA parser and decoderArwed v. Merkatz2004-11-269-0/+1459