Changes between Version 15 and Version 16 of ReleaseNotes-2.0


Ignore:
Timestamp:
May 17, 2012 5:45:39 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v15 v16  
    7373== Changes == 
    7474 
     75Major changes are listed below. There also various header file changes, especially in PJMEDIA. 
     76 
    7577=== PJSUA API (pjsua.h) === 
    7678 
     
    9597.. 
    9698}}} 
    97  
    98 New output: 
    99 {{{ 
    100 .. 
    101 checking SDL availability..... 1.2.14 
    102 checking for avdevice_version in -lavdevice... yes 
    103 checking for av_register_all in -lavformat... yes 
    104 checking for avcodec_init in -lavcodec... yes 
    105 checking for sws_scale in -lswscale... yes 
    106 checking for av_malloc in -lavutil... yes 
    107 checking for avcore_version in -lavcore... no 
    108 checking for v4l2_open in -lv4l2... yes 
    109 .. 
    110 }}} 
    111  
    112  
    113 === Header Files === 
    114  
    115 ==== <pjmedia/types.h> is split into <pjmedia/format.h>, <pjmedia/frame.h>, and <pjmedia/types.h> ==== 
    116  
    117 Symptom: 
    118 You may encounter compilation warnings/errors such as: 
    119 {{{ 
    120 ../include/pjmedia/circbuf.h:293: warning: implicit declaration of function ‘pjmedia_copy_samples’ 
    121 ../include/pjmedia/circbuf.h:409: warning: implicit declaration of function ‘pjmedia_move_samples’ 
    122 ../src/pjmedia/delaybuf.c:349: warning: implicit declaration of function ‘pjmedia_zero_samples’ 
    123 }}} 
    124  
    125 Solution: 
    126 Update your #include section accordingly, adding the new headers above. Alternatively, just include {{{<pjmedia.h>}}} to get all the header files. 
    12799 
    128100=== General Data Structure === 
     
    162134Support for Visual Studio 6 has been removed. 
    163135 
    164 Draft Notes 
    165  
    166  
    167  * Capture devices:  
    168    - colorbar (all platforms) 
    169    - !DirectShow (Windows) 
    170    - Video4Linux2 (Linux) 
    171    - !QuickTime (Mac OS X) 
    172    - AVFoundation (iPhone iOS) 
    173  * Rendering devices:  
    174    - SDL (Windows, Linux, and experimental on Mac OS X) 
    175    - !DirectShow (Windows) 
    176  
    177136{{{ 
    178137#!html