February 17, 2009
View bf6d981

Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not a static function

Luca Abeni authored on 2009/02/17 17:12:51
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
January 27, 2009
View 20631a9

Merge rtp_internal.h in rtp.h, and remove rtp_internal.h

Luca Abeni authored on 2009/01/27 21:23:16
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
June 24, 2008
View 309d32b

Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP

Luca Abeni authored on 2008/06/24 20:07:04
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
March 31, 2008
View 2ccf0a4

Add a comment about missing entries

Luca Abeni authored on 2008/03/31 18:54:49
View 87cb064

Use the correct size for the enc_name field (removing the arbitrary "50" size)

Luca Abeni authored on 2008/03/31 18:49:58
View 19faa9f

Remove useless entries from AVRtpPayloadTypes

Luca Abeni authored on 2008/03/31 18:48:04
View e4ed1fb

Support mp3 audio in the RTP muxer

Luca Abeni authored on 2008/03/31 18:42:45
January 6, 2008
View 7d51edd

Make AVRtpPayloadTypes static and constant Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com)

Diego Pettenò authored on 2008/01/06 19:00:04
January 5, 2008
View 83a0d38

Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies

Luca Abeni authored on 2008/01/05 05:09:48
View 8eb793c

Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies

Luca Abeni authored on 2008/01/05 04:33:50
December 2, 2007
View d0b53d0

Fix some spelling mistakes.

Diego Biurrun authored on 2007/12/02 23:06:28
November 21, 2007
View 899681c

Use dynamically allocated ByteIOContext in AVFormatContext

Björn Axelsson authored on 2007/11/21 16:41:00