summaryrefslogtreecommitdiff
path: root/ext/amrwbdec
AgeCommit message (Expand)AuthorFilesLines
2021-03-29amrwbdec: allow per feature registrationStéphane Cerveau3-2/+4
2019-10-13Remove autotools build systemTim-Philipp Müller1-16/+0
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-1/+1
2019-05-13docs: Port documentation to hotdocThibault Saunier1-0/+1
2019-04-26docs: Port all docstring to gtk-doc markdownThibault Saunier1-4/+4
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens1-0/+1
2018-01-03amrwbdec: Don't use g_return_*_if_fail() on data parsingEdward Hervey1-4/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-02-27Update Edgard Lima's emailEdgard Lima2-2/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-04-15a52dec, amrwbec: fix parse function declaration mismatchTim-Philipp Müller1-2/+2
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-01-25amrnb, amrwb: unconditionally depend on opencore-amr*b >= 0.1.3Tim-Philipp Müller1-5/+0
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-1/+1
2013-12-05amrwbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrwbdec: 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üller3-6/+6
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üller1-1/+1
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-20Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+6
2012-03-03amrnb, amrwbdec: fix build with opencore-amr >= 0.1.3Tim-Philipp Müller1-0/+6
2012-02-27amrwbdec, lame, mad: link to libgstbaseAlessandro Decina1-1/+2
2012-02-01amrwbdec: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-9/+6
2012-01-25amr: port to 0.11 againWim Taymans1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+3
2012-01-25port to new memory APIWim Taymans1-7/+7
2012-01-17amrwbdec: _parse should not return OK if not enough data yetMark Nauwelaerts1-1/+3
2012-01-05amrwbdec: Add the new layout field to the raw audio capsSebastian Dröge1-0/+2
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2011-10-05Merge branch 'master' into 0.11Wim Taymans3-241/+100
2011-10-05amrwbdec: port to audiodecoderMark Nauwelaerts3-240/+97
2011-10-04ported amrwbdec to 0.11Wim Taymans2-46/+40
2011-02-07amrwbdec: avoid stalling on invalid frameMark Nauwelaerts1-2/+8
2010-04-28amr: Use correct includes (as pkg-config suggests)Руслан Ижбулатов1-2/+2
2010-04-27amrwbdec: move define to source to avoid hiding it from the docsStefan Kost2-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 Otte1-5/+4
2009-12-18amrwbdec: give decoder a rank so decodebin/playbin will use itTim-Philipp Müller1-1/+1
2009-07-27amr: Add AMR-WB decoder and AMR-NB encoder and decoderIago Toral5-0/+512