- 26 Dec, 2011 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Janne Grunau authored
Writes past the end of the destination buffer were occuring when its stride was smaller than the stride of the source. Fixes Bug #183.
-
- 25 Dec, 2011 12 commits
-
-
Anton Khirnov authored
Fixes a memleak.
-
Anton Khirnov authored
-
Konstantin Todorov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Decoding Sintel.2010.1080p.mkv with 4 threads on an i7 2600K goes from 260s to 244s.
-
Anton Khirnov authored
This will allow memcpy-free passing frames to lavfi.
-
Anton Khirnov authored
It can be used to directly pass a AVFilterBufferRef to lavfi, avoiding a memcpy.
-
Stefano Sabatini authored
avfilter_copy_frame_props() avoids code duplication and increases robustness.
-
Stefano Sabatini authored
The format is a per-frame property, having it in AVFrame simplify the operation of extraction of that information, since avoids the need to access the codec/stream context.
-
Stefano Sabatini authored
width and height are per-frame properties, setting these values in AVFrame simplify the operation of extraction of that information, since avoids the need to check the codec/stream context.
-
Stefano Sabatini authored
The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
-
Gautam Gupta authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
-
- 23 Dec, 2011 9 commits
-
-
Reinhard Tartler authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at> Fixes NGS00145, CVE-2011-4352 Found-by: Phillip Langlois Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Michael Niedermayer authored
Fixes NGS00148, CVE-2011-4579 Found-by: Phillip Langlois Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Reinhard Tartler authored
-
Janne Grunau authored
-
Janne Grunau authored
Fixes compilation on FreeBSD with clang 3.
-
Anton Khirnov authored
-
Alexander Strange authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Sergey Radionov authored
Also add "volatile" to broadcast flag (since it is used from multiple threads). Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 22 Dec, 2011 14 commits
-
-
Diego Biurrun authored
The muxer depends on the id3v2 writing code, so link against it.
-
Diego Biurrun authored
The demuxer depends on the RIFF codec tags code, so link against it.
-
Diego Biurrun authored
The demuxer depends on code from mov.c, which in turn depends on code from mov_chan.c, so link against it.
-
Gaurav Narula authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Shitiz Garg authored
Fixes bugzilla #135 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Paul B Mahol authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
A negative number of threads does not make sense and 0 is used for autodetection. Adds a symbolic name for autodetection.
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Use sched_getaffinity to determine the number of logical CPUs. Limits the number of threads to 16 since slice threading of H.264 seems to be buggy with more than 16 threads.
-
Janne Grunau authored
-
Paul B. Mahol authored
This file does not use anything from get_bits.h but needs intreadwrite.h. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Diego Biurrun authored
The prefix is a historic remnant that probably meant "alternative". Now that the A32 bitstream reader has been dropped it makes no sense anymore.
-
Anton Khirnov authored
It's a part of public API.
-