summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* eglglessink: Use gst_element_get_context() wherever possibleSebastian Dröge2013-03-311-4/+23
* eglglessink: Implement GstContext handlingSebastian Dröge2013-03-292-6/+132
* eglglessink: Use a separate texture for the custom texturesSebastian Dröge2013-03-291-7/+7
* eglglessink: Add support for GstVideoGLTextureUploadMetaSebastian Dröge2013-03-293-39/+127
* srtp: Update example pipelinesOlivier Crête2013-03-282-12/+11
* sbc: port encoder to GstAudioEncoderTim-Philipp Müller2013-03-275-978/+207
* sbc: port decoder to GstAudioDecoderTim-Philipp Müller2013-03-273-216/+150
* sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller2013-03-279-397/+342
* Merge SBC decoder and encoder from bluezTim-Philipp Müller2013-03-276-0/+1688
|\
| * 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
| * 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
| * sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan2013-03-271-2/+1
| * 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
| * sbc: audio: Fix newline before EOFSyam Sidhardhan2013-03-271-1/+0
| * sbc: Fix common misspelled wordsLucas De Marchi2013-03-271-1/+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
| * 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
| * 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