Ignore:
Timestamp:
Feb 24, 2011 7:47:55 AM (14 years ago)
Author:
nanang
Message:

Re #1182:

  • Added video stream interface in vid_stream.h, the video stream will be able to handle different video formats in encoding and decoding direction.
  • Renamed video device stream class identifiers from 'pjmedia_vid_stream*' to 'pjmedia_vid_dev_stream*' as 'pjmedia_vid_stream' is used by video stream interface.
  • Added ffmpeg video capability to be able to parse SDP format param for H263 and also decide video format for encoding direction based on remote preference and local format-capability setting.
  • Added some new APIs in jitter buffer for handling video stream: pjmedia_jbuf_put_frame3(), pjmedia_jbuf_get_frame3(), pjmedia_jbuf_peek_frame(), and pjmedia_jbuf_remove_frame().
  • Moved pjmedia_stream_info_from_sdp() from session to stream
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia.h

    r3392 r3420  
    5353#include <pjmedia/sdp.h> 
    5454#include <pjmedia/sdp_neg.h> 
    55 #include <pjmedia/session.h> 
     55//#include <pjmedia/session.h> 
    5656#include <pjmedia/silencedet.h> 
    5757#include <pjmedia/sound.h> 
     
    6060#include <pjmedia/stereo.h> 
    6161#include <pjmedia/stream.h> 
     62#include <pjmedia/stream_common.h> 
    6263#include <pjmedia/tonegen.h> 
    6364#include <pjmedia/transport.h> 
     
    6970#include <pjmedia/videoport.h> 
    7071#include <pjmedia/vid_codec.h> 
     72#include <pjmedia/vid_stream.h> 
    7173#include <pjmedia/wav_playlist.h> 
    7274#include <pjmedia/wav_port.h> 
Note: See TracChangeset for help on using the changeset viewer.