summaryrefslogtreecommitdiff
path: root/ext/speex
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+19
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+6
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2014-11-22speex: remove support for ancient speex versionsTim-Philipp Müller2-8/+0
2014-10-30speexenc: update output segment stop time to match clipped samplesVincent Penquerc'h2-0/+30
2014-10-23speex: Fix segfault when resetting the codecs multiple timesAnanda2-0/+2
2014-08-10speexenc: Improve annotation of internal functionSebastian Rasmussen1-3/+4
2014-06-09speexenc: add missing va_end in variadic functionEdward Hervey1-0/+1
2014-05-02speexdec: remove dead codeVincent Penquerc'h1-7/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-12-05speexdec: Require caps to be set before accepting any dataSebastian Dröge1-0/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-06speexdec: Don't unmap or finish_frame an invalid GstBufferDebarshi Ray1-7/+10
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2-3/+3
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-30speexenc: Use new gst_audio_encoder_set_headers() APISebastian Dröge2-50/+5
2012-03-30ext: Update for GstAudioEncoder API changesSebastian Dröge1-2/+2
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-2/+3
2012-03-15update for memory api changesWim Taymans2-2/+2
2012-03-06speexdec: use base class tag handling helperMark Nauwelaerts1-2/+3
2012-02-27speexenc: chain up to parent event handlerWim Taymans1-1/+1
2012-02-01speex: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2-16/+13
2012-01-30update for HEADER flagWim Taymans1-2/+2
2012-01-25more memory API portingWim Taymans2-27/+30
2012-01-05speex: Update for the new raw audio capsSebastian Dröge2-1/+16
2011-11-28various: fix pad template leaksVincent Penquerc'h2-8/+6
2011-11-22More printf format warning fixesTim-Philipp Müller2-4/+4
2011-11-17Merge branch 'master' into 0.11Wim Taymans1-2/+5
2011-11-16speexenc: ensure to free allocated padded dataMark Nauwelaerts1-2/+3
2011-11-16speexenc: reset tag setter interface when appropriateMark Nauwelaerts1-0/+2
2011-11-02tags: update for tag API removalWim Taymans1-2/+2
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller2-3/+3
2011-10-10Merge branch 'master' into 0.11Wim Taymans2-12/+44
2011-10-09speexenc: only push header buffers following initial eventsMark Nauwelaerts2-12/+43
2011-10-06Merge branch 'master' into 0.11Wim Taymans5-1167/+328
2011-09-29speexenc: initialise variable before adding to itTim-Philipp Müller1-1/+1
2011-09-29speexdec: port to audiodecoderMark Nauwelaerts2-489/+110
2011-09-29speexenc: clean up some unused remnantsMark Nauwelaerts1-3/+0
2011-09-29speexenc: port to audioencoderMark Nauwelaerts3-674/+207
2011-09-28Merge branch 'master' into 0.11Wim Taymans1-0/+1
2011-09-19speexenc: do not use invalid buffer timestampsVincent Penquerc'h1-0/+1
2011-08-19port more elements to new audio caps and APIWim Taymans2-15/+14
2011-07-28speex: update for position/query/convert API changesTim-Philipp Müller2-19/+20
2011-07-06speex: port speex elementsWim Taymans2-127/+129