URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10084c344c89fdadc915e47bcece84a2ac511dc5
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
10084c3 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
RTP: Add support for SBC codec in RTP Player
Add optional dependancy to libsbc to play Bluetooth SBC in
A2DP payload. Also simplify RTP Player and extent codec interface.
Change-Id: I52e1fce9c82e2885736354fe73c6c37168a4fda3
Reviewed-on: https://code.wireshark.org/review/19
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from ab3348e Comment out the .asciidoc → .xml rule for now.
adds 10084c3 RTP: Add support for SBC codec in RTP Player
Summary of changes:
codecs/G711a/G711adecode.c | 68 ++++++--
codecs/G711a/G711adecode.h | 21 ++-
codecs/G711a/G711atable.h | 78 +++++----
codecs/G711u/G711udecode.c | 69 ++++++--
codecs/G711u/G711udecode.h | 21 ++-
codecs/G711u/G711utable.h | 13 ++
codecs/G722/G722decode.c | 42 ++++-
codecs/G722/G722decode.h | 24 ++-
codecs/G726/G726decode.c | 41 ++++-
codecs/G726/G726decode.h | 24 ++-
codecs/Makefile.common | 2 +-
codecs/codecs.c | 172 ++++++++++++-------
codecs/codecs.h | 27 ++-
codecs/sbc/sbc.c | 37 ++--
codecs/sbc/sbc.h | 37 ----
.../packet-btavctp.h => codecs/sbc/sbc_private.h | 23 ++-
configure.ac | 10 ++
ui/gtk/rtp_player.c | 180 +++++++++-----------
18 files changed, 592 insertions(+), 297 deletions(-)
delete mode 100644 codecs/sbc/sbc.h
copy epan/dissectors/packet-btavctp.h => codecs/sbc/sbc_private.h (75%)