index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
sdp.c
Age
Commit message (
Expand
)
Author
2008-07-29
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
Stefano Sabatini
2008-07-08
Print libavformat version in outgoing SDPs.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-04
Use correct length modifier for pointer diff argument in av_log() call.
Diego Biurrun
2008-03-05
Add some information about the stream bitrate, if available
Luca Abeni
2008-02-19
Missing const, fix warnings:
Reimar Döffinger
2008-01-21
Support out-of-band parameter sets in SDP for H.264 video
Luca Abeni
2008-01-21
Add minimal support for H.264 video in the SDP generator
Luca Abeni
2008-01-10
Pass a proper context to av_log()
Luca Abeni
2007-11-09
Add support for some more audio formats
Luca Abeni
2007-10-26
Explicitly include rtp.h (needed for rtp_get_payload_type())
Luca Abeni
2007-09-10
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
Luca Abeni
2007-09-05
AAC support in the SDP generator
Luca Abeni
2007-09-03
Fill the buffer with 0 before writing an SDP in it
Luca Abeni
2007-08-05
Change avf_sdp_create() to get a pre-allocated buffer as input, and to
Luca Abeni
2007-08-05
Fix linking when RTP is disabled and libraries are dynamic
Luca Abeni
2007-07-26
Introduce an SDP generator
Luca Abeni