- 14 Nov, 2012 1 commit
-
-
Luca Barbato authored
Support multiple video/audio streams with different format in the same session. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 Oct, 2012 1 commit
-
-
Martin Storsjö authored
This gets rid of this warning: libavformat/rtsp.c: In function ‘rtsp_parse_transport’: libavformat/rtsp.c:794: warning: cast discards qualifiers from pointer target type Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 22 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Aug, 2012 1 commit
-
-
Martin Storsjö authored
The condition for calling the rtpdec cleanup was broken in df8cf076. This fixes a memory leak. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Aug, 2012 1 commit
-
-
Jordi Ortiz authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Aug, 2012 2 commits
-
-
Martin Storsjö authored
This is basically the same way as mpegts packets are parsed in rtpdec.c. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
EvoStream Media Server can serve data in this format, and VLC/live555 already supports it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 21 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
This makes usage of the macro look more natural when used with array entries. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 10 Jul, 2012 3 commits
-
-
Jordi Ortiz authored
This makes the RTSP demuxer act as a server, listening for an incoming connection. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Jordi Ortiz authored
This is required for the upcoming RTSP listen mode. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Jordi Ortiz authored
We need to support the nonstandard mode=receive, for compatibility with older libavformat clients. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Jun, 2012 1 commit
-
-
Martin Storsjö authored
This seems to be the correct mode to send, according to the original RTSP RFC, and matches the method RECORD which is sent later when starting to send data. Darwin Streaming Server works fine with either of them. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 May, 2012 2 commits
-
-
Martin Storsjö authored
Some systems abuse the static payload types 35 or 36 (which according to IANA are unassigned) for H264. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also check the return value in sapenc. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 May, 2012 1 commit
-
-
Jordi Ortiz authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 06 May, 2012 1 commit
-
-
Mans Rullgard authored
The strtol() interface makes it difficult to use with const-qualified pointers. With this change, although the const is still lost, the compiler does not warn about it. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Apr, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids exposing a dummy AVStream which won't get any data and which will make avformat_find_stream_info wait for info about this stream. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 20 Mar, 2012 2 commits
-
-
Martin Storsjö authored
This enables reordering of UDP packets by default, unless the caller explicitly sets -max_delay 0. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Make the muxers/demuxers that use the field handle the default -1 in the same way as 0. This allows distinguishing an intentionally set 0 from the default value where the user hasn't set it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Also add missing trailing commas. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Passing ttl=0 to the rtp/udp url contexts makes packets never leave the host machine. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Feb, 2012 1 commit
-
-
Tommy Winther authored
This returns 200 OK for OPTIONS requests and 501 Not Implemented for all other requests. Even though this doesn't do much actual handling of the requests, it makes the code properly identify server requests as such, instead of interpreting it as a reply to the client's request as it did before. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Feb, 2012 1 commit
-
-
Martin Storsjö authored
This simplifies adding more flags to the macro. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Feb, 2012 2 commits
-
-
Martin Storsjö authored
The binary doesn't change after this patch. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The rtp demuxer which listens for RTP packets and detects the RTP payload type will currently get confused if the first packet received is an RTCP packet. Thus ignore such packets. Signed-off-by:
Martin Storsjö <martin@martin.st>
-