summaryrefslogtreecommitdiff
path: root/ext/amrnb/amrnbenc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29amrnb: allow per feature registrationStéphane Cerveau1-0/+2
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
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-08-15audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-1/+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-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öge1-1/+1
2012-01-25port to new memory APIWim Taymans1-11/+11
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öge1-0/+1
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üller1-5/+1
2011-10-04amrnb: port to 0.11Wim Taymans1-30/+28
2011-09-27amrnbenc: port to audioencoderMark Nauwelaerts1-151/+75
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/+0
2009-07-27amr: Add AMR-WB decoder and AMR-NB encoder and decoderIago Toral1-3/+16
2008-09-26ext/amrnb/amrnbenc.*: Pass the discont flag from the input buffer on to the o...Wim Taymans1-1/+9
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost1-9/+6
2007-08-16ext/amrnb/amrnbenc.*: Add property to select the BandMode of the AMR encoder.Daniel Charles1-4/+77
2007-07-03docs/plugins/: Add new docs. Scan c++ files too.Stefan Kost1-0/+20
2007-05-18ext/amrnb/amrnbdec.c (gst_amrnbdec_debug, GST_CAT_DEFAULT, block_size, _do_in...Stefan Kost1-41/+16
2006-04-10add test for amrnbenc, enable test infrastructure, and fix a leakThomas Vander Stichele1-6/+2
2006-04-10ext/amrnb/amrnbenc.c: Plug big leak in AMR encoder.Michael Smith1-0/+2
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-16/+27
2006-03-02ext/amrnb/amrnbenc.c: The AMR encoder writes into the audio buffers it proces...Michael Smith1-0/+3
2005-10-19configure.ac: some docs I hadThomas Vander Stichele1-1/+3
2005-09-21Changed amrnbenc description, it is an encoder, not decoder.Flavio Oliveira1-2/+2
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-3/+2
2005-07-19Ported to 0.9 (faad, amrnb, mpeg2dec)Edgard Lima1-1/+1
2005-05-25ext/amrnb/: Core already took the lock.Wim Taymans1-4/+0
2005-05-18ext/amrnb/: Ported AMR decoder/parse.Wim Taymans1-0/+278