summaryrefslogtreecommitdiff
path: root/ext/sbc
AgeCommit message (Expand)AuthorFilesLines
2014-08-11sbcenc: Unref output caps in error casesSebastian Rasmussen1-19/+19
2014-03-12sbcenc: Allow user to set channel-modeAurélien Zanelli1-15/+23
2013-12-05sbcdec: Require caps to be set before any data processingSebastian Dröge1-3/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-27sbc: port encoder to GstAudioEncoderTim-Philipp Müller5-978/+207
2013-03-27sbc: port decoder to GstAudioDecoderTim-Philipp Müller3-216/+150
2013-03-27sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller8-397/+334
2013-03-27sbc: remove parser in favour of new GstBaseParse-based sbcparse in -goodTim-Philipp Müller2-291/+0
2013-03-27sbc: sbcdec: make decoder more performantWim Taymans2-89/+145
2013-03-27sbc: sbcdec: skip the frame on decoding errorWim Taymans1-2/+4
2013-03-27sbc: sbcdec: set DISCONT on outgoing buffers.Wim Taymans1-1/+8
2013-03-27sbc: sbcdec: handle DISCONT and timestampsWim Taymans2-6/+50
2013-03-27sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan1-2/+1
2013-03-27sbc: enc: sbc_get_frame_duration is in millisecondsWim Taymans1-1/+1
2013-03-27sbc: dec: chain up to parent before downward state changeWim Taymans1-1/+8
2013-03-27sbc: audio: Fix a leak in sbcdecArun Raghavan1-0/+1
2013-03-27sbc: audio: Initialise SBC data before use in sbcparse elementArun Raghavan1-0/+4
2013-03-27sbc: Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo1-4/+4
2013-03-27sbc: audio: Fix newline before EOFSyam Sidhardhan1-1/+0
2013-03-27sbc: Fix common misspelled wordsLucas De Marchi1-1/+1
2013-03-27sbc: audio: Remove workaround for compiler warningsMarcel Holtmann3-3/+3
2013-03-27sbc: Add pragma based workaround for GStreamer warningsMarcel Holtmann3-0/+3
2013-03-27sbc: Update copyright informationMarcel Holtmann8-8/+8
2013-03-27sbc: Remove unused variable.Luiz Augusto von Dentz1-3/+0
2013-03-27sbc: Remove unused variable.Luiz Augusto von Dentz1-2/+0
2013-03-27sbc: Fix signed/unsigned comparison issue within GStreamer pluginMarcel Holtmann2-2/+2
2013-03-27sbc: Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2-2/+2
2013-03-27sbc: Update copyright informationMarcel Holtmann8-8/+8
2013-03-27sbc: First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann7-8/+6
2013-03-27sbc: Assign variables after declarationsMarcel Holtmann1-1/+1
2013-03-27sbc: More coding style fixesJohan Hedberg2-4/+4
2013-03-27sbc: Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2-4/+4
2013-03-27sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz5-193/+200
2013-03-27sbc: Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2-15/+6
2013-03-27sbc: Update copyright informationMarcel Holtmann8-8/+8
2013-03-27sbc: Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz4-72/+174
2013-03-27sbc: Enable gstreamer plugin to use autoconnect flag.Luiz Augusto von Dentz2-9/+33
2013-03-27sbc: Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz4-109/+38
2013-03-27sbc: Fix gtreamer payloader sending fragmented frames.Luiz Augusto von Dentz1-3/+19
2013-03-27sbc: Add mp3 support for gstreamer plugin.Luiz Augusto von Dentz2-4/+70
2013-03-27sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz8-219/+244
2013-03-27sbc: Code cleanup.Luiz Augusto von Dentz2-38/+17
2013-03-27sbc: Integrate new ipc API implementation.Luiz Augusto von Dentz5-116/+397
2013-03-27sbc: Add sbc_reinit.Luiz Augusto von Dentz1-2/+1
2013-03-27sbc: Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz1-0/+2
2013-03-27sbc: Make sbc codec to write directly in application buffers and so avoiding ...Luiz Augusto von Dentz2-19/+24
2013-03-27sbc: Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz5-69/+128
2013-03-27sbc: Fix buffers timestamps in sbcenc.Luiz Augusto von Dentz1-0/+1
2013-03-27sbc: Add bitpool capability.Luiz Augusto von Dentz4-6/+40
2013-03-27sbc: Some more coding style changesMarcel Holtmann1-13/+1