summaryrefslogtreecommitdiff
path: root/ext/voaacenc
Commit message (Expand)AuthorAgeFilesLines
* voaacenc: allow per feature registrationStéphane Cerveau2021-03-233-2/+5
* Remove autotools build systemTim-Philipp Müller2019-10-141-26/+0
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-2/+3
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-5/+5
* voaacenc: limit bitrate property to 320 kbpsTim-Philipp Müller2017-03-061-2/+2
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+15
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+1
* voaacenc: Remove custom getcaps and just use the templateThiago Santos2015-08-171-73/+7
* voaacenc: add version to gst-launch string on documentationThiago Santos2015-08-171-1/+1
* voaacenc: fix output caps for stream-format=ADTSTim-Philipp Müller2015-07-201-6/+8
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-043-6/+6
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-3/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* faac, voaacenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts2012-07-251-1/+2
* Fix format (type is explicitly unsigned long)Руслан Ижбулатов2012-04-201-1/+1
* voaacenc: plug caps leakMark Nauwelaerts2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-3/+3
* Fix compiler warningsMatej Knopp2012-02-201-1/+2
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+2
|\
| * voaacenc: init debug categoryMark Nauwelaerts2012-01-281-0/+2
* | voaacenc: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-1/+2
* | port some more to new memory APIMark Nauwelaerts2012-01-251-20/+20
* | voaacenc: also indicate mono audio in sink capsMark Nauwelaerts2012-01-121-6/+7
* | voaacenc: port to 0.11Mark Nauwelaerts2012-01-111-107/+99
|/
* voaacenc: no need to duplicate baseclass sanity checksMark Nauwelaerts2011-12-221-10/+0
* voaacenc: some code shuffle cleanupMark Nauwelaerts2011-11-171-158/+155
* voaacenc: port to audioencoderMark Nauwelaerts2011-11-173-188/+113
* voaacenc: Make sure to also return only a subset of the pad template caps in ...Sebastian Dröge2011-05-271-3/+19
* voaacenc: Set the correct, valid sample rates in the pad template capsSebastian Dröge2011-05-271-2/+15
* voaacenc: The encoder library currently only supports 1 or 2 channelsSebastian Dröge2011-05-271-4/+10
* voaacenc: Add profile and level to the capsSebastian Dröge2011-05-272-4/+12
* voaacenc: Only generate sinkcaps once and in a threadsafe waySebastian Dröge2011-05-142-89/+81
* voaacenc: Add NULL terminator to gst_structure_new()Sebastian Dröge2011-05-141-1/+2
* voaacenc: Some minor cleanupSebastian Dröge2011-05-142-15/+4
* voaacenc: Fix CFLAGS and LIBSSebastian Dröge2011-05-141-3/+11
* voaacenc: Add new plugin for audio AAC encoder based on vo-aacenc libbenjamin gaignard2011-05-144-0/+802