Tue, 24 Jun 2008 11:07:04 +0000 |
lucabe |
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Mon, 31 Mar 2008 09:54:49 +0000 |
lucabe |
Add a comment about missing entries
libavformat
|
Mon, 31 Mar 2008 09:49:58 +0000 |
lucabe |
Use the correct size for the enc_name field (removing the arbitrary "50" size)
libavformat
|
Mon, 31 Mar 2008 09:48:04 +0000 |
lucabe |
Remove useless entries from AVRtpPayloadTypes
libavformat
|
Mon, 31 Mar 2008 09:42:45 +0000 |
lucabe |
Support mp3 audio in the RTP muxer
libavformat
|
Sun, 06 Jan 2008 10:00:04 +0000 |
lucabe |
Make AVRtpPayloadTypes static and constant
libavformat
|
Fri, 04 Jan 2008 20:09:48 +0000 |
lucabe |
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
libavformat
|
Fri, 04 Jan 2008 19:33:50 +0000 |
lucabe |
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
libavformat
|
Sun, 02 Dec 2007 14:06:28 +0000 |
diego |
Fix some spelling mistakes.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Fri, 16 Nov 2007 13:13:53 +0000 |
lucabe |
Add MPEG2 support to the RTP muxer
libavformat
|
Fri, 16 Nov 2007 07:59:41 +0000 |
lucabe |
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
libavformat
|
Mon, 05 Nov 2007 12:25:10 +0000 |
lucabe |
Do not send too many RTCP packets (according to RFC 3550, the minimum
libavformat
|
Mon, 05 Nov 2007 10:15:20 +0000 |
lucabe |
Use a symbolic name for the payload size of an RTCP Sender Report packet
libavformat
|
Tue, 02 Oct 2007 14:48:08 +0000 |
lucabe |
Allow to set the maximum number of frames per RTP packet (and add support for
libavformat
|
Mon, 24 Sep 2007 10:43:26 +0000 |
lucabe |
Fix a warning by removing an useless assignment (buf_ptr should be only
libavformat
|
Fri, 14 Sep 2007 08:17:06 +0000 |
lucabe |
Support for AAC streaming over RTP. Fragmentation is not implemented yet
libavformat
|
Mon, 10 Sep 2007 07:01:29 +0000 |
lucabe |
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
libavformat
|
Mon, 10 Sep 2007 06:58:19 +0000 |
lucabe |
Properly set RTP and NTP timestamps in RTCP SR packets
libavformat
|
Fri, 24 Aug 2007 07:13:34 +0000 |
lucabe |
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Wed, 27 Jun 2007 06:54:47 +0000 |
benoit |
remove empty write trailer functions
libavformat
|
Wed, 13 Jun 2007 08:24:22 +0000 |
benoit |
remove decode_be32/64 and replace them by AV_RB32/64
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Wed, 04 Apr 2007 11:51:08 +0000 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavformat
|
Sun, 04 Mar 2007 23:29:14 +0000 |
takis |
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
libavformat
|
Sun, 04 Mar 2007 23:27:59 +0000 |
takis |
Move rtp_get_payload_type()'s unaltered comments to the header file.
libavformat
|