summaryrefslogtreecommitdiff
path: root/ext/faac
Commit message (Expand)AuthorAgeFilesLines
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-6/+9
* faac: handle trailing encoder outputMark Nauwelaerts2010-10-112-8/+13
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* docs: unify doc styleStefan Kost2010-02-161-2/+2
* faac: fix documentation typoMark Nauwelaerts2010-02-111-1/+1
* faac: fix warnings under OS X..Alessandro Decina2010-01-221-1/+1
* faac: Fix channel layoutDavid Schleef2010-01-161-9/+15
* faac: Only accept specific channel layouts as required by AACSebastian Dröge2010-01-161-0/+75
* faac: improve faac configurationMark Nauwelaerts2010-01-121-0/+10
* Rename aac's stream-format 'none' to 'raw'Thiago Santos2010-01-111-2/+2
* faac: Add format to output capsThiago Santos2010-01-111-2/+5
* faac: documentation fixMark Nauwelaerts2010-01-052-5/+8
* faac: only raw output needs codec_data in capsMark Nauwelaerts2009-12-181-1/+1
* faac: Use definitions for default valuesRobert Swain2009-10-271-12/+19
* faac: Change default AAC Profile to Low Complexity (LC) as this is more widel...Robert Swain2009-10-271-6/+4
* faac: Change the param_spec default value for allowed block types to match th...Robert Swain2009-10-271-1/+1
* faac: Link with libgstbase for GstAdapterSebastian Dröge2009-10-221-2/+3
* build: add missing stdlib include to fix the buildStefan Kost2009-10-021-0/+1
* faac: add some debug statements for discrepancy cases and plug memleakMark Nauwelaerts2009-09-081-0/+6
* faac: sprinkle some more G_(UN)LIKELYMark Nauwelaerts2009-09-081-6/+7
* faac: enforce sync between wrapper view of data and encoder returned dataMark Nauwelaerts2009-09-081-0/+13
* faac: add some documentationMark Nauwelaerts2009-09-081-0/+26
* faac: refactor slightly and remove superfluous codeMark Nauwelaerts2009-09-011-21/+15
* faac: freshen up caps negotiationMark Nauwelaerts2009-09-011-47/+59
* faac: rewrite data caching and timestamp handlingMark Nauwelaerts2009-09-012-173/+149
* Add ranks to various muxers and encoders in -badChristian Schaller2009-05-071-1/+2
* faac: Implement preset interfaceSebastian Dröge2009-05-041-0/+8
* ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina2009-01-021-1/+1
* ext/faac/gstfaac.c: Fix default for outputformat property.Stefan Kost2008-12-151-2/+2
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/faac/gstfaac.c: Prevent endless loop if buffer alloc error.Mark Nauwelaerts2008-10-271-1/+2
* ext/faac/gstfaac.c: Warn and clamp to max bitrate for samplerate.Wim Taymans2008-10-031-0/+15
* ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey2008-08-292-2/+29
* ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not ini...Wim Taymans2007-11-211-4/+7
* ext/faac/gstfaac.c: Fix bitrate ranges and change enum nick for low complexit...Tim-Philipp Müller2007-10-281-3/+3
* Fix leaks.Edward Hervey2007-06-221-6/+2
* ext/faac/gstfaac.c: Add decoder specific info on the caps.Wim Taymans2006-09-211-42/+77
* ext/faac/gstfaac.c: Bitrate in the faac structure is per output channel, not ...Michal Benes2006-08-101-2/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-4/+6
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+4
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* Update for alloc_buffer changes.Andy Wingo2005-12-051-4/+5
* Fix for stream lock updates.Wim Taymans2005-11-211-7/+0
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-10/+10
* ext/faac/gstfaac.c: Set proper caps on source pad (#320532).Tim-Philipp Müller2005-11-151-45/+48
* ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffe...Tim-Philipp Müller2005-10-131-68/+119
* ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659).Tim-Philipp Müller2005-10-121-25/+55
* ext/faac/gstfaac.c: Refcount fixes (#318659)Tim-Philipp Müller2005-10-121-18/+32