Changes between Version 13 and Version 14 of ReleaseNotes-2.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v13 v14  
    2424=== Video === 
    2525 
     26Video support is a new major feature. For this release it is available on Windows, Mac OS X, and Linux. 
     27 
    2628Assorted features: 
    2729 1. Supported video devices: 
    2830    - renderer: 
    29       - Simple Direct Media Layer (SDL) (Win32, Mac OS X, Linux, etc.) 
    30       - iOS UIView 
     31      - Simple Direct Media Layer (SDL) (Windows, Mac OS X, Linux, etc.) 
     32      - !DirectShow (Windows) 
    3133    - capture: 
    3234      - !QuickTime (MacOS X) 
    3335      - Video4Linux4 (Linux) 
    34       - !DirectShow (Win32) 
    35       - iOS AVFoundation (iOS 4 or later)  
    36       - ffmpeg capture (unfinished) 
     36      - !DirectShow (Windows) 
    3737      - Color bar (all platforms) 
    3838 1. Supported codecs: 
    39     - H.263 (with ffmpeg) 
    40     - H.264  
     39    - H.263-1998 (with ffmpeg) 
     40    - H.264 (with ffmpeg or libx264 
    4141 1. video device port to provide timing for video devices (analogous to sound device port) 
    4242 1. media format conversion framework (converter.h) supporting multiple backend APIs: 
     
    5555For outgoing calls, the INVITE request will be delayed until media transport is ready. 
    5656 
     57=== Third Party Media Support === 
     58 
     59Starting with PJSIP 2.0, support for integrating third party media stack into PJSUA-LIB was added. By following the steps outlined in [wiki:3rd_Party_Media_20 Integrating Third Party Media Stack into PJSUA-LIB], application can use third party media stack to perform audio and video functionality while still making use of the full SIP, NAT, and security (including SRTP) features provided by PJSUA-LIB API.  
     60 
    5761=== Other Components === 
    5862 
     
    6064 1. Event framework 
    6165 1. pj_run_app() 
     66 
     67New applications: 
     68 1. sipecho 
     69 1. vidgui 
    6270 
    6371[[BR]] 
     
    154162Support for Visual Studio 6 has been removed. 
    155163 
    156 === iPhone === 
     164Draft Notes 
    157165 
    158 ==== SDL ==== 
    159166 
    160 SDL has an iPhone support starting from 1.3. However, since SDL 1.3 features a different set of APIs compared to 1.2 and 1.3 is still under development, it is not yet supported at the moment. You can disable SDL using {{{./configure-iphone --disable-sdl}}}. 
    161  
    162 ==== ffmpeg ==== 
    163  
    164 Instructions on how to build ffmpeg for iPhone is available [https://github.com/yuvi/gas-preprocessor here]. 
     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) 
    165176 
    166177{{{