summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-05-201-0/+74
* | sdp: Allow passing AVFormatContext flags to the SDP generationMartin Storsjö2011-05-201-5/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+13
|\ \ | |/
| * 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
* | Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-181-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
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-121-0/+36
* Always set the destination address even if no port was found.Martin Storsjö2010-01-071-1/+1
* Check the URL used for the SDP destination.Martin Storsjö2010-01-071-1/+11
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-271-1/+1
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-261-4/+4
* Emit the SDP lines in the correct orderLuca Abeni2009-10-171-4/+4
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-081-0/+12
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-071-0/+4
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-061-0/+6
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-161-1/+1
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-081-9/+9
* use new metadata API in rtp muxerAurelien Jacobs2009-02-021-2/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-291-8/+8
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-271-22/+2
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-291-1/+1
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-081-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-041-1/+1
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-051-0/+3
* Missing const, fix warnings:Reimar Döffinger2008-02-191-2/+2