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_codec.vcproj

    r3394 r3493  
    28342834                                        /> 
    28352835                                </FileConfiguration> 
     2836                        </File> 
     2837                        <File 
     2838                                RelativePath="..\src\pjmedia-codec\h263_packetizer.c" 
     2839                                > 
     2840                        </File> 
     2841                        <File 
     2842                                RelativePath="..\src\pjmedia-codec\h264_packetizer.c" 
     2843                                > 
    28362844                        </File> 
    28372845                        <File 
     
    30713079                        </File> 
    30723080                        <File 
     3081                                RelativePath="..\include\pjmedia-codec\h264_packetizer.h" 
     3082                                > 
     3083                        </File> 
     3084                        <File 
    30733085                                RelativePath="..\include\pjmedia-codec\ilbc.h" 
    30743086                                > 
Note: See TracChangeset for help on using the changeset viewer.