1. 01 Jun, 2023 1 commit
  2. 30 May, 2023 1 commit
  3. 11 May, 2023 1 commit
    • Added support for GCC 13 (#2452) · 350e2624
      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.
      Per-Arne Andersen committed
  4. 28 Apr, 2023 2 commits
  5. 22 Apr, 2023 1 commit
  6. 19 Apr, 2023 1 commit
  7. 02 Feb, 2023 1 commit
  8. 30 Dec, 2022 1 commit
  9. 02 Dec, 2022 1 commit
  10. 29 Nov, 2022 1 commit
    • Header refactor (#2115) · 75407391
      * 优化MultiMediaSourceMuxer头文件包含
      
      * 将MediaSinkDelegate和Demux移到MediaSink中
      
      * MediaSource头文件重构, 独立出PacketCache.h
      精简Frame和Track的头文件
      
      * Rtmp头文件重构
      
      * Rtsp头文件重构
      
      * webrtc头文件重构
      
      * 规范.h头文件包含,并将其移到.cpp中:
      - 尽量不包含Common\config.h
      - Util\File.h
      - Rtsp/RtspPlayer.h
      - Rtmp/RtmpPlayer.h
      
      * 删除多余的Stamp.h和Base64包含
      mtdxc committed
  11. 12 Nov, 2022 2 commits
  12. 01 Nov, 2022 1 commit
  13. 16 Oct, 2022 2 commits
  14. 18 Sep, 2022 1 commit
  15. 07 Sep, 2022 1 commit
  16. 03 Sep, 2022 1 commit
  17. 28 Aug, 2022 1 commit
  18. 27 Aug, 2022 1 commit
  19. 08 Aug, 2022 2 commits
  20. 19 Jun, 2022 1 commit
    • Update MP4Recorder.cpp · 1c5380ee
      fix #1679 
      _muxer->openMP4 创建非法的文件夹会失败抛出异常  所以_full_path_tmp等都是空字符串
      delete_file的时候 就会从此盘符的""(full_path_tmp)目录挨个删除了。 
      复现建议新建个盘符...
      Dw9 committed
  21. 11 Jun, 2022 1 commit
  22. 10 May, 2022 1 commit
  23. 05 Apr, 2022 1 commit
  24. 20 Mar, 2022 1 commit
  25. 12 Mar, 2022 1 commit
  26. 23 Feb, 2022 1 commit
  27. 17 Feb, 2022 1 commit
  28. 13 Feb, 2022 1 commit
  29. 12 Feb, 2022 1 commit
  30. 11 Feb, 2022 1 commit
  31. 02 Feb, 2022 1 commit
    • 整理命名空间 (#1409) · c72cf4cb
      * feat: remove using namespace mediakit in header files.
      
      (cherry picked from commit d44aeb339a8a0e1f0455be82b21fe4b1b536299f)
      
      * feat: remove using namespace mediakit in FFmpegSource.h
      
      * feat: remove using namespace mediakit in RtpExt.h
      
      * feat: remove using namespace mediakit in header files.
      
      * feat: remove using namespace std in header files.
      
      * feat: remove using namespace std in header files when zltoolkit remove std in header
      
      * 补充命名空间
      
      * 整理命名空间
      
      * 整理命名空间2
      
      * 修复macos ci
      
      * 修复编译问题
      
      * 修复编译问题2
      
      * 修复编译问题3
      
      Co-authored-by: Johnny <hellojinqiang@gmail.com>
      Co-authored-by: Xiaofeng Wang <wasphin@gmail.com>
      夏楚 committed
  32. 21 Jan, 2022 1 commit
  33. 06 Jan, 2022 2 commits
  34. 31 Dec, 2021 1 commit
  35. 29 Dec, 2021 1 commit