repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/db_unix.h
null
null
null
null
null
null
C
2026-05-04T18:51:24.347731
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2020 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/db_utils.h
null
null
null
null
null
null
C
2026-05-04T18:51:24.376735
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/shared_memory.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.387382
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/shared_memory.h
null
null
null
null
null
null
C
2026-05-04T18:51:24.417922
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/db_raw_send_receive.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.419108
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/msp_serial.h
null
null
null
null
null
null
C
2026-05-04T18:51:24.420483
// // Created by Wolfgang Christl on 30.12.17. // This file is part of DroneBridge // /* * This file contains code from Cleanflight & iNAV. * * Cleanflight is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/msp_serial.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.460737
// // Created by Wolfgang Christl on 30.11.17. // This file is part of DroneBridge // https://github.com/seeul8er/DroneBridge // #include <stdbool.h> #include <stdint.h> #include "msp_serial.h" #include "db_crc.h" /** * This function is part of Cleanflight/iNAV. * Optimized for crc performance in the DroneBridge Pr...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/db_utils.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.489522
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/tcp_server.h
null
null
null
null
null
null
C
2026-05-04T18:51:24.908374
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2019 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
common/tcp_server.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.908932
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2019 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/control_main_air.c
null
null
null
null
null
null
C
2026-05-04T18:51:24.989974
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/i6S.c
null
null
null
null
null
null
C
2026-05-04T18:51:25.022330
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/opentx.c
null
null
null
null
null
null
C
2026-05-04T18:51:25.056414
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/opentx.h
null
null
null
null
null
null
C
2026-05-04T18:51:25.064755
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/control_main_ground.c
null
null
null
null
null
null
C
2026-05-04T18:51:25.120964
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/rc_air.c
null
null
null
null
null
null
C
2026-05-04T18:51:25.135512
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/i6S.h
null
null
null
null
null
null
C
2026-05-04T18:51:25.143067
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/parameter.h
null
null
null
null
null
null
C
2026-05-04T18:51:25.185747
#ifndef PARAMETER_H_INCLUDED #define PARAMETER_H_INCLUDED #define JOY_INTERFACE 0 #define CALI_COMM_SIZE 500 #endif // PARAMETER_H_INCLUDED
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/rc_air.h
null
null
null
null
null
null
C
2026-05-04T18:51:25.830182
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/rc_ground.c
null
null
null
null
null
null
C
2026-05-04T18:51:25.961818
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/ltm.h
null
null
null
null
null
null
C
2026-05-04T18:51:26.075368
#include "osdconfig.h" #ifdef LTM #include "telemetry.h" int ltm_read(telemetry_data_t *td, uint8_t *buf, int buflen); int ltm_check(telemetry_data_t *td); #define LIGHTTELEMETRY_START1 0x24 //$ Header byte 1 #define LIGHTTELEMETRY_START2 0x54 //T Header byte 2 #define LIGHTTELEMETRY_GFRAME 0x47 //G GPS frame: GPS +...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/main.c
null
null
null
null
null
null
C
2026-05-04T18:51:26.884035
/* Copyright (c) 2015, befinitiv Copyright (c) 2012, Broadcom Europe Ltd modified by Samuel Brucksch https://github.com/SamuelBrucksch/wifibroadcast_osd modified by Rodizio modified by Wolfgang Christl (seeul8er) Uses https://github.com/paeryn/openvg library with enhanced font loading All rights reserved. Redis...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/osd_mavlink.c
null
null
null
null
null
null
C
2026-05-04T18:51:26.890305
#include "osd_mavlink.h" #include <stdio.h> #include <unistd.h> #ifdef MAVLINK mavlink_status_t status; mavlink_message_t msg; int mavlink_read(telemetry_data_t *td, uint8_t *buf, int buflen) { td->datarx++; int i = 0; int render_data = 0; // fprintf(stdout, "buflen: %d ",buflen); // fprintf(stdout, "mavlink_rea...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/sumd_test.c
null
null
null
null
null
null
C
2026-05-04T18:51:27.081636
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2018 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/osdconfig.h
null
null
null
null
null
null
C
2026-05-04T18:51:27.446960
/* TELEMETRY PROTOCOL */ /* ------------------------------------------------------------*/ /* MAVLINK -> Mavlink protocol (APM/Pixhawk) /* LTM -> Light Telemetry (iNav/Cleanflight/Betaflight) /* FRSKY -> Older Frsky protocol (Frsky D-series receivers) /* SMARTPORT -> Newer Frsky protocol (Frsky X-series receivers)...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/render.c
null
null
null
null
null
null
C
2026-05-04T18:51:27.560158
// characters osdicons.ttf // round triangle    // satellite   // cpu  // bars ▁▂▃▄▅▆▇█ // arrows ↥ ↦ ↤   // warning         // down/up stream   // RSSI    // cam  // double caret    // please wait  // wind   // thermometer  // time   // pressure  // speed  // w...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/render.h
null
null
null
null
null
null
C
2026-05-04T18:51:27.823955
#pragma once #include "bcm_host.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "VG/openvg.h" #include "VG/vgu.h" #include "fontinfo.h" #include "shapes.h" #include <math.h> #include <EGL/egl.h> #include <EGL/eglext.h> #include <stdio.h> #include <errno.h> #include <string.h> #include <utime.h> ...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/smartport.c
null
null
null
null
null
null
C
2026-05-04T18:51:28.112899
#include "smartport.h" #include <stdio.h> #ifdef SMARTPORT void smartport_read(telemetry_data_t *td, uint8_t *buf, int buflen) { static uint8_t s = 0; static uint8_t e = 0; static uint8_t tBuffer[7]; uint8_t b; int i; for(i=0; i<buflen; i++ ) { b = *buf++; if( (e==0) && (b==0x7d) ) { ...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/smartport.h
null
null
null
null
null
null
C
2026-05-04T18:51:28.196388
#include "osdconfig.h" #ifdef SMARTPORT #include "telemetry.h" #define START_STOP 0x7e #define DATA_FRAME 0x10 //Frsky DATA ID's #define FR_ID_ALTITUDE 0x0100 //ALT_FIRST_ID #define FR_ID_VARIO 0x0110 //VARIO_FIRST_ID #define FR_ID_ALTITUDE 0x0100 //ALT_FIRST_ID #define FR_ID_VARIO 0x0110 //VARIO_FIRST_ID #define FR...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/telemetry.c
null
null
null
null
null
null
C
2026-05-04T18:51:28.536782
#include <unistd.h> #include <sys/mman.h> #include <sys/stat.h> /* For mode constants */ #include <fcntl.h> /* For O_* constants */ #include <stdio.h> #include <stdlib.h> #include "telemetry.h" #include "osdconfig.h" #include "../common/shared_memory.h" void telemetry_init(telemetry_data_t *td) { td-...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/telemetry.h
null
null
null
null
null
null
C
2026-05-04T18:51:28.751415
#pragma once #include <stdint.h> #include <time.h> #include "../common/shared_memory.h" #include "osdconfig.h" typedef struct { uint32_t validmsgsrx; uint32_t datarx; float voltage; float ampere; int32_t mah; float baro_altitude; float altitude; double longitude; double latitude; ...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/xbox.c
null
null
null
null
null
null
C
2026-05-04T18:51:30.718771
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2016 Wolfgang Christl * * 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 * * htt...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/frsky.c
null
null
null
null
null
null
C
2026-05-04T18:51:30.786134
#include "frsky.h" #ifdef FRSKY #include <stdint.h> #include "telemetry.h" #include <stdio.h> int frsky_parse_buffer(frsky_state_t *state, telemetry_data_t *td, uint8_t *buf, int buflen) { int new_data = 0; int i; td->datarx++; for(i=0; i<buflen; ++i) { uint8_t ch = buf[i]; switch(state->sm_state) { c...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/frsky.h
null
null
null
null
null
null
C
2026-05-04T18:51:30.786983
#pragma once #include "osdconfig.h" #ifdef FRSKY #include "telemetry.h" // Data Ids (bp = before decimal point; af = after decimal point) // Official data IDs #define ID_GPS_ALTITUDE_BP 0x01 #define ID_GPS_ALTITUDE_AP 0x09 #define ID_TEMPRATURE1 0x02 #define ID_RPM 0x03 #define ID_FUEL_LEVEL 0x04 #define ID_TEMPRAT...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/ltm.c
null
null
null
null
null
null
C
2026-05-04T18:51:30.816498
/* ################################################################################################################# * LightTelemetry protocol (LTM) * * Ghettostation one way telemetry protocol for really low bitrates (1200/2400 bauds). * * Protocol details: 3 different frames, little endian. * G Frame (GPS pos...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/chars.c
null
null
null
null
null
null
C
2026-05-04T18:51:31.159917
// first OpenVG program // Anthony Starks (ajstarks@gmail.com) #include <stdio.h> #include <stdlib.h> #include <locale.h> #include <unistd.h> #include "VG/openvg.h" #include "VG/vgu.h" #include "fontinfo.h" #include "shapes.h" #include "render.h" int main(int argc, char *argv[]) { int width, height, i, j, k, l, po...
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
osd/osd_mavlink.h
null
null
null
null
null
null
C
2026-05-04T18:51:31.850477
#include "osdconfig.h" #ifdef MAVLINK #include "telemetry.h" #include "../common/mavlink/c_library_v2/common/mavlink.h" int mavlink_read(telemetry_data_t *td, uint8_t *buf, int buflen); #endif
DroneBridge/DroneBridge
https://github.com/DroneBridge/DroneBridge
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
control/rc_ground.h
null
null
null
null
null
null
C
2026-05-04T18:51:35.740194
/* * This file is part of DroneBridge: https://github.com/seeul8er/DroneBridge * * Copyright 2017 Wolfgang Christl * * 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 * * htt...
murphyzhao/FlexibleButton
https://github.com/murphyzhao/FlexibleButton
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
examples/demo_rtt_iotboard.c
null
null
null
null
null
null
C
2026-05-04T18:51:37.871807
/** * @File: demo_rtt_iotboard.c * @Author: MurphyZhao * @Date: 2018-09-29 * * Copyright (c) 2018-2019 MurphyZhao <d2014zjt@163.com> * https://github.com/murphyzhao * All rights reserved. * License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License");...
murphyzhao/FlexibleButton
https://github.com/murphyzhao/FlexibleButton
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
flexible_button.c
null
null
null
null
null
null
C
2026-05-04T18:51:37.874161
/** * @File: flexible_button.c * @Author: MurphyZhao * @Date: 2018-09-29 * * Copyright (c) 2018-2019 MurphyZhao <d2014zjt@163.com> * https://github.com/murphyzhao * All rights reserved. * License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); y...
murphyzhao/FlexibleButton
https://github.com/murphyzhao/FlexibleButton
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
examples/demo_tos_evb_mx_plus.c
null
null
null
null
null
null
C
2026-05-04T18:51:37.886191
/** * @File: demo_tos_evb_mx_plus.c * @Author: MurphyZhao * @Date: 2018-09-29 * * Copyright (c) 2018-2019 MurphyZhao <d2014zjt@163.com> * https://github.com/murphyzhao * All rights reserved. * License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License...
murphyzhao/FlexibleButton
https://github.com/murphyzhao/FlexibleButton
null
null
null
null
915
null
null
apache-2.0
null
null
null
null
null
null
null
flexible_button.h
null
null
null
null
null
null
C
2026-05-04T18:51:37.892928
/** * @File: flexible_button.h * @Author: MurphyZhao * @Date: 2018-09-29 * * Copyright (c) 2018-2019 MurphyZhao <d2014zjt@163.com> * https://github.com/murphyzhao * All rights reserved. * License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); y...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/arm64-v8a/include/fdk-aac/machine_type.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.417894
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/arm64-v8a/include/fdk-aac/genericStds.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.433874
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi-v7a/include/fdk-aac/FDK_audio.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.434916
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi-v7a/include/fdk-aac/genericStds.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.439172
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi-v7a/include/fdk-aac/machine_type.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.452530
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/arm64-v8a/include/fdk-aac/FDK_audio.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.536265
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi-v7a/include/fdk-aac/aacdecoder_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.556633
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/arm64-v8a/include/fdk-aac/aacdecoder_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.587859
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi-v7a/include/fdk-aac/aacenc_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.599385
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/arm64-v8a/include/fdk-aac/aacenc_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:40.879268
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi/include/fdk-aac/machine_type.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.098087
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi/include/fdk-aac/genericStds.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.156376
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi/include/fdk-aac/FDK_audio.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.230671
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/d3d11va.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.258622
/* * Direct3D11 HW acceleration * * copyright (c) 2009 Laurent Aimar * copyright (c) 2015 Steve Lhomme * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundatio...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/avfft.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.317216
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/avdct.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.364916
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi/include/fdk-aac/aacdecoder_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.476359
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android ゥ Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Fderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/fdk-aac/armeabi/include/fdk-aac/aacenc_lib.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.529724
/* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2015 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/dirac.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.691381
/* * Copyright (C) 2007 Marco Gerards <marco@gnu.org> * Copyright (C) 2009 David Conrad * Copyright (C) 2011 Jordi Ortiz * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free S...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/dxva2.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.900406
/* * DXVA2 HW acceleration * * copyright (c) 2009 Laurent Aimar * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License,...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/jni.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.921196
/* * JNI public API functions * * Copyright (c) 2015-2016 Matthieu Bouron <matthieu.bouron stupeflix.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundat...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/dv_profile.h
null
null
null
null
null
null
C
2026-05-04T18:51:41.922415
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/vaapi.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.100264
/* * Video Acceleration API (shared data between FFmpeg and the video player) * HW decode acceleration for MPEG-2, MPEG-4, H.264 and VC-1 * * Copyright (C) 2008-2009 Splitted-Desktop Systems * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/qsv.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.125668
/* * Intel MediaSDK QSV public API * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/mediacodec.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.126757
/* * Android MediaCodec public API * * Copyright (c) 2016 Matthieu Bouron <matthieu.bouron stupeflix.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundat...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/vda.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.304939
/* * VDA HW acceleration * * copyright (c) 2011 Sebastien Zwickert * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licen...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/vdpau.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.307148
/* * The Video Decode and Presentation API for UNIX (VDPAU) is used for * hardware-accelerated decoding of MPEG-1/2, H.264 and VC-1. * * Copyright (C) 2008 NVIDIA * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/version.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.308472
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/videotoolbox.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.647295
/* * Videotoolbox hardware acceleration * * copyright (c) 2012 Sebastien Zwickert * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/xvmc.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.675986
/* * Copyright (C) 2003 Ivan Kalvachev * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any la...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavcodec/vorbis_parser.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.676602
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavfilter/avfilter.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.703504
/* * filter layer * Copyright (c) 2007 Bobby Bingham * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavfilter/avfiltergraph.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.747502
/* * Filter graphs * copyright (c) 2007 Bobby Bingham * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavfilter/buffersrc.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.860267
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavfilter/version.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.929144
/* * Version macros. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * *...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavformat/avio.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.951623
/* * copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavfilter/buffersink.h
null
null
null
null
null
null
C
2026-05-04T18:51:42.973830
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavformat/version.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.042031
/* * Version macros. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * *...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/adler32.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.567327
/* * copyright (c) 2006 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/aes_ctr.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.568513
/* * AES-CTR cipher * Copyright (c) 2015 Eran Kornblau <erankor at gmail dot com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/audio_fifo.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.607729
/* * Audio FIFO * Copyright (c) 2012 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 o...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/aes.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.680631
/* * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/attributes.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.721569
/* * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/avassert.h
null
null
null
null
null
null
C
2026-05-04T18:51:43.829944
/* * copyright (c) 2010 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/blowfish.h
null
null
null
null
null
null
C
2026-05-04T18:51:44.521715
/* * Blowfish algorithm * Copyright (c) 2012 Samuel Pitoiset * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/avutil.h
null
null
null
null
null
null
C
2026-05-04T18:51:44.634067
/* * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/avstring.h
null
null
null
null
null
null
C
2026-05-04T18:51:44.642624
/* * Copyright (c) 2007 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
wlanjie/trinity
https://github.com/wlanjie/trinity
null
null
null
null
912
null
null
apache-2.0
null
null
null
null
null
null
null
extra/ffmpeg/arm64-v8a/include/libavutil/base64.h
null
null
null
null
null
null
C
2026-05-04T18:51:48.898726
/* * Copyright (c) 2006 Ryan Martell. (rdm4@martellventures.com) * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, ...
coolerfall/Android-AppDaemon
https://github.com/coolerfall/Android-AppDaemon
null
null
null
null
895
null
null
apache-2.0
null
null
null
null
null
null
null
library/src/main/jni/common/common.h
null
null
null
null
null
null
C
2026-05-04T18:51:51.259017
/* * File : common.h * Author : Vincent Cheung * Date : Dec. 12, 2014 * Description : The header file of common.c. * * Copyright (C) Vincent Chueng<coolingfall@gmail.com> * */ #ifndef __COMMON_H__ #define __COMMON_H__ #include "log.h" char *str_stitching(const char *str1, const char *str2)...
coolerfall/Android-AppDaemon
https://github.com/coolerfall/Android-AppDaemon
null
null
null
null
895
null
null
apache-2.0
null
null
null
null
null
null
null
library/src/main/jni/common/log.h
null
null
null
null
null
null
C
2026-05-04T18:51:51.261679
/** * The macro for log. */ #include <jni.h> #include <android/log.h> #define TAG "Native" #define LOG_I(...) __android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__) #define LOG_D(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) #define LOG_W(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS_...
coolerfall/Android-AppDaemon
https://github.com/coolerfall/Android-AppDaemon
null
null
null
null
895
null
null
apache-2.0
null
null
null
null
null
null
null
library/src/main/jni/daemon/daemon.c
null
null
null
null
null
null
C
2026-05-04T18:51:51.271206
/* * File : daemon.c * Author : Vincent Cheung * Date : Jan. 20, 2015 * Description : This is used as process daemon. * * Copyright (C) Vincent Chueng<coolingfall@gmail.com> * */ #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> #include <sys/system_properties.h> #include <s...
coolerfall/Android-AppDaemon
https://github.com/coolerfall/Android-AppDaemon
null
null
null
null
895
null
null
apache-2.0
null
null
null
null
null
null
null
library/src/main/jni/common/common.c
null
null
null
null
null
null
C
2026-05-04T18:51:51.370203
/* * File : common.c * Author : Vincent Cheung * Date : Dec. 12, 2014 * Description : Some common functions here. * * Copyright (C) Vincent Chueng<coolingfall@gmail.com> * */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <dirent.h> #include <sys/type...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/a-globals.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.931757
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/b-main.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.937778
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/a-lib.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.947215
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/c-error.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.948532
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/b-init.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.958762
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
rebol/rebol
https://github.com/rebol/rebol
null
null
null
null
888
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/a-stubs.c
null
null
null
null
null
null
C
2026-05-04T18:51:53.976346
/*********************************************************************** ** ** REBOL [R3] Language Interpreter and Run-time Environment ** ** Copyright 2012 REBOL Technologies ** REBOL is a trademark of REBOL Technologies ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...