log sdp.c @ 6379:0bcd6a8bc5d5 libavformat

age author description
Mon, 16 Aug 2010 14:21:17 +0000 mstorsjo Add RTP packetization of VP8 libavformat
Mon, 09 Aug 2010 10:31:59 +0000 mstorsjo rtpenc_xiph: Set the ident value via a define libavformat
Sat, 07 Aug 2010 11:16:07 +0000 mstorsjo Add RTP packetization of Theora and Vorbis libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Fri, 11 Jun 2010 08:01:45 +0000 lucabe Use a bitstream filter for converting the extradata syntax when generating an SDP. libavformat
Tue, 18 May 2010 19:32:59 +0000 mstorsjo Make ff_sdp_write_media a lavf-internal function libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Thu, 25 Mar 2010 07:13:20 +0000 mstorsjo Add a lowercase parameter to ff_data_to_hex libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Tue, 12 Jan 2010 10:56:43 +0000 lucabe Make sure the destination address is written as an IP address in the SDP libavformat
Thu, 07 Jan 2010 08:24:44 +0000 lucabe Always set the destination address even if no port was found. libavformat
Thu, 07 Jan 2010 08:11:56 +0000 lucabe Check the URL used for the SDP destination. libavformat
Sun, 27 Dec 2009 21:31:10 +0000 lucabe Use different dynamic payload types for audio and video. libavformat
Sat, 26 Dec 2009 10:59:56 +0000 lucabe Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. libavformat
Sat, 17 Oct 2009 11:15:45 +0000 lucabe Emit the SDP lines in the correct order libavformat
Wed, 08 Apr 2009 07:16:14 +0000 lucabe Add support for AMR audio in the RTP muxer libavformat
Tue, 07 Apr 2009 06:41:55 +0000 lucabe Add support for H.263 video in the RTP muxer libavformat
Mon, 06 Apr 2009 21:04:26 +0000 lucabe Only insert the SPS and PPS NALs in sprop-parameter-sets libavformat
Mon, 16 Feb 2009 09:36:21 +0000 lucabe Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformat
Sun, 08 Feb 2009 22:06:55 +0000 diego cosmetics: comment grammar/spelling fixes libavformat
Mon, 02 Feb 2009 23:08:25 +0000 aurel use new metadata API in rtp muxer libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sat, 29 Nov 2008 13:55:03 +0000 stefano Rename functions in sdp.c for consistency's sake. libavformat
Wed, 27 Aug 2008 23:43:28 +0000 rbultje Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat
Tue, 29 Jul 2008 10:45:53 +0000 stefano Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformat
Tue, 08 Jul 2008 07:05:57 +0000 stefano Print libavformat version in outgoing SDPs. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sun, 04 May 2008 10:35:13 +0000 diego Use correct length modifier for pointer diff argument in av_log() call. libavformat
Wed, 05 Mar 2008 13:31:24 +0000 lucabe Add some information about the stream bitrate, if available libavformat
Tue, 19 Feb 2008 21:58:54 +0000 reimar Missing const, fix warnings: libavformat
Mon, 21 Jan 2008 14:28:58 +0000 lucabe Support out-of-band parameter sets in SDP for H.264 video libavformat
Mon, 21 Jan 2008 11:09:06 +0000 lucabe Add minimal support for H.264 video in the SDP generator libavformat
Thu, 10 Jan 2008 08:34:37 +0000 lucabe Pass a proper context to av_log() libavformat
Fri, 09 Nov 2007 12:33:28 +0000 lucabe Add support for some more audio formats libavformat
Fri, 26 Oct 2007 15:12:55 +0000 lucabe Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformat
Mon, 10 Sep 2007 15:08:23 +0000 lucabe Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformat
Wed, 05 Sep 2007 06:30:59 +0000 lucabe AAC support in the SDP generator libavformat
Mon, 03 Sep 2007 09:00:40 +0000 lucabe Fill the buffer with 0 before writing an SDP in it libavformat
Sun, 05 Aug 2007 13:44:56 +0000 lucabe Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformat
Sun, 05 Aug 2007 13:32:37 +0000 lucabe Fix linking when RTP is disabled and libraries are dynamic libavformat
Thu, 26 Jul 2007 22:34:26 +0000 lucabe Introduce an SDP generator libavformat