summaryrefslogtreecommitdiff
path: root/ext/speex/gstspeexenc.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+2
* speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2020-05-291-1/+2
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-3/+2
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-161-0/+1
* speexenc: update output segment stop time to match clipped samplesVincent Penquerc'h2014-10-301-0/+29
* speex: Fix segfault when resetting the codecs multiple timesAnanda2014-10-231-0/+1
* speexenc: Improve annotation of internal functionSebastian Rasmussen2014-08-101-3/+4
* speexenc: add missing va_end in variadic functionEdward Hervey2014-06-091-0/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-2/+2
* speexenc: Use new gst_audio_encoder_set_headers() APISebastian Dröge2012-03-301-49/+5
* ext: Update for GstAudioEncoder API changesSebastian Dröge2012-03-301-2/+2
* update for memory api changesWim Taymans2012-03-151-1/+1
* speexenc: chain up to parent event handlerWim Taymans2012-02-271-1/+1
* speex: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-1/+1
* update for HEADER flagWim Taymans2012-01-301-2/+2
* more memory API portingWim Taymans2012-01-251-7/+11
* speex: Update for the new raw audio capsSebastian Dröge2012-01-051-1/+8
* More printf format warning fixesTim-Philipp Müller2011-11-221-2/+2
* Merge branch 'master' into 0.11Wim Taymans2011-11-171-2/+5
|\
| * speexenc: ensure to free allocated padded dataMark Nauwelaerts2011-11-161-2/+3
| * speexenc: reset tag setter interface when appropriateMark Nauwelaerts2011-11-161-0/+2
* | ext, gst: update for taglist API changesTim-Philipp Müller2011-10-301-2/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-10-101-12/+43
|\ \ | |/
| * speexenc: only push header buffers following initial eventsMark Nauwelaerts2011-10-091-12/+42
* | Merge branch 'master' into 0.11Wim Taymans2011-10-061-649/+210
|\ \ | |/
| * speexenc: initialise variable before adding to itTim-Philipp Müller2011-09-291-1/+1
| * speexenc: port to audioencoderMark Nauwelaerts2011-09-291-645/+197
* | Merge branch 'master' into 0.11Wim Taymans2011-09-281-0/+1
|\ \ | |/
| * speexenc: do not use invalid buffer timestampsVincent Penquerc'h2011-09-191-0/+1
* | port more elements to new audio caps and APIWim Taymans2011-08-191-5/+5
* | speex: update for position/query/convert API changesTim-Philipp Müller2011-07-281-17/+17
* | speex: port speex elementsWim Taymans2011-07-061-65/+49
|/
* pulse, speexenc, rtpgsmpay: don't use g_assert() for error handlingTim-Philipp Müller2011-04-161-1/+6
* speexenc: Use speex intern silence detectionAlexey Fisher2011-04-081-2/+5
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-9/+18
* speex: Fix crashes with MSVCDavid Hoyt2010-09-231-9/+9
* ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-1/+1
* speex: fix latency queryTristan Matthews2010-05-201-1/+5
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* speexenc: prevent invalid arithmetic if not setup yetMark Nauwelaerts2010-01-271-1/+2
* speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts2009-09-181-4/+5
* speexenc: small taglist handling cleanupStefan Kost2009-09-031-3/+5
* speex: Implement preset interfaceSebastian Dröge2009-05-041-0/+7
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-3/+0