summaryrefslogtreecommitdiff
path: root/ext/sbc
Commit message (Collapse)AuthorAgeFilesLines
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+1
| | | | | | | It is faster than doing a query that propagates downstream and should be enough Elements: faac, gsmenc, opusenc, sbcenc, voamrwbenc, adpcmenc, sirenenc
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
| | | | | | | | Avoids useless check of downstream caps when handling an accept-caps query Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec, sbcdec, adpcmdec, sirendec
* sbcenc: Unref output caps in error casesSebastian Rasmussen2014-08-111-19/+19
| | | | | | | gst_caps_intersect() returns a reference to a caps object which in the normal case is consumed, but in error cases must be unreferenced. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734521
* sbcenc: Allow user to set channel-modeAurélien Zanelli2014-03-121-15/+23
| | | | | | | Don't return error when channel-mode is already set, just check that it is coherent with number of channels. https://bugzilla.gnome.org/show_bug.cgi?id=726098
* sbcdec: Require caps to be set before any data processingSebastian Dröge2013-12-051-3/+2
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* sbc: port encoder to GstAudioEncoderTim-Philipp Müller2013-03-275-978/+207
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690582
* sbc: port decoder to GstAudioDecoderTim-Philipp Müller2013-03-273-216/+150
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690582
* sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller2013-03-278-397/+334
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690582
* sbc: remove parser in favour of new GstBaseParse-based sbcparse in -goodTim-Philipp Müller2013-03-272-291/+0
|
* sbc: sbcdec: make decoder more performantWim Taymans2013-03-272-89/+145
| | | | | | Use an adapter to accumulate input buffers. Decode all input in one output buffer when possible to reduce the amount of push operations.
* sbc: sbcdec: skip the frame on decoding errorWim Taymans2013-03-271-2/+4
|
* sbc: sbcdec: set DISCONT on outgoing buffers.Wim Taymans2013-03-271-1/+8
|
* sbc: sbcdec: handle DISCONT and timestampsWim Taymans2013-03-272-6/+50
| | | | | Reset state on discont. Interpollate timestamps.
* sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan2013-03-271-2/+1
| | | | Makes sure we don't lose timestamps, etc.
* sbc: enc: sbc_get_frame_duration is in millisecondsWim Taymans2013-03-271-1/+1
|
* sbc: dec: chain up to parent before downward state changeWim Taymans2013-03-271-1/+8
|
* sbc: audio: Fix a leak in sbcdecArun Raghavan2013-03-271-0/+1
|
* sbc: audio: Initialise SBC data before use in sbcparse elementArun Raghavan2013-03-271-0/+4
|
* sbc: Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo2013-03-271-4/+4
| | | | | Avoid using C++ style pointer declarations like "char* ptr", as most BlueZ code uses "char *ptr".
* sbc: audio: Fix newline before EOFSyam Sidhardhan2013-03-271-1/+0
|
* sbc: Fix common misspelled wordsLucas De Marchi2013-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Accounting of misspelled words, as detected by codespell: acording 2 ancilliary 1 appropiate 1 atribute 1 cant 1 comming 2 gracefull 1 lenght 1 mispelled 1 occured 1 occurences 1 ocurred 3 prefered 1 presense 1 reponse 1 seperate 1 succesful 1 successully 1 sucessfull 1 sucessfully 1
* sbc: audio: Remove workaround for compiler warningsMarcel Holtmann2013-03-273-3/+3
|
* sbc: Add pragma based workaround for GStreamer warningsMarcel Holtmann2013-03-273-0/+3
|
* sbc: Update copyright informationMarcel Holtmann2013-03-278-8/+8
|
* sbc: Remove unused variable.Luiz Augusto von Dentz2013-03-271-3/+0
|
* sbc: Remove unused variable.Luiz Augusto von Dentz2013-03-271-2/+0
|
* sbc: Fix signed/unsigned comparison issue within GStreamer pluginMarcel Holtmann2013-03-272-2/+2
|
* sbc: Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2013-03-272-2/+2
| | | | | This fixes endianness inconsistency between default SBC configuration and GStreamer/ALSA.
* sbc: Update copyright informationMarcel Holtmann2013-03-278-8/+8
|
* sbc: First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2013-03-277-8/+6
|
* sbc: Assign variables after declarationsMarcel Holtmann2013-03-271-1/+1
|
* sbc: More coding style fixesJohan Hedberg2013-03-272-4/+4
|
* sbc: Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2013-03-272-4/+4
|
* sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2013-03-275-193/+200
|
* sbc: Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2013-03-272-15/+6
|
* sbc: Update copyright informationMarcel Holtmann2013-03-278-8/+8
|
* sbc: Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz2013-03-274-72/+174
|
* sbc: Enable gstreamer plugin to use autoconnect flag.Luiz Augusto von Dentz2013-03-272-9/+33
|
* sbc: Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2013-03-274-109/+38
|
* sbc: Fix gtreamer payloader sending fragmented frames.Luiz Augusto von Dentz2013-03-271-3/+19
|
* sbc: Add mp3 support for gstreamer plugin.Luiz Augusto von Dentz2013-03-272-4/+70
|
* sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2013-03-278-219/+244
|
* sbc: Code cleanup.Luiz Augusto von Dentz2013-03-272-38/+17
|
* sbc: Integrate new ipc API implementation.Luiz Augusto von Dentz2013-03-275-116/+397
|
* 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-272-19/+24
| | | | memcpys.
* sbc: Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz2013-03-275-69/+128
|
* sbc: Fix buffers timestamps in sbcenc.Luiz Augusto von Dentz2013-03-271-0/+1
|