1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/src/app
2014-12-12 23:07:35 +08:00
..
srs_app_avc_aac.cpp fix #212, support publish aac adts raw stream. 2.0.31. 2014-11-24 16:28:52 +08:00
srs_app_avc_aac.hpp fix #212, support publish aac adts raw stream. 2.0.31. 2014-11-24 16:28:52 +08:00
srs_app_bandwidth.cpp for bug #251, remove the SrsMessage, use SrsCommonMessage or SrsSharedPtrMessage. 2.0.60 2014-12-05 23:03:52 +08:00
srs_app_bandwidth.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_config.cpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_config.hpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_conn.cpp for bug #237, add name for thread. 2.0.47 2014-12-03 14:05:15 +08:00
srs_app_conn.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_dvr.cpp for bug #251, the shared ptr message share the header. 2.0.64 2014-12-07 11:25:05 +08:00
srs_app_dvr.hpp for bug #251, refine the directly access ptrs for hls,dvr,forwarder,consumer. 2014-12-05 23:49:53 +08:00
srs_app_edge.cpp for bug #251, the shared ptr message share the header. 2.0.64 2014-12-07 11:25:05 +08:00
srs_app_edge.hpp for bug #251, remove the SrsMessage, use SrsCommonMessage or SrsSharedPtrMessage. 2.0.60 2014-12-05 23:03:52 +08:00
srs_app_empty.cpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_empty.hpp refine code, fix bug of hls, following jetbrains clion code-inspector. 0.9.215 2014-09-26 16:34:13 +08:00
srs_app_encoder.cpp for bug #237, add name for thread. 2.0.47 2014-12-03 14:05:15 +08:00
srs_app_encoder.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_ffmpeg.cpp refine macro, use ffmpeg_stub and ffmpeg_tool, 0.9.224 2014-10-09 10:41:24 +08:00
srs_app_ffmpeg.hpp refine macro, use ffmpeg_stub and ffmpeg_tool, 0.9.224 2014-10-09 10:41:24 +08:00
srs_app_forward.cpp for bug #251, refine the directly access ptrs for hls,dvr,forwarder,consumer. 2014-12-05 23:49:53 +08:00
srs_app_forward.hpp for bug #251, refine the directly access ptrs for hls,dvr,forwarder,consumer. 2014-12-05 23:49:53 +08:00
srs_app_heartbeat.cpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_heartbeat.hpp refine code, fix bug of hls, following jetbrains clion code-inspector. 0.9.215 2014-09-26 16:34:13 +08:00
srs_app_hls.cpp for bug #251, the shared ptr message share the header. 2.0.64 2014-12-07 11:25:05 +08:00
srs_app_hls.hpp for bug #251, refine the directly access ptrs for hls,dvr,forwarder,consumer. 2014-12-05 23:49:53 +08:00
srs_app_http.cpp for bug #248, use simple buffer for http. 2014-12-04 11:29:47 +08:00
srs_app_http.hpp for bug #248, use simple buffer for http. 2014-12-04 11:29:47 +08:00
srs_app_http_api.cpp update PRIMARY, AUTHORS, CONTRIBUTORS rule. 2.0.32. 2014-11-25 10:41:55 +08:00
srs_app_http_api.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_http_client.cpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_http_client.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_http_conn.cpp refine code according to inspect of clion. 0.9.219 2014-09-28 11:08:30 +08:00
srs_app_http_conn.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_http_hooks.cpp refine code according to inspect of clion. 0.9.219 2014-09-28 11:08:30 +08:00
srs_app_http_hooks.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_ingest.cpp for bug #237, add name for thread. 2.0.47 2014-12-03 14:05:15 +08:00
srs_app_ingest.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_json.cpp refine code according to inspect of clion. 0.9.219 2014-09-28 11:08:30 +08:00
srs_app_json.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_kbps.cpp refine code according to inspect of clion. 0.9.219 2014-09-28 11:08:30 +08:00
srs_app_kbps.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_log.cpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_log.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_pithy_print.cpp refine code according to inspect of clion. 0.9.219 2014-09-28 11:08:30 +08:00
srs_app_pithy_print.hpp fix hls bug, refine config and log, according to clion of jetbrains. 0.9.216. 2014-09-26 17:47:43 +08:00
srs_app_recv_thread.cpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_recv_thread.hpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_refer.cpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_refer.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_reload.cpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_reload.hpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_rtmp_conn.cpp refine the log level. 2014-12-12 23:07:35 +08:00
srs_app_rtmp_conn.hpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_server.cpp for bug #237, add name for thread. 2.0.47 2014-12-03 14:05:15 +08:00
srs_app_server.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_source.cpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_source.hpp fix #257, support 0.1s+ latency. 2.0.70 2014-12-12 21:51:06 +08:00
srs_app_st.cpp fix bug #162, requires epoll. 0.9.222 2014-10-08 13:27:48 +08:00
srs_app_st.hpp fix bug #162, requires epoll. 0.9.222 2014-10-08 13:27:48 +08:00
srs_app_st_socket.cpp hotfix #200, deadloop when read/write 0 and ETIME. 1.0.6. 2014-11-13 14:48:21 +08:00
srs_app_st_socket.hpp for bug #143, build on centos5. 2014-08-02 22:18:39 +08:00
srs_app_thread.cpp for bug #237, thread donot sleep when timeout is 0. 2014-12-03 14:25:02 +08:00
srs_app_thread.hpp for bug #237, add name for thread. 2.0.47 2014-12-03 14:05:15 +08:00
srs_app_utility.cpp add qt project file. fix cmake file for clion. 2014-11-30 16:06:37 +08:00
srs_app_utility.hpp move the annexb decode utility to protocol. 2014-11-07 23:07:31 +08:00