summaryrefslogtreecommitdiff
path: root/ext/gsm
AgeCommit message (Expand)AuthorFilesLines
2015-08-17audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2014-08-10gstgsmenc: Unref caps object after usageSebastian Rasmussen1-0/+1
2013-12-12gsmdec: process all available input frames in one goTim-Philipp Müller1-13/+58
2013-12-10gsmdec: fix decoding of audio/ms-gsm variantTim-Philipp Müller1-5/+5
2013-12-05gsmdec: Require caps to be set before any data processingSebastian Dröge1-0/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-01gsm: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2-8/+5
2012-01-26gsm: port to 0.11Mark Nauwelaerts2-55/+50
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge4-290/+146
2012-01-19gsmenc: fix unused-but-set-variable compiler warningTim-Philipp Müller1-3/+0
2012-01-17gsmdec: port to audiodecoderMark Nauwelaerts2-190/+87
2012-01-17gsmenc: port to audioencoderMark Nauwelaerts2-98/+60
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2-4/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-16/+6
2009-11-18gsm: Raise rank of encoder to PRIMARYEdward Hervey1-1/+2
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