summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Collapse)AuthorAge
* Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman2010-08-25
| | | | | | | | Used when compiled without CONFIG_RTP_MUXER Fallout from r24915 Originally committed as revision 24935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-08-25
| | | | Originally committed as revision 24919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify resolve_destination in sdp.c further, now that we don't enforce ↵Martin Storsjö2010-08-25
| | | | | | IPv4 any longer Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö2010-08-25
| | | | Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent, rewrap linesMartin Storsjö2010-08-25
| | | | Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
| | | | Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of VP8Josh Allmann2010-08-16
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
| | | | Originally committed as revision 24749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_url_split() publicMåns Rullgård2010-06-27
| | | | | | | ff_url_split() is retained as an alias, as it was used by ffserver, to avoid breaking ABI compatibility with it. Originally committed as revision 23822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a bitstream filter for converting the extradata syntax when generating ↵Luca Abeni2010-06-11
| | | | | | | | an SDP. This allows to generate correct SDPs for H.264 video in "MP4 syntax". Originally committed as revision 23572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18
| | | | | | | This is in preparation for RTP hinting in the MOV muxer, where it needs to be able to create SDP fragments for each media stream. Originally committed as revision 23160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
| | | | Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
| | | | | | Since this function isn't in the public API, it should have an ff_ prefix. Originally committed as revision 22321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-12
| | | | | | Patch by Martin Storsjo (martin AT martin DOT st) Originally committed as revision 21163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always set the destination address even if no port was found.Martin Storsjö2010-01-07
| | | | | | Patch by Martin Storsjo (martin AT martin DOT st) Originally committed as revision 21057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the URL used for the SDP destination.Martin Storsjö2010-01-07
| | | | | | Patch by Martin Storsjo (martin AT martin DOT st) Originally committed as revision 21056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-27
| | | | Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-26
| | | | Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Emit the SDP lines in the correct orderLuca Abeni2009-10-17
| | | | Originally committed as revision 20262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-06
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
| | | | | | a static function Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
| | | | Originally committed as revision 17077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rtp muxerAurelien Jacobs2009-02-02
| | | | Originally committed as revision 16960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-29
| | | | Originally committed as revision 15953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
| | | | | | | | move it from sdp.c into utils.c. Also add new header internal.h specifically for lavf-specific internal API. See discussion in "Realmedia patch" thread on mailinglist. Originally committed as revision 15002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-29
| | | | | | network address type, to "IP4". Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
| | | | Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-04
| | | | Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
| | | | Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const, fix warnings:Reimar Döffinger2008-02-19
| | | | | | | sdp.c:115: warning: assignment discards qualifiers from pointer target type sdp.c:120: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
| | | | Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
| | | | Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2008-01-10
| | | | Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for some more audio formatsLuca Abeni2007-11-09
| | | | Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-26
| | | | Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni2007-09-10
| | | | | | config info are available out of band (fix "-{a,v}codec copy" from .mov) Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC support in the SDP generatorLuca Abeni2007-09-05
| | | | Originally committed as revision 10398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill the buffer with 0 before writing an SDP in itLuca Abeni2007-09-03
| | | | Originally committed as revision 10287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
| | | | | | | return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when RTP is disabled and libraries are dynamicLuca Abeni2007-08-05
| | | | Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce an SDP generatorLuca Abeni2007-07-26
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk