2009-10-17 |
lucabe |
Emit the SDP lines in the correct order
libavformat
|
2009-04-08 |
lucabe |
Add support for AMR audio in the RTP muxer
libavformat
|
2009-04-07 |
lucabe |
Add support for H.263 video in the RTP muxer
libavformat
|
2009-04-06 |
lucabe |
Only insert the SPS and PPS NALs in sprop-parameter-sets
libavformat
|
2009-02-16 |
lucabe |
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
libavformat
|
2009-02-08 |
diego |
cosmetics: comment grammar/spelling fixes
libavformat
|
2009-02-02 |
aurel |
use new metadata API in rtp muxer
libavformat
|
2009-01-13 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
2008-11-29 |
stefano |
Rename functions in sdp.c for consistency's sake.
libavformat
|
2008-08-27 |
rbultje |
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and
libavformat
|
2008-07-29 |
stefano |
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
libavformat
|
2008-07-08 |
stefano |
Print libavformat version in outgoing SDPs.
libavformat
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavformat
|
2008-05-04 |
diego |
Use correct length modifier for pointer diff argument in av_log() call.
libavformat
|
2008-03-05 |
lucabe |
Add some information about the stream bitrate, if available
libavformat
|
2008-02-19 |
reimar |
Missing const, fix warnings:
libavformat
|
2008-01-21 |
lucabe |
Support out-of-band parameter sets in SDP for H.264 video
libavformat
|
2008-01-21 |
lucabe |
Add minimal support for H.264 video in the SDP generator
libavformat
|
2008-01-10 |
lucabe |
Pass a proper context to av_log()
libavformat
|
2007-11-09 |
lucabe |
Add support for some more audio formats
libavformat
|
2007-10-26 |
lucabe |
Explicitly include rtp.h (needed for rtp_get_payload_type())
libavformat
|
2007-09-10 |
lucabe |
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if
libavformat
|
2007-09-05 |
lucabe |
AAC support in the SDP generator
libavformat
|
2007-09-03 |
lucabe |
Fill the buffer with 0 before writing an SDP in it
libavformat
|
2007-08-05 |
lucabe |
Change avf_sdp_create() to get a pre-allocated buffer as input, and to
libavformat
|
2007-08-05 |
lucabe |
Fix linking when RTP is disabled and libraries are dynamic
libavformat
|
2007-07-26 |
lucabe |
Introduce an SDP generator
libavformat
|