summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-01
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* rtp: Initial H.261 supportThomas Volkert2014-12-18
* sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö2014-10-15
* sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö2014-10-06
* sdp: Make opus declaration conform to the specTimothy B. Terriberry2014-09-29
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-24
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* sdp: Check that fmt->oformat is non-null before accessing itMartin Storsjö2014-01-05
* sdp: Check theora colorspace before producing the configuration stringMartin Storsjö2013-12-14
* sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-15
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-26
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-23
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-28
* sdp: Include profile-level-id for H264Martin Storsjö2012-08-28
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-18
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-18
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-23
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov2012-01-27
* sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö2011-12-11
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-01
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* rtpenc: Add a payload type private optionRafaël Carré2011-09-26
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-23
* sdp: Reindent after the previous commitMartin Storsjö2011-06-10
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-10
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-08
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö2010-12-20
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-19
* sdp: Only specify the TTL for IPv4 addressesMartin Storsjö2010-10-08
* ReindentMartin Storsjö2010-10-07
* sdp: Don't require the explicit ?multicast optionMartin Storsjö2010-10-07
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-25
* ReindentMartin Storsjö2010-08-25
* Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö2010-08-25
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25