- Oct 24, 2014
-
-
Olivier Langlois authored
Whenever av_gettime() is used to measure relative period of time, av_gettime_relative() is prefered as it guarantee monotonic time on supported platforms. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 17, 2014
-
-
Olivier Langlois authored
Whenever av_gettime() is used to measure relative period of time, av_gettime_relative() is prefered as it guarantee monotonic time on supported platforms. Signed-off-by:
Olivier Langlois <olivier@trillion01.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 17, 2014
-
-
Martin Storsjö authored
This avoids the caller having to calculate the byte rate if wanting to push a file in a rate resembling realtime. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 30, 2013
-
-
Thilo Borgmann authored
-
- Jun 22, 2012
-
-
Mans Rullgard authored
This reduces the dependency on unistd.h which is not available on all systems. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jan 25, 2012
-
-
Diego Biurrun authored
-
- Jan 21, 2012
-
-
Martin Storsjö authored
Also include stdlib.h explicitly - currently it is used implicitly via avformat.h. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 20, 2012
-
-
Martin Storsjö authored
Without this, the end of the file might not be transmitted/written. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by:
Martin Storsjö <martin@martin.st>
-