ZLMediaKit/src/Rtmp
Per-Arne Andersen 350e262433
Added support for GCC 13 (#2452)
GCC Does not explicitly include stdint. This update includes them where needed.
A very minor change that would allow GCC13 and above to compile
correctly. In newer versions, cstdint is not implicitly included, hence
it errors out during compilation for some files.
2023-05-11 09:58:48 +08:00
..
amf.cpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
amf.h Added support for GCC 13 (#2452) 2023-05-11 09:58:48 +08:00
FlvMuxer.cpp 修复getMediaPlayerList获取http-flv播放器列表时崩溃的问题 2022-09-05 14:59:46 +08:00
FlvMuxer.h Header refactor (#2115) 2022-11-29 11:07:13 +08:00
Rtmp.cpp rtmp协议metadata设置title字段 2023-04-21 22:25:06 +08:00
Rtmp.h 优化代码 2023-04-22 21:59:26 +08:00
RtmpCodec.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpDemuxer.cpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
RtmpDemuxer.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpMediaSource.h rtmp协议metadata设置title字段 2023-04-21 22:25:06 +08:00
RtmpMediaSourceImp.cpp 使用static_pointer_cast优化性能 2023-04-28 22:04:38 +08:00
RtmpMediaSourceImp.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpMediaSourceMuxer.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpMuxer.cpp 新增媒体流flush机制:#1996 2022-10-16 19:54:17 +08:00
RtmpMuxer.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpPlayer.cpp 使用static_pointer_cast优化性能 2023-04-28 22:04:38 +08:00
RtmpPlayer.h 更新zltoolkit,适配最新代码 2023-04-28 22:04:09 +08:00
RtmpPlayerImp.h Unified code style (#2137) 2022-12-02 14:43:06 +08:00
RtmpProtocol.cpp 优化代码 2023-04-22 21:59:26 +08:00
RtmpProtocol.h Header refactor (#2115) 2022-11-29 11:07:13 +08:00
RtmpPusher.cpp 使用static_pointer_cast优化性能 2023-04-28 22:04:38 +08:00
RtmpPusher.h 更新zltoolkit,适配最新代码 2023-04-28 22:04:09 +08:00
RtmpSession.cpp 修复rtmp多层级url解析异常问题 (#2435) 2023-05-05 17:34:32 +08:00
RtmpSession.h 修复rtmp多层级url解析异常问题 (#2435) 2023-05-05 17:34:32 +08:00
utils.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
utils.h 全面整理代码,去除编译警告 2021-01-17 18:31:50 +08:00