[Ffmpeg-cvslog] r6798 - in trunk/libavformat: allformats.c allformats.h rtp.c rtp.h rtp_internal.h rtsp.c

Baptiste Coudurier baptiste.coudurier
Thu Oct 26 23:06:50 CEST 2006


Hi minion compatriote from Frogistan

gpoirier wrote:
> Author: gpoirier
> Date: Thu Oct 26 20:36:03 2006
> New Revision: 6798
> 
> Added:
>    trunk/libavformat/rtp_internal.h
> Modified:
>    trunk/libavformat/allformats.c
>    trunk/libavformat/allformats.h
>    trunk/libavformat/rtp.c
>    trunk/libavformat/rtp.h
>    trunk/libavformat/rtsp.c
> 
> Log:
> Add support for H264 over RTP
> Patch by Ryan Martell % rdm4 A martellventures P com %
> Original thread:
> Date: Oct 9, 2006 4:55 PM
> Subject: [Ffmpeg-devel] RTP patches & RFC
> Actual committed patch:
> Date: Oct 26, 2006 4:29 PM
> 
> [...]
>  
> -AVRtpDynamicPayloadType_t AVRtpDynamicPayloadTypes[]=
> +/* statistics functions */
> +RTPDynamicProtocolHandler *RTPFirstDynamicPayloadHandler= NULL;
> +
> +static RTPDynamicProtocolHandler mp4v_es_handler= {"MP4V-ES", CODEC_TYPE_VIDEO, CODEC_ID_MPEG4};
> +static RTPDynamicProtocolHandler mpeg4_generic_handler= {"mpeg4-generic", CODEC_TYPE_AUDIO, CODEC_ID_MPEG4AAC};
> +

I wanted to wait to know if CODEC_ID_AAC could be used here...
Well thanks anyway I'll check that myself :>

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-cvslog mailing list