summaryrefslogtreecommitdiff
path: root/ext/speex/gstspeexdec.c
Commit message (Expand)AuthorAgeFilesLines
* speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2020-05-291-1/+1
* 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/+4
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* speex: Fix segfault when resetting the codecs multiple timesAnanda2014-10-231-0/+1
* speexdec: remove dead codeVincent Penquerc'h2014-05-021-7/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* speexdec: Require caps to be set before accepting any dataSebastian Dröge2013-12-051-0/+2
* speexdec: Don't unmap or finish_frame an invalid GstBufferDebarshi Ray2012-11-061-7/+10
* 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-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-2/+2
* Merge branch 'master' into 0.11Wim Taymans2012-03-221-2/+3
|\
| * speexdec: use base class tag handling helperMark Nauwelaerts2012-03-061-2/+3
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | update for memory api changesWim Taymans2012-03-151-1/+1
* | speex: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-15/+12
* | more memory API portingWim Taymans2012-01-251-20/+19
* | speex: Update for the new raw audio capsSebastian Dröge2012-01-051-0/+8
* | More printf format warning fixesTim-Philipp Müller2011-11-221-2/+2
* | tags: update for tag API removalWim Taymans2011-11-021-2/+2
* | ext, gst: update for taglist API changesTim-Philipp Müller2011-10-301-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-10-061-478/+104
|\ \ | |/
| * speexdec: port to audiodecoderMark Nauwelaerts2011-09-291-481/+106
* | port more elements to new audio caps and APIWim Taymans2011-08-191-10/+9
* | speex: update for position/query/convert API changesTim-Philipp Müller2011-07-281-2/+3
* | speex: port speex elementsWim Taymans2011-07-061-62/+80
|/
* speexdec: Get and use streamheader from the caps if possibleSebastian Dröge2011-03-241-10/+79
* speexdec: silence warning message when appropriateVincent Penquerc'h2011-03-151-3/+10
* speexdec: Always process the number of frames per packet as specified in the ...Sebastian Dröge2011-03-141-3/+2
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-1/+1
* speex: Fix crashes with MSVCDavid Hoyt2010-09-231-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* speexdec: Use speex_stereo_state_init() instead of the deprecated initializat...Sebastian Dröge2010-03-151-3/+9
* speexdec: adapt to new oggdemuxMark Nauwelaerts2010-03-101-18/+1
* speexdec: refactor granulepos hacksMark Nauwelaerts2010-03-101-35/+34
* speex: add missing includeStefan Kost2010-02-121-0/+1
* speexdec: initialize stereo decoding stateMark Nauwelaerts2010-02-021-0/+1
* speexdec: free some more when resettingMark Nauwelaerts2010-01-271-1/+3
* speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts2009-09-181-3/+4
* speexdec: use correct sample size in conversionsMark Nauwelaerts2009-09-181-4/+4
* speexdec: make speex_dec_convert work with same-format values when no data ha...Alessandro Decina2009-05-041-5/+5
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-9/+5
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-021-24/+20
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-311-5/+13
* ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans2008-05-131-1/+1
* ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans2008-04-301-0/+13
* ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans2008-04-291-13/+37