summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Collapse)AuthorAge
...
* 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