summaryrefslogtreecommitdiff
path: root/ext/faac
Commit message (Expand)AuthorAgeFilesLines
* faac: allow per feature registrationStéphane Cerveau2021-03-232-2/+4
* docs: Add some more plugin API typesThibault Saunier2020-06-091-0/+3
* Remove autotools build systemTim-Philipp Müller2019-10-141-12/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-2/+6
* 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-3/+3
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+12
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* faac: Initialize debug category soon enoughThibault Saunier2015-11-061-2/+2
* faac: Add bitrate info to the tags output.Jan Schmidt2015-09-051-0/+18
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+1
* faac: make template pad caps more accurate and remove custom getcapsThiago Santos2015-08-171-59/+46
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* faac: relace parsed with framed in aac capsThiago Santos2015-02-051-6/+3
* faac: fix output caps to negotiate with some muxersThiago Santos2015-02-051-3/+8
* Constify some static arrays everywhereSebastian Dröge2015-01-211-2/+2
* faac: fix faac API error checkingVincent Penquerc'h2014-04-101-1/+3
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-11/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* 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/+1
* android: Add support for the faac pluginArun Raghavan2012-04-251-0/+15
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* faac: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-1/+1
* port some more to new memory APIMark Nauwelaerts2012-01-251-10/+12
* faac: also indicate mono audio in sink capsMark Nauwelaerts2012-01-121-8/+7
* faac: fix some input and output buffer map and ref handlingMark Nauwelaerts2012-01-111-3/+4
* faac: base class audio info is not yet set during set_formatMark Nauwelaerts2012-01-111-10/+7
* faac: sprinkle some more layout info in capsMark Nauwelaerts2012-01-111-1/+2
* faac: Port to the new raw audio capsSebastian Dröge2012-01-052-45/+39
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-302-31/+59
|\
| * faac: standardize some field data typesMark Nauwelaerts2011-12-231-2/+2
| * faac: recreate encoder after flushingMark Nauwelaerts2011-12-221-0/+7
| * faac: refactor encoder library setupMark Nauwelaerts2011-12-221-29/+50
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+3
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-0/+1
|\ \ | |/
| * faac: do not leak buffer when no encoded data yet or encoding errorMark Nauwelaerts2011-11-231-1/+4
* | faac, rtmp: more printf format fixes in debug messagesTim-Philipp Müller2011-11-231-1/+1
* | faac: port to 0.11Wim Taymans2011-10-161-41/+40
|/
* faac: Also set maximum number of samples that the subclass wantsSebastian Dröge2011-09-261-0/+1
* faac: Simple fix for GstAudioEncoder API changeSebastian Dröge2011-09-261-1/+1
* faac: fixup misunderstanding in sample countingMark Nauwelaerts2011-09-221-0/+3
* faac: use some more boilerplateMark Nauwelaerts2011-09-221-32/+3
* faac: port to audioencoderMark Nauwelaerts2011-09-223-410/+168