summaryrefslogtreecommitdiff
path: root/ext/amrnb/amrnbdec.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-1/+1
2019-04-26docs: Port all docstring to gtk-doc markdownThibault Saunier1-5/+5
2018-01-03amrnbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2016-04-16amrnbec, mad: fix two more parse function declarationsTim-Philipp Müller1-2/+2
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-1/+1
2013-12-05amrnbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom codeSebastian Dröge1-3/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-02-01amrnb: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-10/+5
2012-01-25amr: port to 0.11 againWim Taymans1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+4
2012-01-25port to new memory APIWim Taymans1-7/+7
2012-01-17amrnbdec: _parse should not return OK if not enough data yetMark Nauwelaerts1-1/+4
2012-01-05amrnb: Add the new layout field to the raw audio capsSebastian Dröge1-0/+3
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2011-10-30amrnb: fix up raw audio caps for 0.11Tim-Philipp Müller1-5/+1
2011-10-05Merge branch 'master' into 0.11Wim Taymans1-1/+0
2011-10-05amrnbdec: remove leftover extraneous _unrefMark Nauwelaerts1-1/+0
2011-10-04Merge branch 'master' into 0.11Wim Taymans1-232/+94
2011-10-04amrnb: port to 0.11Wim Taymans1-46/+41
2011-10-03amrnbdec: port to audiodecoderMark Nauwelaerts1-225/+90
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-5/+4
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+1
2009-07-27amr: Add AMR-WB decoder and AMR-NB encoder and decoderIago Toral1-3/+4
2008-11-05ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.Wim Taymans1-3/+94
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost1-8/+5
2007-08-17ext/: Fix more leaks.Stefan Kost1-1/+0
2007-07-03docs/plugins/: Add new docs. Scan c++ files too.Stefan Kost1-3/+16
2007-06-25ext/amrnb/: Add newsegment and discont handling. Some code cleanups.Stefan Kost1-3/+51
2007-06-22Fix leaks some more.Edward Hervey1-6/+2
2007-06-19ext/amrnb/amrnbdec.c: Don't leak the adapter, unref it in a new finalize meth...Laurent Glayal1-0/+18
2007-05-18ext/amrnb/amrnbdec.c (gst_amrnbdec_debug, GST_CAT_DEFAULT, block_size, _do_in...Stefan Kost1-41/+15
2006-05-24ext/amrnb/: Sortof first quick cleanup of all this mess...Wim Taymans1-1/+7
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-02ext/amrnb/: Further fancyfication.Wim Taymans1-6/+11
2006-02-15ext/amrnb/amrnbdec.c: Some more comments.Wim Taymans1-2/+3
2006-02-06ext/amrnb/amrnbdec.*: Fix amrnbdec, handle events, take copy from adapter sin...Wim Taymans1-13/+66
2005-10-06ext/amrnb/amrnbdec.c: Mark invalid frame sizesWim Taymans1-1/+1
2005-09-06ext/amrnb/: State change function updates.Wim Taymans1-2/+3
2005-09-02All plugins updated for element state changes.Andy Wingo1-10/+8
2005-08-19ext/amrnb/: Update caps with audio/AMR.Wim Taymans1-2/+1
2005-07-19Ported to 0.9 (faad, amrnb, mpeg2dec)Edgard Lima1-1/+1