February 16, 2009
View 0550b58

Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not a static function

Luca Abeni authored on 2009/02/16 18:36:21
February 9, 2009
View 7be75dd

cosmetics: comment grammar/spelling fixes

Diego Biurrun authored on 2009/02/09 07:06:55
February 3, 2009
View f3650b2

use new metadata API in rtp muxer

Aurelien Jacobs authored on 2009/02/03 08:08:25
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
November 29, 2008
View 91cd7eb

Rename functions in sdp.c for consistency's sake.

Stefano Sabatini authored on 2008/11/29 22:55:03
August 28, 2008
View f1c80e3

Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and move it from sdp.c into utils.c. Also add new header internal.h specifically for lavf-specific internal API. See discussion in "Realmedia patch" thread on mailinglist.

Ronald S. Bultje authored on 2008/08/28 08:43:28
July 29, 2008
View c16184e

Fix a typo in sdp_write_header(): change "IPV4", which is not a valid network address type, to "IP4".

Stefano Sabatini authored on 2008/07/29 19:45:53
July 8, 2008
View 265fccc

Print libavformat version in outgoing SDPs.

Stefano Sabatini authored on 2008/07/08 16:05:57
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
May 4, 2008
View 4b13335

Use correct length modifier for pointer diff argument in av_log() call.

Diego Biurrun authored on 2008/05/04 19:35:13
March 5, 2008
View 83cc23c

Add some information about the stream bitrate, if available

Luca Abeni authored on 2008/03/05 22:31:24
February 20, 2008
View a1fc4d4

Missing const, fix warnings: sdp.c:115: warning: assignment discards qualifiers from pointer target type sdp.c:120: warning: assignment discards qualifiers from pointer target type

Reimar Döffinger authored on 2008/02/20 06:58:54
January 21, 2008
View 29e35d6

Support out-of-band parameter sets in SDP for H.264 video

Luca Abeni authored on 2008/01/21 23:28:58
View b21cd0b

Add minimal support for H.264 video in the SDP generator

Luca Abeni authored on 2008/01/21 20:09:06
January 10, 2008
View 81ab1fa

Pass a proper context to av_log()

Luca Abeni authored on 2008/01/10 17:34:37