summaryrefslogtreecommitdiff
path: root/ext/faac
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-29ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey2-2/+29
2007-11-21ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not ini...Wim Taymans1-4/+7
2007-10-28ext/faac/gstfaac.c: Fix bitrate ranges and change enum nick for low complexit...Tim-Philipp Müller1-3/+3
2007-06-22Fix leaks.Edward Hervey1-6/+2
2006-09-21ext/faac/gstfaac.c: Add decoder specific info on the caps.Wim Taymans1-42/+77
2006-08-10ext/faac/gstfaac.c: Bitrate in the faac structure is per output channel, not ...Michal Benes1-2/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-4/+6
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+4
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-12-05Update for alloc_buffer changes.Andy Wingo1-4/+5
2005-11-21Fix for stream lock updates.Wim Taymans1-7/+0
2005-11-21*.*: Ran scripts/update-macros. Oh yes.Andy Wingo1-10/+10
2005-11-15ext/faac/gstfaac.c: Set proper caps on source pad (#320532).Tim-Philipp Müller1-45/+48
2005-10-13ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffe...Tim-Philipp Müller1-68/+119
2005-10-12ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659).Tim-Philipp Müller1-25/+55
2005-10-12ext/faac/gstfaac.c: Refcount fixes (#318659)Tim-Philipp Müller1-18/+32
2005-09-05Fix up all the state change functions.Jan Schmidt1-7/+8
2005-09-01Faac (AAC Encoder) ported for GStreamer 0.9CHANGELOG_STARTFlavio Oliveira2-51/+46