ZLMediaKit/ext-codec
xiongziliang 2ead272187 修复webrtc播放时生成config rtp线程安全的bug
rtsp直接代理时会从config frame生成rtp,在获取VideoTrack配置帧列表时存在线程安全风险;
同时简化getConfigFrames函数代码,去除缓存逻辑。
2024-06-22 13:04:06 +08:00
..
AAC.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
AAC.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
AACRtmp.cpp Enhance compatibility with non-compliant RTMP AAC streams 2024-03-22 20:50:07 +08:00
AACRtmp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
AACRtp.cpp 优化aac rtp解码器内存安全限定 2024-06-16 09:34:39 +08:00
AACRtp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
CMakeLists.txt feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
G711.cpp 修正 getCodecU 返回值 (#3104) 2023-12-11 16:24:54 +08:00
G711.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
G711Rtp.cpp g711 rtp encoder rtp mark set false compitable for freeswitch (#3647) 2024-06-19 18:42:06 +08:00
G711Rtp.h rtp send rtp g711 audio can config duration (#3325) 2024-03-02 16:40:13 +08:00
H264.cpp 修复webrtc播放时生成config rtp线程安全的bug 2024-06-22 13:04:06 +08:00
H264.h 修复webrtc播放时生成config rtp线程安全的bug 2024-06-22 13:04:06 +08:00
H264Rtmp.cpp Refactor code 2024-03-22 20:50:07 +08:00
H264Rtmp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
H264Rtp.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
H264Rtp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
H265.cpp 修复webrtc播放时生成config rtp线程安全的bug 2024-06-22 13:04:06 +08:00
H265.h 修复webrtc播放时生成config rtp线程安全的bug 2024-06-22 13:04:06 +08:00
H265Rtmp.cpp Refactor code 2024-03-22 20:50:07 +08:00
H265Rtmp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
H265Rtp.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
H265Rtp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
JPEG.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
JPEG.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
JPEGRtp.cpp Added support for DRI frames in MJPEG RTP packetization (#3305) 2024-02-19 11:54:13 +08:00
JPEGRtp.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
L16.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
L16.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
Opus.cpp feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
Opus.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00
SPSParser.c 解决帧率解析错误问题 (#3607) 2024-06-09 10:43:32 +08:00
SPSParser.h feat: add support of codec plugin 2023-12-10 11:09:04 +08:00