- 05 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733719 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Oct, 2012 1 commit
-
-
Mans Rullgard authored
getsockname() takes a pointer to socklen_t which is not necessarily int. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID703688 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Sep, 2012 1 commit
-
-
Andrey Utkin authored
This updated version does not deviate from previous behavior on default value of 'buffer_size' I skipped porting 'sources', 'block' options for now as they're parsed seriously. So i added TODO remarks. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2012 1 commit
-
-
Andrey Utkin authored
This patch accepts 'timeout' option for input mode only. As far as i know, UDP output cannot introduce delays. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Aug, 2012 1 commit
-
-
anonymous authored
This seems to cause a crash on Windows. The author of that patch was a random guy on IRC who wants to stay anonymous.
-
- 20 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
This happens with for example mplayer. Fixing it in ffmpeg allows new ffmpeg to be compiled with older mplayer which would not be possible if the fix was just in mplayer. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
They are only supported if pthread is available.
-
- 28 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jun, 2012 2 commits
-
-
Eric Petit authored
Wait until the thread is down before destroying the fifo Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
Based on an original patch by Stephen D'Angelo <SDAngelo@evertz.com>. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Jun, 2012 1 commit
-
-
Martin Storsjö authored
This heaader is required for close() for sockets in network code. For winsock, the equivalent function is defined in the winsock2.h header. This avoids having the HAVE_UNISTD_H in all files dealing with raw sockets. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Jun, 2012 3 commits
-
-
Martin Storsjö authored
If stdin has been closed, 0 is a valid socket descriptor. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also use ff_neterrno() instead of errno directly (which doesn't work on windows), for getting the error code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
getnameinfo doesn't set errno on failure, it returns an error code, which should be handled by gai_strerror instead of the normal strerror. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 14 May, 2012 1 commit
-
-
Nicolas George authored
Some environments, for example Android, pretend to have pthreads but actually have only a partial implementation.
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 22 Mar, 2012 5 commits
-
-
Nicolas George authored
-
Nicolas George authored
-
Nicolas George authored
The comment seemed to indicate that left was used to limit the size of the recv, but it was not so.
-
Nicolas George authored
-
Nicolas George authored
It allows to exit the thread immediately instead of waiting for select to timeout (one second in the current code).
-
- 17 Mar, 2012 1 commit
-
-
Nicolas George authored
In non-blocking mode, lowest-level read protocols are supposed block only for a short amount of time to let retry_transfer_wrapper() check for interrupts. Also, checking the interrupt_callback in the receiving thread is wrong, as interrupt_callback is not guaranteed to be thread-safe and the job is already done by retry_transfer_wrapper(). The error code was also incorrect. Bug reported by Andrey Utkin.
-
- 12 Mar, 2012 4 commits
-
-
Andrey Utkin authored
Optionize fail/survive on circular buffer overrun Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit 9abd47fe. Broke compilation on openbsd and others
-
Tudor.Suciu authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Mar, 2012 4 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes sending back RTCP RR packets if receiving RTP over multicast. If the multicast stream is sent on demand (set up and signalled via RTSP), the sender might depend on getting RTCP RR packets knowing that there are listeners, otherwise the stream can be closed after a certain timeout. This fixes receiving RTSP streams over multicast on unix, from certain Axis cameras. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
When this code was added in 36b53281, the new code was added between the existing comment and the existing line of code, making the old comment seem to refer to the new code. This makes it read correctly. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jan, 2012 1 commit
-
-
Laurent BRULET authored
Fixes ticket915
-
- 05 Jan, 2012 1 commit
-
-
Martin Storsjö authored
This definition is in two files, since the definitions will move to the private header at the next bump. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Dec, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
When no data was available both the buffer thread as well as the main thread would block in select(), when data becomes available both should move forward and as data is read in the buffer thread the main thread would block in select() later the read data was put in the fifo but the main thread still would be blocked in select() until either the timeout or another packet would come in. This is solved in this commit by using a mutex and a condition variable Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-