id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
46,548 | SeiMsg.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/SeiMsg.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,323 | C++ | .h | 46 | 26.847826 | 74 | 0.721479 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,549 | PlatformImpl.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/PlatformImpl.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,507 | C++ | .h | 32 | 45.96875 | 173 | 0.803535 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,550 | ARDef.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ARDef.h | #ifndef __ARP_DEF_H__
#define __ARP_DEF_H__
#include <stdint.h>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define ARP_CALL __cdecl
#if defined(ANYRTC_EXPORTS)
#define ARP_API extern "C" __declspec(dllexport)
#else
#define ARP_API extern "C" __declspec(dllimport)
#endif
#elif defined(__APPLE_... | 651 | C++ | .h | 24 | 26.083333 | 65 | 0.723642 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,551 | VidDeviceEvent.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/VidDeviceEvent.h | #ifndef __VID_DEVICE_EVENT_H__
#define __VID_DEVICE_EVENT_H__
#include <stdint.h>
class VidDevCaptureEvent
{
public:
VidDevCaptureEvent(void) {};
virtual ~VidDevCaptureEvent(void) {};
virtual void VideoFrameIsAvailable(int fmt, int ww, int hh, uint8_t** pData, int* linesize) {};
};
#endif // __VID_DEVICE_EVENT_H_... | 321 | C++ | .h | 11 | 27.727273 | 96 | 0.733766 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,552 | H264SeiPack.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/H264SeiPack.h | #ifndef _H264_SEI_PACK_H_INCLUDE
#define _H264_SEI_PACK_H_INCLUDE
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
enum sei_payload_type_e
{
/* libx264 raw enum */
SEI_BUFFERING_PERIOD = 0,
SEI_PIC_TIMING = 1,
SEI_PAN_SCAN_RECT = 2,
SEI_FILLER = 3... | 734 | C++ | .h | 25 | 25.96 | 118 | 0.67903 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,553 | PlayBuffer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/PlayBuffer.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 3,119 | C++ | .h | 96 | 30.333333 | 125 | 0.739625 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,554 | ARCodec.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ARCodec.h | #ifndef __AR_CODEC_H__
#define __AR_CODEC_H__
//qsv cuvid d3d11va dxva2
typedef enum CodecMethod
{
CM_Adjust= 0,
CM_Soft = 1,
CM_Qsv = 2,
CM_Cuvid = 3,
CM_D3d11va = 4,
CM_Dxva1 = 5,
}CodecMethod;
typedef enum CodecType
{
CT_None = 0,
CT_YUV420 = 1,
CT_H264 = 2,
CT_H265 = 3,
CT_AV1 = 10,
CT_MJpg = 20,
CT... | 694 | C++ | .h | 40 | 15.45 | 29 | 0.652778 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,556 | WinVideoTrackSource.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/WinVideoTrackSource.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,846 | C++ | .h | 49 | 35.959184 | 76 | 0.780078 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,557 | ArNetTcpClient.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArNetTcpClient.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,640 | C++ | .h | 46 | 33.021739 | 74 | 0.741651 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,558 | ArLive2Player.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArLive2Player.h | #ifndef __AR_LIVE2_PLAYER_H__
#define __AR_LIVE2_PLAYER_H__
#include "ArLive2Engine.h"
#include "IArLivePlayer.hpp"
#include "AudDeviceEvent.h"
#include <list>
#include "rtc_base/deprecated/recursive_critical_section.h"
#include "rtc_base/thread.h"
#include "api/video/i420_buffer.h"
#include "codec/pluginaac.h"
#includ... | 4,142 | C++ | .h | 98 | 40.336735 | 130 | 0.783267 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,559 | MgrRender.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/MgrRender.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,447 | C++ | .h | 38 | 36.657895 | 74 | 0.773894 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,560 | INetClient.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/INetClient.h | #ifndef __I_NET_CLIENT_H__
#define __I_NET_CLIENT_H__
#include <stdio.h>
typedef enum {
NOT_CONNECTED = 0,
RESOLVING,
CONNECTTING,
CONNECTED
}INetState;
class INetClientEvent {
public:
virtual void OnArClientConnected() = 0;
virtual void OnArClientConnectFailure() = 0;
virtual void OnArClientDisconnect() = 0;
... | 1,003 | C++ | .h | 37 | 25.297297 | 62 | 0.753927 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,561 | ArLiveSDKTypeDef.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArLiveSDKTypeDef.h | #ifndef __AR_LIVE_SDK_TYPE_DEF_H__
#define __AR_LIVE_SDK_TYPE_DEF_H__
/////////////////////////////////////////////////////////////////////////////////
//
// 【状态通知字段名 onNetStatus】
//
/////////////////////////////////////////////////////////////////////////////////
/**
* ArLiveP... | 5,879 | C++ | .h | 62 | 69.306452 | 120 | 0.534161 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,562 | VcmCapturer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/VcmCapturer.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 2,294 | C++ | .h | 58 | 35.517241 | 92 | 0.732584 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,563 | ArAVCode.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArAVCode.h | #ifndef __AR_AVCODE_H__
#define __AR_AVCODE_H__
/////////////////////////////////////////////////////////////////////////////////
//
// 错误码
//
/////////////////////////////////////////////////////////////////////////////////
typedef enum ArAVError
{
////////////////////////////////////////////... | 37,612 | C++ | .h | 388 | 70.68299 | 185 | 0.490729 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,564 | ArLive2Pusher.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArLive2Pusher.h | #ifndef __AR_LIVE2_PUSHER_H__
#define __AR_LIVE2_PUSHER_H__
#include "ArLive2Engine.h"
#include "IArLivePusher.hpp"
#include "ARPusher.h"
#include "SeiMsg.h"
#include "codec/AvCodec.h"
#include "api/media_stream_interface.h"
class ArLive2Pusher : public AR::IArLivePusher, public RtcTick, public AudDevCaptureEvent, pub... | 6,846 | C++ | .h | 163 | 39.263804 | 206 | 0.774257 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,565 | IArLive2Engine.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/IArLive2Engine.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 3,371 | C++ | .h | 107 | 26.607477 | 74 | 0.752041 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,566 | ArLiveSDKEventDef.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArLiveSDKEventDef.h | #ifndef __AR_LIVE_SDK_EVENT_DEF_H__
#define __AR_LIVE_SDK_EVENT_DEF_H__
#include "ArAVCode.h"
/**********************************************************************************
* 推流事件列表
**********************************************************************************/
#define ... | 11,051 | C++ | .h | 87 | 103.137931 | 222 | 0.543664 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,567 | AndroidRenderer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/AndroidRenderer.h | #ifndef __ANDROID_RENDERER_H__
#define __ANDROID_RENDERER_H__
#include "../VideoRender/video_renderer.h"
class AndroidRenderer : public webrtc::VideoRenderer {
public:
static AndroidRenderer* Create(const void* javaSink, size_t width,
size_t height);
public:
AndroidRenderer(const void* javaSink);
virtual void On... | 555 | C++ | .h | 17 | 30.941176 | 74 | 0.768224 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,568 | IArVidCodec.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/IArVidCodec.h | #ifndef __I_AR_VID_CODEC_H__
#define __I_AR_VID_CODEC_H__
class RtcVidEncoderEvent
{
public:
RtcVidEncoderEvent(void) {};
virtual ~RtcVidEncoderEvent(void) {};
virtual void OnVideoEncoderData(void* pEncoder, int nCodecId, bool isMain, const char*pData, int nLen, bool bKeyFrame, int imageWidth, int imageHeight) {};... | 994 | C++ | .h | 24 | 39.625 | 157 | 0.754678 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,569 | ArNetClient.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArNetClient.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 2,179 | C++ | .h | 68 | 30.147059 | 74 | 0.746297 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,570 | IosRenderer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/IosRenderer.h | #ifndef __IOS_RENDERER_H__
#define __IOS_RENDERER_H__
#include "../VideoRender/video_renderer.h"
class IosRenderer : public webrtc::VideoRenderer {
public:
static IosRenderer* Create(const void* iosSink, size_t width,
size_t height);
public:
IosRenderer(const void* javaSink);
virtual void OnFrame(const webrtc::Vi... | 528 | C++ | .h | 17 | 29.294118 | 74 | 0.753452 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,571 | AudDeviceEvent.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/AudDeviceEvent.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,481 | C++ | .h | 38 | 37.605263 | 118 | 0.77453 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,572 | ArLive2Engine.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/ArLive2Engine.h | /*
* Copyright (c) 2013 The WebRTC@AnyRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All co... | 5,215 | C++ | .h | 131 | 37.687023 | 121 | 0.785941 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,573 | RtcTick.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/RtcTick.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,472 | C++ | .h | 47 | 29.829787 | 74 | 0.765537 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,575 | ARFFPlayer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/player/ARFFPlayer.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 4,535 | C++ | .h | 129 | 32.286822 | 113 | 0.753055 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,576 | FFBuffer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/player/FFBuffer.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 3,875 | C++ | .h | 115 | 29.782609 | 113 | 0.739863 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,577 | sonic.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/player/sonic.h | /* Sonic library
Copyright 2010
Bill Cox
This file is part of the Sonic Library.
This file is licensed under the Apache 2.0 license.
*/
/*
The Sonic Library implements a new algorithm invented by Bill Cox for the
specific purpose of speeding up speech by high factors at high quality. It
generates smooth ... | 10,260 | C++ | .h | 196 | 48.683673 | 80 | 0.757802 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
46,578 | ARPlayer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/player/ARPlayer.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 4,988 | C++ | .h | 121 | 38.909091 | 118 | 0.74819 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,579 | pluginaac_export.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/codec/pluginaac_export.h | #ifndef __PLUGIN_AAC_EXPORT_H__
#define __PLUGIN_AAC_EXPORT_H__
#ifdef PLUGIN_AAC_EXPORT
#define PLUGIN_AAC_API _declspec(dllexport)
#elif PLUGIN_AAC_DLL
#define PLUGIN_AAC_API _declspec(dllimport)
#else
#define PLUGIN_AAC_API
#endif
#endif // __PLUGIN_AAC_EXPORT_H__ | 269 | C++ | .h | 10 | 25.8 | 43 | 0.767442 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,580 | AvCodec.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/codec/AvCodec.h | /*
* Copyright (c) 2016 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 6,792 | C++ | .h | 196 | 31.688776 | 198 | 0.750431 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,581 | pluginaac.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/codec/pluginaac.h | /*
* Copyright (c) 2016 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,738 | C++ | .h | 34 | 50.029412 | 145 | 0.776014 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,582 | ARFFPusher.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/pusher/ARFFPusher.h | #ifndef __AR_FF_PUSHER_H__
#define __AR_FF_PUSHER_H__
#include "ARPusher.h"
#include "rtc_base/synchronization/mutex.h"
#include "rtc_base/thread.h"
#include "ArWriter.h"
class ARFFPusher : public ARPusher, public ArWriterEvent
{
public:
ARFFPusher();
virtual ~ARFFPusher(void);
//* For ARPusher
virtual int startT... | 1,242 | C++ | .h | 38 | 30.815789 | 84 | 0.77193 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,583 | ArWriter.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/pusher/ArWriter.h | #ifndef __AR_WRITER_H__
#define __AR_WRITER_H__
#include "ARDef.h"
#include "ARCodec.h"
typedef enum ArWriterState
{
WS_Init = 0, // 初始化状态
WS_Connecting = 1, // 正在连接中
WS_Connected = 2, // 连接成功
WS_Failed = 3, // 失败
WS_Ended = 4, // 结束状态
}ArWriterState;
class ArWriterEvent
{
public:
ArWriterEvent(void) {}... | 1,460 | C++ | .h | 43 | 31.604651 | 110 | 0.73935 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,584 | ARPusher.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/pusher/ARPusher.h | /*
* Copyright (c) 2021 The AnyRTC project authors. All Rights Reserved.
*
* Please visit https://www.anyrtc.io for detail.
*
* The GNU General Public License is a free, copyleft license for
* software and other kinds of works.
*
* The licenses for most software and other practical works are designed
* to take away y... | 1,881 | C++ | .h | 48 | 37.5625 | 98 | 0.753425 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,585 | ByteOder.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/pusher/ByteOder.h | #ifndef __BYTE_ORDER_H__
#define __BYTE_ORDER_H__
#include <stdint.h>
#if defined(WEBRTC_POSIX) && !defined(__native_client__)
#include <arpa/inet.h>
#endif
// Processor architecture detection. For more info on what's defined, see:
// http://msdn.microsoft.com/en-us/library/b0084kay.aspx
// http://www.agner.org/o... | 3,744 | C++ | .h | 116 | 31.155172 | 75 | 0.760719 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,587 | IArLivePusher.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/IArLivePusher.hpp | /// @defgroup ArLivePusher_cplusplus ArLivePusher
/// anyRTC开源直播推流器。<br/>
/// 主要负责将本地的音频和视频画面进行编码,并推送到指定的推流地址,支持任意的推流服务端。
///
/// 推流器包含如下能力:
/// - 自定义的视频采集,让您可以根据项目需要定制自己的音视频数据源;
/// - Qos 流量控制技术,具备上行网络自适应能力,可以根据主播端网络的具体情况实时调节音视频数据量;
/// - 基础美颜
///
/// @{
#ifndef ANYRTC_CPP_I_ARLIVEPUSHER_H_
#define ANYRTC_CPP_I_ARLIV... | 20,514 | C++ | .h | 466 | 26.2897 | 159 | 0.649902 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,590 | ArLivePremier.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/ArLivePremier.hpp | /// @defgroup ArLivePremier_cplusplus ArLivePremier
///
/// @{
#ifndef ANYRTC_CPP_ARLIVE_PREMIER_H_
#define ANYRTC_CPP_ARLIVE_PREMIER_H_
#include "ArLiveDef.hpp"
namespace anyrtc {
#ifdef _WIN32
class ArLivePremierObserver;
#endif
/////////////////////////////////////////////////////////////////////////////////
//
... | 3,350 | C++ | .h | 87 | 25.551724 | 117 | 0.586438 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,591 | IArLivePlayer.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/IArLivePlayer.hpp | /// @defgroup ArLivePlayer_cplusplus ArLivePlayer
/// anyRTC开源直播播放器。<br/>
/// 主要负责从指定的直播流地址拉取音视频数据,并进行解码和本地渲染播放。
///
/// 播放器包含如下能力:
/// - 支持RTMP, HTTP-FLV,Webrtc, HLS, etc;
/// - 延时调节,可以设置播放器缓存自动调整的最小和最大时间;
/// - 自定义的视频数据处理,让您可以根据项目需要处理直播流中的视频数据后,进行渲染以及播放。
///
/// @{
#ifndef ANYRTC_CPP_I_ARLIVEPLAYER_H_
#define ANYRTC... | 8,711 | C++ | .h | 216 | 24.087963 | 119 | 0.592254 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,592 | ArLivePlayerObserver.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/ArLivePlayerObserver.hpp | /// @defgroup ArLivePlayerObserver_cplusplus ArLivePlayerObserver
/// anyRTC开源直播的播放器回调通知。<br/>
/// 可以接收 ArLivePlayer 播放器的一些回调通知,包括播放器状态、播放音量回调、音视频首帧回调、统计数据、警告和错误信息等。
/// @{
#ifndef ANYRTC_CPP_ARLIVEPLAYEROBSERVER_H_
#define ANYRTC_CPP_ARLIVEPLAYEROBSERVER_H_
#include "ArLiveDef.hpp"
namespace anyrtc {
class IArLiveP... | 5,428 | C++ | .h | 117 | 31.316239 | 141 | 0.689023 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,598 | ArLiveCode.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/ArLiveCode.hpp | // Copyright (c) 2020 anyRTC(https://www.anyrtc.io). All rights reserved.
/// @defgroup ArLiveCode_cplusplus ArLiveCode
/// anyRTC开源直播服务错误码和警告码的定义
/// @{
#ifndef ANYRTC_CPP_ARLIVECODE_H_
#define ANYRTC_CPP_ARLIVECODE_H_
namespace anyrtc {
enum ArLiveCode {
/// 没有错误
ArLIVE_OK = 0,
/// 暂未归类的通用错误
ArL... | 3,124 | C++ | .h | 71 | 30.422535 | 85 | 0.462375 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,600 | ArLiveDef.hpp | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/ArLiveDef.hpp | // Copyright (c) 2020 anyRTC(https://www.anyrtc.io). All rights reserved.
/// @defgroup ArLiveDef_cplusplus ArLiveDef
/// anyRTC开源直播服务关键类型定义
/// @{
#ifndef ANYRTC_CPP_ARLIVEDEF_H_
#define ANYRTC_CPP_ARLIVEDEF_H_
#ifdef LITEAV_EXPORTS
#define LITEAV_API __declspec(dllexport)
#else
#define LITEAV_API __declspec(dllimp... | 28,370 | C++ | .h | 795 | 23.449057 | 204 | 0.668099 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,601 | IArDeviceManager.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/IArDeviceManager.h | /**
* Module: 音视频设备管理模块
* Function: 用于管理摄像头、麦克风和扬声器等音视频相关的硬件设备
*/
/// @defgroup ArDeviceManager_cplusplus ArDeviceManager
/// Tencent Cloud Device Management Module
/// @{
#ifndef __ArDEVICEMANAGER_H__
#define __ArDEVICEMANAGER_H__
#include <stdint.h>
#ifdef __APPLE__
#include <TargetConditionals.h>
#endif
name... | 17,324 | C++ | .h | 413 | 23.380145 | 106 | 0.646264 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,774 | external_hmac.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/pc/external_hmac.h | /*
* Copyright 2014 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | 2,901 | C++ | .h | 57 | 42.614035 | 80 | 0.67515 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
46,819 | vp9_profile.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/media/base/vp9_profile.h | /*
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 656 | C++ | .h | 15 | 41.933333 | 74 | 0.755102 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,844 | have_sse.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/container/internal/have_sse.h | // Copyright 2018 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 1,536 | C++ | .h | 44 | 33.477273 | 75 | 0.753701 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,878 | stacktrace_config.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | /*
* Copyright 2017 The Abseil Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 2,881 | C++ | .h | 70 | 39.428571 | 80 | 0.768654 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
46,896 | parentheses.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/types/internal/parentheses.h | // Copyright 2019 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 1,384 | C++ | .h | 30 | 45 | 80 | 0.686667 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,897 | transform_args.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/types/internal/transform_args.h | // Copyright 2019 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 12,755 | C++ | .h | 207 | 53.014493 | 80 | 0.467983 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
46,926 | platform.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/random/internal/platform.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 6,509 | C++ | .h | 148 | 42.716216 | 112 | 0.669454 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,044 | port.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/port.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 896 | C++ | .h | 22 | 39.590909 | 75 | 0.765786 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,046 | policy_checks.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/policy_checks.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 4,322 | C++ | .h | 93 | 45.27957 | 80 | 0.545476 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,051 | tsan_mutex_interface.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 2,521 | C++ | .h | 58 | 42.293103 | 75 | 0.774154 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,058 | exception_testing.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/internal/exception_testing.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 1,529 | C++ | .h | 34 | 43.558824 | 79 | 0.772024 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,065 | per_thread_tls.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 1,758 | C++ | .h | 47 | 36.297872 | 75 | 0.76612 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,075 | pretty_function.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/third_party/abseil-cpp/absl/base/internal/pretty_function.h | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 1,334 | C++ | .h | 30 | 43.366667 | 80 | 0.765565 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,189 | rtp_util.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/rtp_rtcp/source/rtp_util.h | /*
* Copyright (c) 2021 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 757 | C++ | .h | 18 | 40.222222 | 71 | 0.760929 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,299 | audio_encoder.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/audio_encoder.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 755 | C++ | .h | 16 | 45.4375 | 71 | 0.765986 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,300 | audio_decoder.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/audio_decoder.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 758 | C++ | .h | 16 | 45.625 | 71 | 0.766938 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,302 | opus_inst.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/opus/opus_inst.h | /*
* Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,191 | C++ | .h | 36 | 30.888889 | 71 | 0.769164 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,305 | opus_interface.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/opus/opus_interface.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 19,856 | C++ | .h | 506 | 35.996047 | 80 | 0.514061 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,313 | pcm16b.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,924 | C++ | .h | 54 | 33.777778 | 80 | 0.595916 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,314 | g722_interface.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/g722/g722_interface.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 5,045 | C++ | .h | 149 | 30.805369 | 80 | 0.513547 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,320 | g711_interface.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/g711/g711_interface.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 4,307 | C++ | .h | 119 | 32.159664 | 77 | 0.512224 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,322 | my_corr.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/my_corr.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,382 | C++ | .h | 27 | 44.592593 | 79 | 0.516345 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,323 | decoder_interpolate_lsf.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,513 | C++ | .h | 31 | 45.064516 | 79 | 0.602582 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,324 | get_cd_vec.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/get_cd_vec.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,348 | C++ | .h | 31 | 41.225806 | 77 | 0.66208 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,325 | comp_corr.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/comp_corr.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,572 | C++ | .h | 30 | 44.133333 | 80 | 0.506849 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,326 | cb_construct.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,585 | C++ | .h | 34 | 44.264706 | 75 | 0.586632 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,327 | lsf_interpolate_to_poly_enc.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,468 | C++ | .h | 29 | 47.068966 | 83 | 0.590909 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,328 | enhancer.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/enhancer.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,555 | C++ | .h | 31 | 47.419355 | 78 | 0.584818 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,329 | cb_mem_energy.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,407 | C++ | .h | 29 | 45.517241 | 76 | 0.617518 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,330 | abs_quant.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/abs_quant.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,505 | C++ | .h | 32 | 42.375 | 71 | 0.568011 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,331 | state_search.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/state_search.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,455 | C++ | .h | 31 | 43.290323 | 71 | 0.577086 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,332 | abs_quant_loop.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,325 | C++ | .h | 27 | 42.518519 | 71 | 0.543057 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,333 | energy_inverse.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/energy_inverse.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,190 | C++ | .h | 26 | 39.884615 | 76 | 0.607452 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,334 | hp_output.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/hp_output.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,394 | C++ | .h | 30 | 41.2 | 71 | 0.572271 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,335 | window32_w32.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,279 | C++ | .h | 26 | 42.615385 | 77 | 0.511254 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,336 | interpolate_samples.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,250 | C++ | .h | 26 | 45.653846 | 75 | 0.576955 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,337 | encode.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/encode.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,278 | C++ | .h | 28 | 41.75 | 71 | 0.558065 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,338 | smooth_out_data.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/smooth_out_data.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,179 | C++ | .h | 24 | 42.875 | 71 | 0.522688 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,339 | simple_lsf_dequant.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,199 | C++ | .h | 25 | 45.48 | 74 | 0.577682 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,340 | swap_bytes.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,222 | C++ | .h | 26 | 44.576923 | 71 | 0.571188 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,341 | bw_expand.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/bw_expand.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,314 | C++ | .h | 28 | 43.178571 | 71 | 0.565388 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,342 | lsf_to_poly.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_poly.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,139 | C++ | .h | 24 | 45.083333 | 71 | 0.566908 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,343 | frame_classify.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,091 | C++ | .h | 25 | 41.08 | 71 | 0.656575 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,344 | cb_mem_energy_calc.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,360 | C++ | .h | 28 | 45.642857 | 76 | 0.615559 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,345 | cb_mem_energy_augmentation.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,287 | C++ | .h | 26 | 46.730769 | 82 | 0.644852 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,346 | poly_to_lsf.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/poly_to_lsf.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,157 | C++ | .h | 23 | 45.956522 | 74 | 0.537778 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,347 | refiner.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/refiner.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,744 | C++ | .h | 35 | 46.171429 | 76 | 0.592941 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,349 | lsf_interpolate_to_poly_dec.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,426 | C++ | .h | 28 | 47.071429 | 83 | 0.580994 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,350 | get_sync_seq.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,621 | C++ | .h | 32 | 46.8125 | 80 | 0.561392 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,351 | pack_bits.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/pack_bits.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,212 | C++ | .h | 25 | 46 | 71 | 0.567912 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,352 | decode.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/decode.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,462 | C++ | .h | 32 | 40.96875 | 71 | 0.547183 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,353 | gain_dequant.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/gain_dequant.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,246 | C++ | .h | 27 | 43.592593 | 71 | 0.573554 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,354 | simple_lpc_analysis.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,257 | C++ | .h | 27 | 44 | 75 | 0.586066 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
47,355 | gain_quant.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/gain_quant.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,369 | C++ | .h | 27 | 44.481481 | 74 | 0.52138 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,356 | get_lsp_poly.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,477 | C++ | .h | 37 | 37.135135 | 71 | 0.519916 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
47,357 | unpack_bits.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/unpack_bits.h | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,431 | C++ | .h | 29 | 42.137931 | 74 | 0.524425 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
47,358 | split_vq.h | anyrtcIO-Community_anyRTC-RTMP-OpenSource/ArLiveLite/include/webrtc/modules/audio_coding/codecs/ilbc/split_vq.h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 1,397 | C++ | .h | 29 | 44.275862 | 71 | 0.551876 | anyrtcIO-Community/anyRTC-RTMP-OpenSource | 4,683 | 1,609 | 72 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.