summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+1
* Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2009-01-191-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2008-12-231-1/+1
* More coding style fixesJohan Hedberg2008-12-201-16/+16
* Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2008-02-201-2/+2
* Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2008-02-191-29/+28
* Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2008-02-141-7/+6
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz2008-02-011-58/+119
* Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2008-01-231-85/+46
* Code cleanup.Luiz Augusto von Dentz2007-11-231-39/+18
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-66/+210
* Add sbc_reinit.Luiz Augusto von Dentz2007-11-131-2/+1
* Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz2007-11-121-0/+2
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-13/+17
* Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz2007-11-011-14/+90
* Fix buffers timestamps in sbcenc.Luiz Augusto von Dentz2007-11-011-0/+1
* Add bitpool capability.Luiz Augusto von Dentz2007-10-291-1/+6
* Fix coding style issues.Luiz Augusto von Dentz2007-10-181-13/+17
* Fixes for gstsbcenc.Luiz Augusto von Dentz2007-10-181-15/+141
* Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2007-08-271-1/+1
* Add mode property to the encoderMarcel Holtmann2007-08-261-1/+72
* Implement full encoding supportMarcel Holtmann2007-08-251-2/+113
* Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2007-08-231-0/+60