Ignore:
Timestamp:
Feb 28, 2011 6:59:47 PM (13 years ago)
Author:
nanang
Message:

Re #1182:

  • Renamed vstreamutil.c to vid_steamutil.c just for filename format consistency reason.
  • Updated sample app simpleua.c and vid_streamutil.c to sync with updated API, e.g: strip session usage, two media ports exported video streams for each dir.
  • Added vid_streamutil.c capability to be able to stream video file (involving transcoding when video codec used in the file different to the video stream codec), also updated AVI player and ffmpeg codecs to be able to read and decode XVID/MPEG4 codec.
  • Fixed bug wrong media type check in stream.c and vid_stream.c in creating stream info from SDP.
  • Minor update: docs, logs, app samples makefiles.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia/avi_player.c

    r3402 r3425  
    340340            if (avi_hdr.strl_hdr[i].flags & AVISF_VIDEO_PALCHANGES || 
    341341                (avi_hdr.strl_hdr[i].codec != PJMEDIA_FORMAT_MJPEG && 
     342                 avi_hdr.strl_hdr[i].codec != PJMEDIA_FORMAT_XVID && 
    342343                 avi_hdr.strl_hdr[i].codec != PJMEDIA_FORMAT_UYVY && 
    343344                 avi_hdr.strl_hdr[i].codec != PJMEDIA_FORMAT_YUY2 && 
Note: See TracChangeset for help on using the changeset viewer.