summaryrefslogtreecommitdiff
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAge
* 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
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
* Missing const, fix warnings:Reimar Döffinger2008-02-19
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
* Pass a proper context to av_log()Luca Abeni2008-01-10
* Add support for some more audio formatsLuca Abeni2007-11-09
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-26
* Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni2007-09-10
* AAC support in the SDP generatorLuca Abeni2007-09-05
* Fill the buffer with 0 before writing an SDP in itLuca Abeni2007-09-03
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
* Fix linking when RTP is disabled and libraries are dynamicLuca Abeni2007-08-05
* Introduce an SDP generatorLuca Abeni2007-07-26