summaryrefslogtreecommitdiffstats
path: root/ext/gsm
AgeCommit message (Expand)AuthorFilesLines
2009-03-04gsmdec: Use G_BYTE_ORDER to fix Windows compileLRN1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-03-31ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil2-15/+38
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-2/+1
2007-06-22Fix leaks.Edward Hervey2-8/+4
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-3/+8
2007-01-12ext/gsm/gstgsmenc.c: Fix typo in docs.Wim Taymans1-1/+1
2006-09-19ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV).Wim Taymans2-28/+55
2006-08-21ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans1-1/+2
2006-07-27ext/gsm/: Fix negotiation.Wim Taymans2-6/+45
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2-2/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-4/+4
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+4
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-12/+8
2006-03-29ext/gsm/: Cleanups, fix leaks.Wim Taymans3-26/+143
2005-10-26Fixing stuff as wingo pointed out.Zeeshan Ali4-22/+14
2005-10-25Over-writing Wim's gsm plugins (currently not working) with that from the far...Zeeshan Ali5-178/+89
2005-10-25Fixed event handling in gsmenc.Flavio Oliveira2-66/+100
2005-09-23Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.Edgard Lima3-84/+60
2005-09-21Setting caps on the outgoing buffers.Flavio Oliveira1-5/+12
2005-09-02Ported GSM Encoder to GStreamer 0.9Flavio Oliveira3-28/+24
2005-01-24Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds time...Maciej Katafiasz4-225/+173
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-0/+1
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2-4/+4
2004-04-19ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje1-22/+54
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-28/+30
2004-03-15*.h: Revert indentingJohan Dahlin2-46/+40
2004-03-14gst-indentThomas Vander Stichele5-177/+175
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
2003-12-22Merge CAPS branchDavid Schleef2-103/+90
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson2-6/+6
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje3-2/+3
2003-11-03fix warningsDavid Schleef1-6/+3
2003-11-01GSM updated for new stuffIain Holmes3-87/+101
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2-8/+10
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje3-9/+8
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-1/+7
2003-01-10PadConnect -> PadLinkThomas Vander Stichele2-4/+4
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2-8/+8
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller2-0/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2-2/+2
2002-07-05correcting the next_ts calculationsZeeshan Ali1-1/+1
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker1-0/+1
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2-2/+2
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo1-10/+10
2002-03-30Changed to the new props APIWim Taymans2-2/+5
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-1/+1