Opened 13 years ago

Closed 13 years ago

#1320 closed defect (fixed)

Miscellaneous

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-2.0-alpha
Component: common Version: 2.0-dev-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Small and miscellaneous commits go here.

Change History (31)

comment:1 Changed 13 years ago by bennylp

(In [3606]) Misc (re #1320): added pjmedia_type_name() API

comment:2 Changed 13 years ago by bennylp

(In [3607]) Misc (re #1320): minor, changed prio parameter in pjmedia_vid_codec_mgr_enum_codecs() from pointer to array to clarify its use

comment:3 Changed 13 years ago by bennylp

(In [3608]) Misc (re #1320): fixed crash if invalid capability is specified in pjmedia_vid_dev_cap_name()

comment:4 Changed 13 years ago by bennylp

(In [3612]) Misc (re #1320): fixed potential crash if pjmedia_aud_dev_cap_name() is called with invalid capability

comment:5 Changed 13 years ago by bennylp

(In [3613]) Misc (re #1320): undo r3607 above. The argument type was correctly specified as pointer because it is optional argument

comment:6 Changed 13 years ago by nanang

(In [3618]) Misc (re#1320): added device ID in pjmedia_vid_dev_info, useful for translating default IDs to real IDs.

comment:7 Changed 13 years ago by nanang

(In [3619]) Misc (re #1320): updated vs2005 projects setting with the newly added files (such as pjsua_vid.c etc).

comment:8 Changed 13 years ago by nanang

(In [3624]) Misc (re #1320): updated (again) vs2005 projects setting for other newly added files (event.h/c).

comment:9 Changed 13 years ago by nanang

(In [3625]) Misc (re #1320): added video tee header (vid_tee.h) into pjmedia.h

comment:10 Changed 13 years ago by bennylp

(In [3630]) Misc (re #1320): patch ffmpeg_codecs.c to compile with newer version of ffmpeg (thanks Jeremy Geras for the patch)

comment:11 Changed 13 years ago by nanang

(In [3635]) Misc (re #1320): fix pjmedia_vid_dev_get_info() in translating default IDs to real IDs (see r3618).

comment:12 Changed 13 years ago by nanang

(In [3646]) Misc (re #1320): fix bad error code in directshow video device (was S_FALSE, which seems to be treated as success with SUCCEEDED()/FAILED() macro).

comment:13 Changed 13 years ago by nanang

(In [3647]) Misc (re #1320): fix verification of invalid/negative video device ID in videodev.c, should just returning error instead of raising assertion.

comment:14 Changed 13 years ago by nanang

(In [3648]) Misc (re #1320): update trace log level from 4 to 6 in event.c

comment:15 Changed 13 years ago by ming

(In [3649]) Misc (re #1320): videodev's error message

comment:16 Changed 13 years ago by ming

(In [3650]) Misc (re #1320): add videodev's errno.c

comment:17 Changed 13 years ago by nanang

(In [3651]) Misc (re #1320):

  • Updated (again) vs2005 projects setting for other newly added files (pjmedia-videodev/errno.c).
  • Disabled VMR/DirectShow renderer temporarily.

comment:18 Changed 13 years ago by bennylp

(In [3652]) Re #1265 (GUI events): initial implementation, for renderer only first. Also re #1320 (misc): moved function prototypes from pjsua_xx.c to pjsua_internal.h

comment:19 Changed 13 years ago by nanang

(In [3659]) Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h

comment:20 Changed 13 years ago by bennylp

(In [3668]) Misc (re #1320): wrongly used the obj-c version on Linux build

comment:21 Changed 13 years ago by bennylp

(In [3678]) Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report

comment:22 Changed 13 years ago by bennylp

(In [3688]) Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled

comment:23 Changed 13 years ago by ming

(In [3691]) Re #1320: Fixed configure script for detecting ffmpeg libraries (thanks to Samuel Vinson for the patch).

comment:24 Changed 13 years ago by nanang

(In [3700]) Re #1320: Fixed linking problem of sample apps on Windows platform, undefined symbols used by dshow video dev.

comment:25 Changed 13 years ago by bennylp

(In [3703]) Re #1320 (misc/automated testing): enhanced run_continuous.py with: 1) custom group name suffix option 2) one time check option instead of loop 3) force option. Note that this was copied from #1264

comment:26 Changed 13 years ago by nanang

(In [3708]) Re #1320: Fixed SDP negotiator in generating connection info for SDP media answer when the media is deactivated (was always adding connection line for the media, even if SDP session already has one).

comment:27 Changed 13 years ago by bennylp

(In [3730]) Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD is enabled (re #1320, thanks Bo Shi for the report)

comment:28 Changed 13 years ago by bennylp

(In [3731]) Re #1320 (misc): shut off v4l2 stderr logging

comment:29 Changed 13 years ago by bennylp

(In [3734]) Disabled H.264 codec [re #1320/Misc]

comment:30 Changed 13 years ago by nanang

(In [3735]) Misc (re #1320): fixed wrong check order in pjsua app vid_handle_menu(), input string "vid " crashed the app.

comment:31 Changed 13 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.