summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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