summaryrefslogtreecommitdiff
path: root/ext/amrnb
AgeCommit message (Expand)AuthorFilesLines
2015-08-15audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
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üller2-2/+2
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
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller5-10/+10
2012-09-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-20Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2-1/+11
2012-03-03amrnb, amrwbdec: fix build with opencore-amr >= 0.1.3Tim-Philipp Müller2-1/+11
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-02-01amrnb: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2-11/+6
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 Taymans2-18/+18
2012-01-17amrnbdec: _parse should not return OK if not enough data yetMark Nauwelaerts1-1/+4
2012-01-11amrnbenc: _map and _unmap the appropriate input and output buffersMark Nauwelaerts1-2/+3
2012-01-05amrnb: Add the new layout field to the raw audio capsSebastian Dröge2-0/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+6
2011-11-23ext: fix more printf format warnings in debug messagesTim-Philipp Müller1-2/+3
2011-10-30amrnb: fix up raw audio caps for 0.11Tim-Philipp Müller2-10/+2
2011-10-05Merge branch 'master' into 0.11Wim Taymans2-3/+3
2011-10-05amrnbdec: fixup buildMark Nauwelaerts1-2/+3
2011-10-05amrnbdec: remove leftover extraneous _unrefMark Nauwelaerts1-1/+0
2011-10-04Merge branch 'master' into 0.11Wim Taymans2-245/+97
2011-10-04amrnb: port to 0.11Wim Taymans2-76/+69
2011-10-03amrnbdec: port to audiodecoderMark Nauwelaerts2-238/+93
2011-09-27amrnbenc: port to audioencoderMark Nauwelaerts3-164/+85
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-2/+4
2010-05-07amrnbenc: Set rank to GST_RANK_SECONDARYEdward Hervey1-1/+1
2010-04-28amr: Use correct includes (as pkg-config suggests)Руслан Ижбулатов2-2/+2
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge2-2/+2
2010-03-19build: fix up Makefile.amTim-Philipp Müller1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-10/+8
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef2-2/+1
2009-07-27amr: Add AMR-WB decoder and AMR-NB encoder and decoderIago Toral10-874/+46
2009-04-21armnb: Remove unused variable, adapt debug message accordingly.Edward Hervey1-6/+3
2008-11-05ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.Wim Taymans2-3/+102
2008-10-13Don't install static libs for plugins. Fixes #550851 for ugly.Stefan Kost1-0/+1
2008-10-09ext/amrnb/amrnbparse.c: use #defines for HEADER. Unref the object in _sink_ac...Stefan Kost1-13/+21
2008-09-26ext/amrnb/amrnbenc.*: Pass the discont flag from the input buffer on to the o...Wim Taymans2-1/+10
2008-09-26ext/amrnb/amrnbparse.*: Add flush seek handler. Fixes #536274.Benoit Fouet2-0/+174
2008-09-26ext/amrnb/amrnbparse.*: Fix the duration query. Fixes #536226.Benoit Fouet2-26/+41
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost3-24/+15
2008-04-17ext/amrnb/amrnbparse.c: We should also stop the streaming task when we get a ...Tim-Philipp Müller1-5/+15
2007-08-17ext/: Fix more leaks.Stefan Kost2-1/+19