summaryrefslogtreecommitdiffstats
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-151-1/+14
* rtp: set the payload type as stream idLuca Barbato2012-11-141-8/+13
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-091-0/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-261-0/+4
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-231-0/+5
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-281-2/+2
* sdp: Include profile-level-id for H264Martin Storsjö2012-08-281-0/+12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-19/+19
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-181-0/+6
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-181-3/+8
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-231-0/+3
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov2012-01-271-6/+0
* sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö2011-12-111-0/+17
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-011-0/+8
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* rtpenc: Add a payload type private optionRafaël Carré2011-09-261-1/+1
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-231-3/+0
* sdp: Reindent after the previous commitMartin Storsjö2011-06-101-18/+18
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-101-0/+78
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-101-5/+6
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-081-6/+6
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-2/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-1/+2
* sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö2010-12-201-1/+8
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-191-0/+2
* sdp: Only specify the TTL for IPv4 addressesMartin Storsjö2010-10-081-1/+3
* ReindentMartin Storsjö2010-10-071-7/+7
* sdp: Don't require the explicit ?multicast optionMartin Storsjö2010-10-071-10/+17
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-151-0/+6
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-251-2/+1
* ReindentMartin Storsjö2010-08-251-4/+4
* Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö2010-08-251-6/+3
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-251-1/+2
* Reindent, rewrap linesMartin Storsjö2010-08-251-7/+6
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-251-16/+28
* Add RTP packetization of VP8Josh Allmann2010-08-161-0/+4
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-091-3/+3
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-0/+115
* Make ff_url_split() publicMåns Rullgård2010-06-271-1/+1
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-111-0/+13
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-181-2/+7
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-1/+1
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-1/+1
OpenPOWER on IntegriCloud