pjproject/pjmedia/src/pjmedia
sauwming 033e4d7ae3
Fixed printf format warnings (#3813)
2023-12-27 10:32:32 +08:00
..
alaw_ulaw.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
alaw_ulaw_table.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
audiodev.c Add device id in audio device info (#3563) 2023-05-16 13:06:51 +08:00
avi_player.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
bidirectional.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
clock_thread.c Misuse PJ_DECL in some function define (#3402) 2023-02-23 19:37:03 +08:00
codec.c Fix build errors & warnings on MSVC2005 (#3722) 2023-10-02 09:00:56 +07:00
conf_switch.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
conference.c Fix scan-build reports (#3471) 2023-04-06 10:26:10 +08:00
converter.c Fix pjmedia_converter_convert2() param declare and define is not match (#3370) 2023-02-13 11:06:25 +08:00
converter_libswscale.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
converter_libyuv.c Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
delaybuf.c Replace unsafe string functions such as strcpy, strncpy, strcat, and sprintf with newly implemented pj_ansi_strxcpy, pj_ansi_strxcpy2, and pj_ansi_strxcat 2023-03-24 11:11:20 +07:00
dummy.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_common.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_internal.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_port.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_speex.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_suppress.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_webrtc.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
echo_webrtc_aec3.cpp Fix frame copy for stereo mode in WebRTC-AEC2 (#3561) 2023-05-15 09:21:27 +08:00
endpoint.c Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
errno.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
event.c Added missing pj_thread_destroy for media event manager. (#3726) 2023-10-13 12:31:53 +08:00
ffmpeg_util.c Merge master 2023-03-14 10:24:59 +08:00
ffmpeg_util.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
format.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
g711.c Use better initial values for pool initialization (#3396) 2023-02-23 12:47:08 +08:00
jbuf.c Support for codec with non-integer ptime (#3555) 2023-05-16 13:13:10 +08:00
master_port.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
mem_capture.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
mem_player.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
null_port.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
plc_common.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
port.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
resample_libsamplerate.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
resample_port.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
resample_resample.c Fixed bug in resample_resample (#3405) 2023-02-28 09:51:32 +08:00
resample_speex.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
rtcp.c Fixed RTCP packet lost calculation (#3653) 2023-08-31 08:13:36 +08:00
rtcp_fb.c Fix SSRC media source in generating RTCP-FB. (#3429) 2023-03-13 11:14:27 +07:00
rtcp_xr.c Fixed printf style format warnings 2023-03-23 08:30:44 +07:00
rtp.c Fixed RTCP packet lost calculation (#3653) 2023-08-31 08:13:36 +08:00
sdp.c Fixed SDP media transport protocol info parsing (#3802) 2023-12-14 12:22:14 +08:00
sdp_cmp.c Fix coverity scan warnings 2023-03-15 17:15:00 +07:00
sdp_neg.c Fixed issue when using setting to use AVPF and receive AVP (#3729) 2023-10-13 23:37:00 +08:00
sdp_wrap.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
session.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
silencedet.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sound_legacy.c Replace unsafe string functions such as strcpy, strncpy, strcat, and sprintf with newly implemented pj_ansi_strxcpy, pj_ansi_strxcpy2, and pj_ansi_strxcat 2023-03-24 11:11:20 +07:00
sound_port.c Fixed warnings in pjlib, pjmedia, and pjnath 2023-03-23 12:10:45 +08:00
splitcomb.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
stereo_port.c Fixed bug when converting from n to 1 in stereo port (#3486) 2023-04-06 12:19:12 +08:00
stream.c Fixed deadlock between stream and ICE (#3801) 2023-12-14 12:15:58 +08:00
stream_common.c Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
stream_info.c Fix coverity scan warnings 2023-03-15 17:15:00 +07:00
tonegen.c Fixed more warnings 2023-02-21 15:06:23 +08:00
transport_adapter_sample.c Merge pull request from GHSA-f76w-fh7c-pc66 2023-10-03 10:59:03 +08:00
transport_ice.c Merge pull request from GHSA-f76w-fh7c-pc66 2023-10-03 10:59:03 +08:00
transport_loop.c Fix transport loop (#3773) 2023-11-24 09:08:35 +07:00
transport_srtp.c Merge pull request from GHSA-f76w-fh7c-pc66 2023-10-03 10:59:03 +08:00
transport_srtp_dtls.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
transport_srtp_sdes.c Implement DTLS-SRTP for RTCP (#3571) 2023-07-05 11:37:44 +08:00
transport_udp.c Merge pull request from GHSA-f76w-fh7c-pc66 2023-10-03 10:59:03 +08:00
types.c Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
vid_codec.c Fix build errors & warnings on MSVC2005 (#3722) 2023-10-02 09:00:56 +07:00
vid_codec_util.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
vid_conf.c Merge master 2023-03-14 10:24:59 +08:00
vid_port.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
vid_stream.c Fixed deadlock between stream and ICE (#3801) 2023-12-14 12:15:58 +08:00
vid_stream_info.c Fixed warnings in pjlib, pjmedia, and pjnath 2023-03-23 12:10:45 +08:00
vid_tee.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
videodev.c Fix scan-build reports (#3471) 2023-04-06 10:26:10 +08:00
wav_player.c Fix wave port creation if the input wave file contains exactly one frame. (#3596) 2023-06-27 14:07:39 +08:00
wav_playlist.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
wav_writer.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
wave.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
wsola.c Fixed pjmedia wsola test failure (#3641) 2023-07-20 17:19:24 +08:00