summaryrefslogtreecommitdiff
path: root/ext/lame
AgeCommit message (Expand)AuthorFilesLines
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-5/+5
2015-01-21Constify some static arrays everywhereSebastian Dröge1-2/+2
2013-05-09lamemp3enc: Tell GstAudioEncoder about the number of incoming samplesOlivier Crête1-1/+9
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-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-3/+3
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-15update for memory api changesWim Taymans1-1/+1
2012-02-27amrwbdec, lame, mad: link to libgstbaseAlessandro Decina1-1/+1
2012-02-01lame: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-1/+1
2012-01-25port to new memory APIWim Taymans1-19/+19
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge3-10/+242
2012-01-05lamemp3enc: Update for the new raw audio capsSebastian Dröge1-2/+8
2012-01-04lame: fix LIBADD order in Makefile.amTim-Philipp Müller1-2/+2
2011-12-27lame: fix printf format in debug statementsTim-Philipp Müller2-2/+2
2011-12-26lame: ensure parsed outputMark Nauwelaerts2-4/+234
2011-12-26lame: cleanup unused instance struct fieldsMark Nauwelaerts1-6/+0
2011-12-26lamemp3enc: ensure parsed outputMark Nauwelaerts3-6/+237
2011-12-26lamemp3enc: do not leak merged tagsMark Nauwelaerts1-1/+3
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
2011-11-23ext: fix more printf format warnings in debug messagesTim-Philipp Müller1-2/+2
2011-11-11lamemp3enc: cosmetic error message changeTim-Philipp Müller1-2/+2
2011-10-30lame: remove lame element, it's been superseded by lamemp3encTim-Philipp Müller6-1448/+3
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller1-1/+1
2011-09-27lame: fix raw audio caps tooWim Taymans2-12/+6
2011-09-27lame: port to 0.11Wim Taymans2-73/+63
2011-09-26lame: Don't get the parent class again, GST_BOILERPLATE does this alreadySebastian Dröge2-4/+0
2011-09-26lame: Fix variable 'gstelement_class' set but not used compiler warningSebastian Dröge2-4/+0
2011-09-26lame: use some more boilerplateMark Nauwelaerts1-44/+11
2011-09-26lame: port to audioencoderMark Nauwelaerts2-230/+102
2011-09-26lamemp3enc: use some more boilerplateMark Nauwelaerts1-31/+3
2011-09-26lamemp3enc: really report bitrate rather kbitrateMark Nauwelaerts1-1/+1
2011-09-26lamemp3enc: port to audioencoderMark Nauwelaerts3-420/+119
2011-05-18lamemp3enc: Post CODEC and BITRATE tagsSebastian Dröge2-8/+43
2011-02-03lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels ...Tim-Philipp Müller1-0/+57
2010-10-19various: canonicalize property namesStefan Kost1-1/+1
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-39/+63
2010-06-01lamemp3enc: implement latency queryTristan Matthews1-0/+57
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge3-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+4
2009-12-02lame: Avoid crash when seeking before negotiatingThiago Santos2-10/+14
2009-05-14lamemp3enc: Improve debugging a bitSebastian Dröge1-2/+4
2009-05-13lamemp3enc: add Since tag to gtk-doc chunkTim-Philipp Müller1-0/+1
2009-05-10lamemp3enc: Don't write a Xing headerSebastian Dröge1-0/+1
2009-05-07Add ranks to mp3 encodersChristian Schaller2-2/+2
2009-05-07lamemp3enc: Fixup the bitrate only for CBRSebastian Dröge1-7/+8
2009-05-06lame: fix format string in debug statementAlessandro Decina1-1/+1