- 24 Oct, 2014 5 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
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>
-
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>
-
Martin Storsjö authored
Since av_gettime() is used in a number of places where actual real time clock is required, the monotonic clock introduced in ebef9f5a would have consequences that are hard to handle. Instead split it into a separate function that can be used in the cases where only relative time is desired. On platform where no monotonic clock is available, the difference between the two av_gettime functions is not clear, and one could mistakenly use the relative clock where an absolute one is required. Therefore add an offset, to make it evident that the time returned from av_gettime_relative never is actual current real time, even though it is based on av_gettime. Based on a patch by Olivier Langlois. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 21 Oct, 2014 8 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 733713
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703721
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 90558
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 733714
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732242
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 718141
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732248
-
Janne Grunau authored
-
- 20 Oct, 2014 10 commits
-
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 1238797
-
Luca Barbato authored
Chapters do not have an event_flags field. Bug-Id: CID 1231990
-
Vittorio Giovara authored
len is always >=1 in that case. Bug-Id: CID 1238784
-
Vittorio Giovara authored
Expression already evaluated before, redundant since 05338686. Bug-Id: CID 732199
-
Vittorio Giovara authored
CC: libav-stable@libav.org
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 718002
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1198258
-
Vittorio Giovara authored
Avoid a possible null pointer dereference. CC: libav-stable@libav.org Bug-Id: CID 1135769
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 732284
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732198
-
- 18 Oct, 2014 17 commits
-
-
Alexander Drozdov authored
Prevent possible memory leaks. Connect to nginx and request a non-existent resource to trigger the issue. CC: libav-stable@libav.org Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Uwe L. Korn <uwelk@xhochy.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Vittorio Giovara authored
Casting the left-most byte to unsigned avoids an undefined result of the shift by 24 if bit 7 is set. yuvPlanartouyvy_c and yuvPlanartoyuy2_c are affected. CC: libav-stable@libav.org Bug-Id: CID 732281 / CID 732282
-
Timothy Gu authored
Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is available. CC: libav-stable@libav.org Bug-Id: CID 1238992 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 732225
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1231986
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087076
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087086
-
Luca Barbato authored
And validate its size while at it. CC: libav-stable@libav.org Bug-Id: CID 1244189
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Currently, this option is accessed through AVCodecContext.mb_threshold, which originally controlled reusing MB data when transcoding mpeg to mpeg. Since the libvpx meaning is completely different from the original mpegvideo meaning, it is better to use a separate private option for this.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-