summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-videodev
AgeCommit message (Expand)Author
2014-02-06Misc (re #1630): another fixes for gcc warnings about variable set but unusedBenny Prijono
2014-01-29Close #1729: Added check of PJMEDIA_HAS_VIDEO (instead of just specific backe...Nanang Izzuddin
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-06-13Fixed #1676: fixed assertion when SDL initialization fails on library startup.Nanang Izzuddin
2013-05-16Misc re #1630: added more error logging to SDL, to print SDL error message wh...Benny Prijono
2013-05-16Misc re #1630: link error on iOS build if LDFLAGS contains -ObjC and PJMEDIA_...Benny Prijono
2013-03-05Misc (re #1559): add macro PJMEDIA_SDL_LIB to manually specify SDL library na...Riza Sulistyo
2012-12-19Fix #1600: V4L2 capture device always re-enqueues buffer with index zero.Nanang Izzuddin
2012-09-13Re #1562: Add support for multiple GUIDs that represents the same format (suc...Liong Sauw Ming
2012-08-31Re #1562: Add support for I420 format in DShow video device.Liong Sauw Ming
2012-06-06Fix #1528:Nanang Izzuddin
2012-06-06Close #1529:Nanang Izzuddin
2012-04-26Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0Liong Sauw Ming
2012-04-24Misc (re #1446): fixed warning re unused job_thread() function in Mac OS buildBenny Prijono
2012-04-19Re #1276: Integrate BaseClasses with the project and remove unnecessary classesLiong Sauw Ming
2012-04-16Re #1446 (misc): Revert r4035 which resizes renderer if format does not change.Liong Sauw Ming
2012-04-13Re #1478: Moved codec creation from dev_stream to dev_infoLiong Sauw Ming
2012-04-10Re #1446 (misc): Create SDL window in the requested position if PJMEDIA_VID_D...Liong Sauw Ming
2012-04-10Re #1446 (misc): Modify SDL dev to:Liong Sauw Ming
2012-04-10Re #1478: Add support to play encoded AVI file (H264 or MPEG4).Liong Sauw Ming
2012-04-04More re #1478: fixed build config and compile warnings on MSVC2005.Nanang Izzuddin
2012-04-04Fixed #1478: AVI player virtual device. Initial spec:Benny Prijono
2012-03-30Re #1446 (misc fix): Add more robust checking and logs for SDL job queue crea...Liong Sauw Ming
2012-03-20Re #1446 (misc fix): Fixed typo in default clock rate for iOS and QT video dev.Liong Sauw Ming
2012-02-16Re 1446#: Fix division by zero error caused by DShow if video device does not...Liong Sauw Ming
2012-02-06Closed #1450: Add support for SDL job queue to grow in size.Liong Sauw Ming
2012-02-03Re #1446 (misc fix): Fix crash problem due to uninitialized list when SDL cre...Liong Sauw Ming
2012-01-04Fixed #1438: CoInitializeEx by application prevents dshow device from workingLiong Sauw Ming
2011-12-19Fixed #1429: Problem with SDL on setting window's position when window is hiddenLiong Sauw Ming
2011-12-08Re #1420: Removed old event publication init in QT and iOS dev.Liong Sauw Ming
2011-12-07Re #1234: Initial version of keyframe request/response via SIP INFO.Nanang Izzuddin
2011-12-02Re #1420: event change for V4L2 deviceBenny Prijono
2011-12-01Closed #1420: Add support for event managerLiong Sauw Ming
2011-10-26Fixed #1401: Add support for video device's window flagsLiong Sauw Ming
2011-10-07Closed #1382: Handle flipped image in dshowLiong Sauw Ming
2011-10-06Re #1370: Fixed dshow enumeration device capability.Liong Sauw Ming
2011-10-06Re #1370: fixed a bug which accidentally overwrites the function parameter.Liong Sauw Ming
2011-10-06Misc (re #1370): vid_dev_stream should not call start() if it is already been...Benny Prijono
2011-10-04Misc (re #1370): open v4l2 in blocking mode to get rid of Resource temporaril...Benny Prijono
2011-10-03Added PJMEDIA_VID_DEV_CAP_SWITCH capability to allow fast switching to anothe...Benny Prijono
2011-09-27Close #1360: implementated video orientation (currently only for video devices).Nanang Izzuddin
2011-09-20Related to preview (re #1340): handle problems with starting or stopping prev...Benny Prijono
2011-09-19Implemented native video preview support. This closes #1340Benny Prijono
2011-09-16Re #1370: Use GCD instead of NSThread for iOS video device.Liong Sauw Ming
2011-08-29Fixed #1353: memory leak in qt_devLiong Sauw Ming
2011-08-29Re #1320 (misc): shut off v4l2 stderr loggingBenny Prijono
2011-08-25Re #1351: option to initially hide video preview window to avoid floating win...Benny Prijono
2011-08-25Fixed #1349:Liong Sauw Ming
2011-08-24Fixed #1334: Fix the problem of getting stuck when trying to quit SDL.Liong Sauw Ming