summaryrefslogtreecommitdiff
path: root/ext/faac
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-2/+6
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-3/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-11-06faac: Initialize debug category soon enoughThibault Saunier1-2/+2
2015-09-05faac: Add bitrate info to the tags output.Jan Schmidt1-0/+18
2015-08-17audioencoders: use template subset check for accept-capsThiago Santos1-0/+1
2015-08-17faac: make template pad caps more accurate and remove custom getcapsThiago Santos1-59/+46
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-02-05faac: relace parsed with framed in aac capsThiago Santos1-6/+3
2015-02-05faac: fix output caps to negotiate with some muxersThiago Santos1-3/+8
2015-01-21Constify some static arrays everywhereSebastian Dröge1-2/+2
2014-04-10faac: fix faac API error checkingVincent Penquerc'h1-1/+3
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey1-11/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
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/+1
2012-04-25android: Add support for the faac pluginArun Raghavan1-0/+15
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-01faac: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-1/+1
2012-01-25port some more to new memory APIMark Nauwelaerts1-10/+12
2012-01-12faac: also indicate mono audio in sink capsMark Nauwelaerts1-8/+7
2012-01-11faac: fix some input and output buffer map and ref handlingMark Nauwelaerts1-3/+4
2012-01-11faac: base class audio info is not yet set during set_formatMark Nauwelaerts1-10/+7
2012-01-11faac: sprinkle some more layout info in capsMark Nauwelaerts1-1/+2
2012-01-05faac: Port to the new raw audio capsSebastian Dröge2-45/+39
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2-31/+59
2011-12-23faac: standardize some field data typesMark Nauwelaerts1-2/+2
2011-12-22faac: recreate encoder after flushingMark Nauwelaerts1-0/+7
2011-12-22faac: refactor encoder library setupMark Nauwelaerts1-29/+50
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2011-11-25Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-0/+1
2011-11-23faac, rtmp: more printf format fixes in debug messagesTim-Philipp Müller1-1/+1
2011-11-23faac: do not leak buffer when no encoded data yet or encoding errorMark Nauwelaerts1-1/+4
2011-10-16faac: port to 0.11Wim Taymans1-41/+40
2011-09-26faac: Also set maximum number of samples that the subclass wantsSebastian Dröge1-0/+1
2011-09-26faac: Simple fix for GstAudioEncoder API changeSebastian Dröge1-1/+1
2011-09-22faac: fixup misunderstanding in sample countingMark Nauwelaerts1-0/+3
2011-09-22faac: use some more boilerplateMark Nauwelaerts1-32/+3
2011-09-22faac: port to audioencoderMark Nauwelaerts3-410/+168
2011-08-03faac: Add properties for VBR encodingMukul Majmudar2-4/+64
2011-05-27faac: fix CFLAGS and LIBS order in Makefile.amTim-Philipp Müller1-4/+5
2011-05-27faac: Set the correct, valid sample rates in the pad template capsSebastian Dröge1-5/+32
2011-05-27faac: Add the profile and level to the capsSebastian Dröge3-85/+85