]> git.sesse.net Git - ffmpeg/history - libavformat/sdp.c
Dirac decoding/encoding support via libdirac.
[ffmpeg] / libavformat / sdp.c
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