| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the destination address is written as an IP address in the SDP | Martin Storsjö | 2010-01-12 | 1 | -0/+36 |
* | Always set the destination address even if no port was found. | Martin Storsjö | 2010-01-07 | 1 | -1/+1 |
* | Check the URL used for the SDP destination. | Martin Storsjö | 2010-01-07 | 1 | -1/+11 |
* | Use different dynamic payload types for audio and video. | Luca Abeni | 2009-12-27 | 1 | -1/+1 |
* | Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. | Luca Abeni | 2009-12-26 | 1 | -4/+4 |
* | Emit the SDP lines in the correct order | Luca Abeni | 2009-10-17 | 1 | -4/+4 |
* | Add support for AMR audio in the RTP muxer | Martin Storsjö | 2009-04-08 | 1 | -0/+12 |
* | Add support for H.263 video in the RTP muxer | Martin Storsjö | 2009-04-07 | 1 | -0/+4 |
* | Only insert the SPS and PPS NALs in sprop-parameter-sets | Martin Storsjö | 2009-04-06 | 1 | -0/+6 |
* | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni | 2009-02-16 | 1 | -1/+1 |
* | cosmetics: comment grammar/spelling fixes | Diego Biurrun | 2009-02-08 | 1 | -9/+9 |
* | use new metadata API in rtp muxer | Aurelien Jacobs | 2009-02-02 | 1 | -2/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Rename functions in sdp.c for consistency's sake. | Stefano Sabatini | 2008-11-29 | 1 | -8/+8 |
* | Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and | Ronald S. Bultje | 2008-08-27 | 1 | -22/+2 |
* | Fix a typo in sdp_write_header(): change "IPV4", which is not a valid | Stefano Sabatini | 2008-07-29 | 1 | -1/+1 |
* | Print libavformat version in outgoing SDPs. | Stefano Sabatini | 2008-07-08 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Use correct length modifier for pointer diff argument in av_log() call. | Diego Biurrun | 2008-05-04 | 1 | -1/+1 |
* | Add some information about the stream bitrate, if available | Luca Abeni | 2008-03-05 | 1 | -0/+3 |
* | Missing const, fix warnings: | Reimar Döffinger | 2008-02-19 | 1 | -2/+2 |
* | Support out-of-band parameter sets in SDP for H.264 video | Luca Abeni | 2008-01-21 | 1 | -0/+48 |
* | Add minimal support for H.264 video in the SDP generator | Luca Abeni | 2008-01-21 | 1 | -0/+6 |
* | Pass a proper context to av_log() | Luca Abeni | 2008-01-10 | 1 | -10/+10 |
* | Add support for some more audio formats | Luca Abeni | 2007-11-09 | 1 | -0/+18 |
* | Explicitly include rtp.h (needed for rtp_get_payload_type()) | Luca Abeni | 2007-10-26 | 1 | -0/+1 |
* | Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if | Luca Abeni | 2007-09-10 | 1 | -2/+2 |
* | AAC support in the SDP generator | Luca Abeni | 2007-09-05 | 1 | -13/+42 |
* | Fill the buffer with 0 before writing an SDP in it | Luca Abeni | 2007-09-03 | 1 | -0/+1 |
* | Change avf_sdp_create() to get a pre-allocated buffer as input, and to | Luca Abeni | 2007-08-05 | 1 | -14/+7 |
* | Fix linking when RTP is disabled and libraries are dynamic | Luca Abeni | 2007-08-05 | 1 | -0/+7 |
* | Introduce an SDP generator | Luca Abeni | 2007-07-26 | 1 | -0/+217 |