]> git.sesse.net Git - ffmpeg/history - libavformat/sdp.c
Fix book_idx check.
[ffmpeg] / libavformat / sdp.c
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-04-06 Martin StorsjöOnly insert the SPS and PPS NALs in sprop-parameter...
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-08 Diego Biurruncosmetics: comment grammar/spelling fixes
2009-02-02 Aurelien Jacobsuse new metadata API in rtp muxer
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-29 Stefano SabatiniRename functions in sdp.c for consistency's sake.
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-07-29 Stefano SabatiniFix a typo in sdp_write_header(): change "IPV4", which...
2008-07-08 Stefano SabatiniPrint libavformat version in outgoing SDPs.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-04 Diego BiurrunUse correct length modifier for pointer diff argument...
2008-03-05 Luca AbeniAdd some information about the stream bitrate, if available
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-10 Luca AbeniPass a proper context to av_log()
2007-11-09 Luca AbeniAdd support for some more audio formats
2007-10-26 Luca AbeniExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-09-10 Luca AbeniTest extradata_size instead of the CODEC_FLAG_GLOBAL_HE...
2007-09-05 Luca AbeniAAC support in the SDP generator
2007-09-03 Luca AbeniFill the buffer with 0 before writing an SDP in it
2007-08-05 Luca AbeniChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-05 Luca AbeniFix linking when RTP is disabled and libraries are...
2007-07-26 Luca AbeniIntroduce an SDP generator