summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAge
* 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
* Reindent, rewrap linesMartin Storsjö2010-08-25
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
* Add RTP packetization of VP8Josh Allmann2010-08-16
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-11
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-12
* Always set the destination address even if no port was found.Martin Storsjö2010-01-07
* Check the URL used for the SDP destination.Martin Storsjö2010-01-07
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-27
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-26
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-06
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
* use new metadata API in rtp muxerAurelien Jacobs2009-02-02
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-29
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-29
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-04