dashdemux: fix playing of single-segment media streams
[platform/upstream/gstreamer.git] / ext / sbc /
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-03-27 Tim-Philipp Müllersbc: port encoder to GstAudioEncoder
2013-03-27 Tim-Philipp Müllersbc: port decoder to GstAudioDecoder
2013-03-27 Tim-Philipp Müllersbc: import sbc decoder/encoder from bluez and port...
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-03-27 Tim-Philipp Müllersbc: remove parser in favour of new GstBaseParse-based...
2013-03-27 Wim Taymanssbc: sbcdec: make decoder more performant
2013-03-27 Wim Taymanssbc: sbcdec: skip the frame on decoding error
2013-03-27 Wim Taymanssbc: sbcdec: set DISCONT on outgoing buffers.
2013-03-27 Wim Taymanssbc: sbcdec: handle DISCONT and timestamps
2013-03-27 Arun Raghavansbc: audio: Make the sbcdec element copy buffer metadata
2013-03-27 Wim Taymanssbc: enc: sbc_get_frame_duration is in milliseconds
2013-03-27 Wim Taymanssbc: dec: chain up to parent before downward state...
2013-03-27 Arun Raghavansbc: audio: Fix a leak in sbcdec
2013-03-27 Arun Raghavansbc: audio: Initialise SBC data before use in sbcparse...
2013-03-27 Anderson Lizardosbc: Fix trivial coding style issues on pointer declara...
2013-03-27 Syam Sidhardhansbc: audio: Fix newline before EOF
2013-03-27 Lucas De Marchisbc: Fix common misspelled words
2013-03-27 Marcel Holtmannsbc: audio: Remove workaround for compiler warnings
2013-03-27 Marcel Holtmannsbc: Add pragma based workaround for GStreamer warnings
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Luiz Augusto von... sbc: Remove unused variable.
2013-03-27 Luiz Augusto von... sbc: Remove unused variable.
2013-03-27 Marcel Holtmannsbc: Fix signed/unsigned comparison issue within GStrea...
2013-03-27 Siarhei Siamashkasbc: Use native byte order for audio in GStreamer and...
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Marcel Holtmannsbc: First attempt in fixing compiler warnings (still...
2013-03-27 Marcel Holtmannsbc: Assign variables after declarations
2013-03-27 Johan Hedbergsbc: More coding style fixes
2013-03-27 Luiz Augusto von... sbc: Fix runtime warnings of gstreamer plugin.
2013-03-27 Luiz Augusto von... sbc: Update gstreamer plugin to use new sbc API.
2013-03-27 Luiz Augusto von... sbc: Make use of parameters selected in alsa plugin...
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Luiz Augusto von... sbc: Add bitpool property and others fixes for gstreame...
2013-03-27 Luiz Augusto von... sbc: Enable gstreamer plugin to use autoconnect flag.
2013-03-27 Luiz Augusto von... sbc: Fixes gstreamer caps and code cleanup.
2013-03-27 Luiz Augusto von... sbc: Fix gtreamer payloader sending fragmented frames.
2013-03-27 Luiz Augusto von... sbc: Add mp3 support for gstreamer plugin.
2013-03-27 Luiz Augusto von... sbc: Make a2dpsink to act like a bin and split the...
2013-03-27 Luiz Augusto von... sbc: Code cleanup.
2013-03-27 Luiz Augusto von... sbc: Integrate new ipc API implementation.
2013-03-27 Luiz Augusto von... sbc: Add sbc_reinit.
2013-03-27 Luiz Augusto von... sbc: Fix bug in sbcenc when changing encoder parameters.
2013-03-27 Luiz Augusto von... sbc: Make sbc codec to write directly in application...
2013-03-27 Luiz Augusto von... sbc: Fix sbc negotiation and improves buffer handling...
2013-03-27 Luiz Augusto von... sbc: Fix buffers timestamps in sbcenc.
2013-03-27 Luiz Augusto von... sbc: Add bitpool capability.
2013-03-27 Marcel Holtmannsbc: Some more coding style changes
2013-03-27 Marcel Holtmannsbc: Don't forget to include the config options
2013-03-27 Marcel Holtmannsbc: Fix coding style issues
2013-03-27 Luiz Augusto von... sbc: Fix coding style issues.
2013-03-27 Luiz Augusto von... sbc: Fixes sbcparser element.
2013-03-27 Luiz Augusto von... sbc: Fixes for gstsbcenc.
2013-03-27 Luiz Augusto von... sbc: Add gstsbcutil.c and gstsbcutil.h.
2013-03-27 Marcel Holtmannsbc: Force LITTLE_ENDIAN instead of BYTE_ORDER for now
2013-03-27 Marcel Holtmannsbc: Implement full parsing support
2013-03-27 Marcel Holtmannsbc: Add mode property to the encoder
2013-03-27 Marcel Holtmannsbc: Implement full encoding support
2013-03-27 Marcel Holtmannsbc: Fix class variable naming
2013-03-27 Marcel Holtmannsbc: Limit the supported output rates
2013-03-27 Marcel Holtmannsbc: Implement full decoding support
2013-03-27 Marcel Holtmannsbc: Add SBC encoder and decoder skeletons for GStreamer