- 10 Apr, 2011 1 commit
-
-
Alex Converse authored
-
- 09 Apr, 2011 5 commits
-
-
Alexander Strange authored
The thread_type API allows you to request only FF_THREAD_FRAME (instead of FRAME | SLICE), but it was being ignored. We don't implement both of them at the same time, so there isn't an effect on current codecs, except that you can request no kinds of threading now (a bit useless). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Reimar Döffinger authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
-
Gwenole Beauchesne authored
(cherry picked from commit a18e7b4f) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Gwenole Beauchesne authored
This fixes ticket #23. (cherry picked from commit 621f4c98) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 08 Apr, 2011 15 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more consistent with the rest of the API.
-
Anton Khirnov authored
The new name is more consistent with the rest of the API.
-
Anton Khirnov authored
It doesn't look very useful as a public function.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more readable and makes it easier to reorder URLProtocol members.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
There's no particular reason to pollute the namespace with a typedef for it.
-
- 07 Apr, 2011 10 commits
-
-
Luca Barbato authored
Fix compilation on systems without poll()
-
Anton Khirnov authored
-
Anton Khirnov authored
And hide request_channels AVOption under it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Luca Barbato authored
This way is possible to have simple micro-server act like ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://foo:1234?listen
-
Luca Barbato authored
This way people will not get surprises regarding the current configure behaviour and contributors will have a guideline on what is expected.
-
Luca Barbato authored
Support the URL_FLAG_NONBLOCK semantic and uniform the protocol. The quick retry loop is already part of retry_transfer_wrapper. The polling routine is common to the network protocols: udp, tcp and, once merged, sctp.
-
- 06 Apr, 2011 7 commits
-
-
Anton Khirnov authored
The replacement isn't ready yet.
-
Janne Grunau authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
- 05 Apr, 2011 2 commits
-
-
Nathan Caldwell authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Anton Khirnov authored
Fixes build with --disable-muxers --disable-network. Thanks to Hendrik Leppkes for noticing.
-