개발자 블로그

카카오톡PC에서 사용하는 오픈소스 라이브러리 본문

프로그래밍/Windows

카카오톡PC에서 사용하는 오픈소스 라이브러리

로이드.Roid 2016. 3. 18. 17:12

bson - http://www.mongodb.org/downloads
Copyright ⓒ 2015 MongoDB, Inc.
Apache License 2.0

 > Binary JSON, JSON 문서를 바이너리로 인코딩한 포맷, 몽고DB에서 사용


Code Project - LiteZip and LiteUnzip - http://www.codeproject.com/KB/library/LiteZip.aspx
Copyright ⓒ 1995-2012 Jean-loup Gailly and Mark Adler, Lucian Wischik, Jeff Glatt
GNU Lesser General Public License v3.0 only

 > zip 파일 압축 및 해제


GSM Codec 06.10 - http://kbs.cs.tu-berlin.de/~jutta/toast.html
Copyright ⓒ 1992, 1993, 1994 by Jutta Degener and Carsten Bormann
Technical University of Berlin GSM License

 > GSM(Global System for Mobile communications) 보이스톡을 위해서 사용하는 것 같음


libsrtp - http://sourceforge.net/projects/srtp/
Copyright ⓒ 2001-2005 Cisco Systems, Inc. 
BSD 3-clause "New" or "Revised" License

 > SRTP(Secure Real-time Transport Protocol) 구현 라이브러리. 이것도 보이스톡인가?


libyuv - http://code.google.com/p/libyuv/
BSD 3-clause "New" or "Revised" License

 > YUV 스케일링 & 변환, 영상처리 관련..


minini - http://code.google.com/p/minini/
Copyright ⓒ 2008-2012 Thiadmer Riemersma
MIT License

 > INI 파일 파서


nimbus - http://github.com/jverkoey/nimbus/
Copyright ⓒ 2011-2012 Jeff Verkoeyen
Apache License 2.0

 > iOS 어플리케이션 개발을 위한 툴깃?


NSIS FindProcDLL / KillProcDLL plug-in - http://nsis.sourceforge.net/FindProcDLL_plug-in
Copyright ⓒ 2003 by iceman_k (Sunil Kamath), DITMan
zlib/libpng License with Acknowledgement

 > NSIS(Nullsoft Scriptable Install System, 스크립트 기반으로 동작하는 윈오두용 설치 시스템) 플러그인, 프로세스 찾고 / 종료하기


opencv - http://github.com/Itseez/opencv/
Copyright ⓒ 2000-2015, Intel Corporation
Copyright ⓒ 2009-2011, Willow Garage Inc.
Copyright ⓒ 2009-2015, NVIDIA Corporation
Copyright ⓒ 2010-2013, Advanced Micro Devices, Inc.
Copyright ⓒ 2015, OpenCV Foundation
Copyright ⓒ 2015, Itseez Inc.
BSD 3-clause "New" or "Revised" License

 > OpenCV(Open Computer Vision) 컴퓨터비전 라이브러리, 영상처리


OpenSSL - http://www.openssl.org/
Copyright ⓒ 1998-2011 The OpenSSL Project
OpenSSL License

 > ssl(Secure Socket Layer, 전송계층 암호화) 프로토콜 구현 


Opus - http://opus-codec.org
Copyright ⓒ 1994-2013 Xiph.Org Foundation and contributors
BSD 3-clause "New" or "Revised" License

 > 국제인터넷표준화기구(IETF)가 개발한 손실 오디오 압축 포맷, 이것도 보이스톡?


Speex - http://www.speex.org/
Copyright ⓒ 2002-2003, Jean-Marc Valin/Xiph.Org Foundation
BSD 3-clause "New" or "Revised" License

 > 오디오 압축 포맷, 프리웨어 음성 코덱, 오푸스가 계승?


webm - http://code.google.com/p/webm/
Copyright ⓒ 2010-2015 The WebM Project
BSD 3-clause "New" or "Revised" License

 > 고화질 영상 압축형식의 영상 포맷


webp - http://code.google.com/p/webp/
Copyright ⓒ 2010 Google Inc.
BSD 3-clause "New" or "Revised" License

 > 손실 압축 이미지 파일을 위한 이미지 포맷


webrtc - http://code.google.com/p/webrtc/
Copyright ⓒ 2011 The WebRTC project authors
BSD 3-clause "New" or "Revised" License

 > 웹브라우저간 통신(RTC, real time communication) -음성/통화/영상통화/p2p파일공유



※ 카카오톡PC > 버전정보 > 오픈소스 저작권 정보에서 확인


Comments