summaryrefslogtreecommitdiff
path: root/ext/gsm
Commit message (Expand)AuthorAgeFilesLines
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+1
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* gstgsmenc: Unref caps object after usageSebastian Rasmussen2014-08-101-0/+1
* gsmdec: process all available input frames in one goTim-Philipp Müller2013-12-121-13/+58
* gsmdec: fix decoding of audio/ms-gsm variantTim-Philipp Müller2013-12-101-5/+5
* gsmdec: Require caps to be set before any data processingSebastian Dröge2013-12-051-0/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* 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
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* gsm: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-012-8/+5
* gsm: port to 0.11Mark Nauwelaerts2012-01-262-55/+50
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-254-290/+146
|\
| * gsmenc: fix unused-but-set-variable compiler warningTim-Philipp Müller2012-01-191-3/+0
| * gsmdec: port to audiodecoderMark Nauwelaerts2012-01-172-190/+87
| * gsmenc: port to audioencoderMark Nauwelaerts2012-01-172-98/+60
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+8
|/
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-152-4/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-16/+6
* gsm: Raise rank of encoder to PRIMARYEdward Hervey2009-11-181-1/+2
* gsmdec: Use G_BYTE_ORDER to fix Windows compileLRN2009-03-041-1/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil2008-03-312-15/+38
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-2/+1
* Fix leaks.Edward Hervey2007-06-222-8/+4
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-3/+8
* ext/gsm/gstgsmenc.c: Fix typo in docs.Wim Taymans2007-01-121-1/+1
* ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV).Wim Taymans2006-09-192-28/+55
* ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans2006-08-211-1/+2
* ext/gsm/: Fix negotiation.Wim Taymans2006-07-272-6/+45
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-232-2/+2
* 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/+4
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-12/+8
* ext/gsm/: Cleanups, fix leaks.Wim Taymans2006-03-293-26/+143
* Fixing stuff as wingo pointed out.Zeeshan Ali2005-10-264-22/+14
* Over-writing Wim's gsm plugins (currently not working) with that from the far...Zeeshan Ali2005-10-255-178/+89
* Fixed event handling in gsmenc.Flavio Oliveira2005-10-252-66/+100
* Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.Edgard Lima2005-09-233-84/+60
* Setting caps on the outgoing buffers.Flavio Oliveira2005-09-211-5/+12
* Ported GSM Encoder to GStreamer 0.9Flavio Oliveira2005-09-023-28/+24
* Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds time...Maciej Katafiasz2005-01-244-225/+173
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-0/+1
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-212-4/+4
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-191-22/+54
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-28/+30
* *.h: Revert indentingJohan Dahlin2004-03-152-46/+40
* gst-indentThomas Vander Stichele2004-03-145-177/+175