summaryrefslogtreecommitdiff
path: root/ext/voaacenc
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-5/+5
2017-03-06voaacenc: limit bitrate property to 320 kbpsTim-Philipp Müller1-2/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+15
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-08-17audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
2015-08-17voaacenc: Remove custom getcaps and just use the templateThiago Santos1-73/+7
2015-08-17voaacenc: add version to gst-launch string on documentationThiago Santos1-1/+1
2015-07-20voaacenc: fix output caps for stream-format=ADTSTim-Philipp Müller1-6/+8
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller3-6/+6
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-3/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-07-25faac, voaacenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts1-1/+2
2012-04-20Fix format (type is explicitly unsigned long)Руслан Ижбулатов1-1/+1
2012-04-10voaacenc: plug caps leakMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-3/+3
2012-02-20Fix compiler warningsMatej Knopp1-1/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+2
2012-02-01voaacenc: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-1/+2
2012-01-28voaacenc: init debug categoryMark Nauwelaerts1-0/+2
2012-01-25port some more to new memory APIMark Nauwelaerts1-20/+20
2012-01-12voaacenc: also indicate mono audio in sink capsMark Nauwelaerts1-6/+7
2012-01-11voaacenc: port to 0.11Mark Nauwelaerts1-107/+99
2011-12-22voaacenc: no need to duplicate baseclass sanity checksMark Nauwelaerts1-10/+0
2011-11-17voaacenc: some code shuffle cleanupMark Nauwelaerts1-158/+155
2011-11-17voaacenc: port to audioencoderMark Nauwelaerts3-188/+113
2011-05-27voaacenc: Make sure to also return only a subset of the pad template caps in ...Sebastian Dröge1-3/+19
2011-05-27voaacenc: Set the correct, valid sample rates in the pad template capsSebastian Dröge1-2/+15
2011-05-27voaacenc: The encoder library currently only supports 1 or 2 channelsSebastian Dröge1-4/+10
2011-05-27voaacenc: Add profile and level to the capsSebastian Dröge2-4/+12
2011-05-14voaacenc: Only generate sinkcaps once and in a threadsafe waySebastian Dröge2-89/+81
2011-05-14voaacenc: Add NULL terminator to gst_structure_new()Sebastian Dröge1-1/+2
2011-05-14voaacenc: Some minor cleanupSebastian Dröge2-15/+4
2011-05-14voaacenc: Fix CFLAGS and LIBSSebastian Dröge1-3/+11
2011-05-14voaacenc: Add new plugin for audio AAC encoder based on vo-aacenc libbenjamin gaignard4-0/+802