summaryrefslogtreecommitdiffstats
path: root/libavformat/sdp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-291-1/+1
| | | | | | 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-081-1/+1
| | | | Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
| | | | 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-041-1/+1
| | | | Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-051-0/+3
| | | | Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const, fix warnings:Reimar Döffinger2008-02-191-2/+2
| | | | | | | 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-211-0/+48
| | | | 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-211-0/+6
| | | | Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2008-01-101-10/+10
| | | | Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for some more audio formatsLuca Abeni2007-11-091-0/+18
| | | | 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-261-0/+1
| | | | 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-101-2/+2
| | | | | | 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-051-13/+42
| | | | 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-031-0/+1
| | | | 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-051-14/+7
| | | | | | | 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-051-0/+7
| | | | Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce an SDP generatorLuca Abeni2007-07-261-0/+217
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud