summaryrefslogtreecommitdiff
path: root/ext/faac
AgeCommit message (Expand)AuthorFilesLines
2012-04-25android: Add support for the faac pluginArun Raghavan1-0/+15
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-23faac: do not leak buffer when no encoded data yet or encoding errorMark Nauwelaerts1-1/+4
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
2011-05-27faac: Use PROP_ instead of ARG_ for the property enumsSebastian Dröge1-21/+21
2011-05-14faac: Detect output format from downstream caps change unit testbenjamin gaignard1-37/+35
2011-02-17faac: remove extraneous buffer unrefMark Nauwelaerts1-1/+0
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-6/+9
2010-10-11faac: handle trailing encoder outputMark Nauwelaerts2-8/+13
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-02-16docs: unify doc styleStefan Kost1-2/+2
2010-02-11faac: fix documentation typoMark Nauwelaerts1-1/+1
2010-01-22faac: fix warnings under OS X..Alessandro Decina1-1/+1
2010-01-16faac: Fix channel layoutDavid Schleef1-9/+15
2010-01-16faac: Only accept specific channel layouts as required by AACSebastian Dröge1-0/+75
2010-01-12faac: improve faac configurationMark Nauwelaerts1-0/+10
2010-01-11Rename aac's stream-format 'none' to 'raw'Thiago Santos1-2/+2
2010-01-11faac: Add format to output capsThiago Santos1-2/+5
2010-01-05faac: documentation fixMark Nauwelaerts2-5/+8
2009-12-18faac: only raw output needs codec_data in capsMark Nauwelaerts1-1/+1
2009-10-27faac: Use definitions for default valuesRobert Swain1-12/+19
2009-10-27faac: Change default AAC Profile to Low Complexity (LC) as this is more widel...Robert Swain1-6/+4
2009-10-27faac: Change the param_spec default value for allowed block types to match th...Robert Swain1-1/+1
2009-10-22faac: Link with libgstbase for GstAdapterSebastian Dröge1-2/+3
2009-10-02build: add missing stdlib include to fix the buildStefan Kost1-0/+1
2009-09-08faac: add some debug statements for discrepancy cases and plug memleakMark Nauwelaerts1-0/+6
2009-09-08faac: sprinkle some more G_(UN)LIKELYMark Nauwelaerts1-6/+7
2009-09-08faac: enforce sync between wrapper view of data and encoder returned dataMark Nauwelaerts1-0/+13
2009-09-08faac: add some documentationMark Nauwelaerts1-0/+26
2009-09-01faac: refactor slightly and remove superfluous codeMark Nauwelaerts1-21/+15
2009-09-01faac: freshen up caps negotiationMark Nauwelaerts1-47/+59
2009-09-01faac: rewrite data caching and timestamp handlingMark Nauwelaerts2-173/+149
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller1-1/+2
2009-05-04faac: Implement preset interfaceSebastian Dröge1-0/+8
2009-01-02ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina1-1/+1
2008-12-15ext/faac/gstfaac.c: Fix default for outputformat property.Stefan Kost1-2/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-27ext/faac/gstfaac.c: Prevent endless loop if buffer alloc error.Mark Nauwelaerts1-1/+2
2008-10-03ext/faac/gstfaac.c: Warn and clamp to max bitrate for samplerate.Wim Taymans1-0/+15