Ignore:
Timestamp:
Mar 31, 2011 5:29:54 PM (13 years ago)
Author:
nanang
Message:

Re #1219:

  • Initial version of H264 implementation (codec & packetization).
  • Added vid_codec_util.h/c for video codec utilities (e.g: fmtp parser).
  • Updated video RTP packetizations to be configurable and have internal state (to be more resilient to packet lost, etc).
  • Fixed wrong SPF calculation in PJMEDIA_SPF2.
  • Updated vid_codec_test.c to also have RTP packetization test.
  • Updated sdp_neg.c to verify H.264 capability match.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/build/pjmedia.vcproj

    r3420 r3493  
    46934693                        </File> 
    46944694                        <File 
     4695                                RelativePath="..\src\pjmedia\vid_codec_util.c" 
     4696                                > 
     4697                        </File> 
     4698                        <File 
    46954699                                RelativePath="..\src\pjmedia\vid_stream.c" 
    46964700                                > 
     
    51345138                        </File> 
    51355139                        <File 
     5140                                RelativePath="..\include\pjmedia\vid_codec_util.h" 
     5141                                > 
     5142                        </File> 
     5143                        <File 
    51365144                                RelativePath="..\include\pjmedia\vid_stream.h" 
    51375145                                > 
Note: See TracChangeset for help on using the changeset viewer.