]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/sdp.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / sdp.c
2009-04-08 lucabeAdd support for AMR audio in the RTP muxer
2009-04-07 lucabeAdd support for H.263 video in the RTP muxer
2009-04-06 lucabeOnly insert the SPS and PPS NALs in sprop-parameter...
2009-02-16 lucabeRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-08 diegocosmetics: comment grammar/spelling fixes
2009-02-02 aureluse new metadata API in rtp muxer
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-29 stefanoRename functions in sdp.c for consistency's sake.
2008-08-27 rbultjeExport data_to_hex() as private API in lavf, rename...
2008-07-29 stefanoFix a typo in sdp_write_header(): change "IPV4", which...
2008-07-08 stefanoPrint libavformat version in outgoing SDPs.
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-04 diegoUse correct length modifier for pointer diff argument...
2008-03-05 lucabeAdd some information about the stream bitrate, if available
2008-02-19 reimarMissing const, fix warnings:
2008-01-21 lucabeSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 lucabeAdd minimal support for H.264 video in the SDP generator
2008-01-10 lucabePass a proper context to av_log()
2007-11-09 lucabeAdd support for some more audio formats
2007-10-26 lucabeExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-09-10 lucabeTest extradata_size instead of the CODEC_FLAG_GLOBAL_HE...
2007-09-05 lucabeAAC support in the SDP generator
2007-09-03 lucabeFill the buffer with 0 before writing an SDP in it
2007-08-05 lucabeChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-05 lucabeFix linking when RTP is disabled and libraries are...
2007-07-26 lucabeIntroduce an SDP generator