#
5bfc74a2 |
| 24-Jan-2021 |
Matthias Ringwald <[email protected]> |
a2dp_source: fix warning
|
#
fdd788fe |
| 20-Jan-2021 |
Matthias Ringwald <[email protected]> |
avdtp: move helper to set/get configuration into avdtp_util
|
#
7569dc61 |
| 08-Jan-2021 |
Matthias Ringwald <[email protected]> |
a2dp: support de-init
|
#
8869c787 |
| 07-Jan-2021 |
Bjoern Hartmann <[email protected]> |
a2dp_source: add send media payload with rtp function
|
#
636a58ca |
| 07-Jan-2021 |
Bjoern Hartmann <[email protected]> |
a2dp_source: fix: store missing media codec type
|
#
4c5b56ff |
| 23-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: remove unused param
|
#
cc85b8ea |
| 23-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: support multiple local stream endpoints
|
#
f0b590dc |
| 23-Dec-2020 |
Matthias Ringwald <[email protected]> |
avdtp: move a2dp source context into a2dp_source
|
#
80555d91 |
| 22-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: support new codecs in a2dp_source_reconfigure_stream_sampling_frequency
|
#
33553e7e |
| 22-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: move reconfigure sampling frequency to end of file
|
#
4667abb7 |
| 22-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: extract functions to set sampling frequency
|
#
80dc0088 |
| 22-Dec-2020 |
Matthias Ringwald <[email protected]> |
avdtp: use frequency in hz and general channel mode for sbc config
|
#
8226b499 |
| 22-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: only select SBC endpoint if no other config received from app
|
#
5695c5cc |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
avdtp_source, a2dp_source: allow to send media packets without RTP header
|
#
ec9b5b0f |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
avdtp: rename media_codec_sbc_info as it's used for all codecs
|
#
cbfa0fc6 |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: add a2dp_source_set_config_{TYPE}
|
#
0fa4346c |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp: extract a2dp_source_set_config_sbc
|
#
3663964f |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: emit A2DP_SUBEVENT_SIGNALING_CAPABILITIES_COMPLETE
|
#
7fdb77e0 |
| 21-Dec-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: forward all codecs / configuration events
|
#
e883851f |
| 30-Nov-2020 |
Matthias Ringwald <[email protected]> |
fix warnings for log_info/printf
|
#
e0d13a19 |
| 27-Oct-2020 |
Milanka Ringwald <[email protected]> |
avoid warning for set but unused variables when log_info and log_error are disabled
|
#
82767773 |
| 13-Oct-2020 |
Matthias Ringwald <[email protected]> |
a2dp source: fix crash on outgoing connection after previous incoming one
The pointer to the user media codec configuration buffer was stored in stream_endpoint.remote_configuration, which was set t
a2dp source: fix crash on outgoing connection after previous incoming one
The pointer to the user media codec configuration buffer was stored in stream_endpoint.remote_configuration, which was set to zero in avdtp_reset_stream_endpoint. The user buffer is now stored separately and it is updateds when the configuration gets set/updated. The field media_codec_sbc_info is used by a2dp configure and reconfigure.
show more ...
|
#
f8cade38 |
| 12-Oct-2020 |
Matthias Ringwald <[email protected]> |
a2dp_source: set media codec len
|
#
1c8795f6 |
| 09-Oct-2020 |
Matthias Ringwald <[email protected]> |
avdtp: improve debug output
|
#
163a4e32 |
| 02-Oct-2020 |
Milanka Ringwald <[email protected]> |
a2dp_source: improve log info
|