summaryrefslogtreecommitdiff
path: root/ext/sbc/gstsbcenc.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-5/+4
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+1
* sbcenc: Unref output caps in error casesSebastian Rasmussen2014-08-111-19/+19
* sbcenc: Allow user to set channel-modeAurélien Zanelli2014-03-121-15/+23
* sbc: port encoder to GstAudioEncoderTim-Philipp Müller2013-03-271-477/+193
* sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller2013-03-271-149/+191
* sbc: enc: sbc_get_frame_duration is in millisecondsWim Taymans2013-03-271-1/+1
* sbc: Add pragma based workaround for GStreamer warningsMarcel Holtmann2013-03-271-0/+1
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2013-03-271-1/+1
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2013-03-271-1/+1
* sbc: Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2013-03-271-2/+2
* sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2013-03-271-30/+27
* sbc: Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2013-03-271-7/+6
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz2013-03-271-59/+118
* sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2013-03-271-77/+34
* sbc: Code cleanup.Luiz Augusto von Dentz2013-03-271-38/+14
* sbc: Integrate new ipc API implementation.Luiz Augusto von Dentz2013-03-271-64/+213
* sbc: Add sbc_reinit.Luiz Augusto von Dentz2013-03-271-2/+1
* sbc: Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz2013-03-271-0/+2
* sbc: Make sbc codec to write directly in application buffers and so avoiding ...Luiz Augusto von Dentz2013-03-271-12/+15
* sbc: Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz2013-03-271-14/+92
* sbc: Fix buffers timestamps in sbcenc.Luiz Augusto von Dentz2013-03-271-0/+1
* sbc: Add bitpool capability.Luiz Augusto von Dentz2013-03-271-2/+7
* sbc: Fix coding style issues.Luiz Augusto von Dentz2013-03-271-12/+16
* sbc: Fixes for gstsbcenc.Luiz Augusto von Dentz2013-03-271-15/+142
* sbc: Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2013-03-271-1/+1
* sbc: Add mode property to the encoderMarcel Holtmann2013-03-271-1/+76
* sbc: Implement full encoding supportMarcel Holtmann2013-03-271-2/+112
* sbc: Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2013-03-271-0/+62