summaryrefslogtreecommitdiff
path: root/ext/gsm
Commit message (Expand)AuthorAgeFilesLines
* gsm: allow per feature registrationStéphane Cerveau2021-03-235-7/+13
* Remove autotools build systemTim-Philipp Müller2019-10-141-14/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* meson: Fix missing GSM_HEADER_IN_SUBDIR logicNiklas Hambüchen2019-05-131-1/+5
* meson: Fix typo in gsm header file nameNiklas Hambüchen2019-05-131-1/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-3/+13
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* gsm: unmap output buffer when doneSatya Prakash Gupta2017-07-171-1/+1
* meson: Added meson.build for gsmYasushi SHOJI2017-07-071-0/+13
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-12/+12
* 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