summaryrefslogtreecommitdiff
path: root/audio/gstsbcdec.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13audio: Fix newline before EOFSyam Sidhardhan1-2/+0
2010-05-19Add pragma based workaround for GStreamer warningsMarcel Holtmann1-0/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-04-01Remove unused variable.Luiz Augusto von Dentz1-2/+0
2009-01-19Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann1-0/+1
2008-12-20More coding style fixesJohan Hedberg1-3/+3
2008-02-19Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz1-2/+6
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2008-01-30Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz1-17/+28
2008-01-23Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz1-3/+14
2007-11-12Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz1-7/+10
2007-08-27Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann1-1/+1
2007-08-25Fix class variable namingMarcel Holtmann1-2/+2
2007-08-25Limit the supported output ratesMarcel Holtmann1-1/+1
2007-08-25Implement full decoding supportMarcel Holtmann1-2/+136
2007-08-23Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann1-0/+60