- 20 Jan, 2017 1 commit
-
-
Alexandra Hájková authored
-
- 19 Jan, 2017 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 17 Jan, 2017 2 commits
-
-
Alexandra Hájková authored
-
Luca Barbato authored
Make sure that NVENC does not misbehave if other cuda usages happen in the application.
-
- 13 Jan, 2017 5 commits
-
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Luca Barbato authored
The null demuxer does not have a backing AVIOContext.
-
Luca Barbato authored
Setting an invalid range for it makes the encoder behave inconsistently.
-
- 12 Jan, 2017 11 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The current condition can trigger in cases where it shouldn't, with unexpected results. Make sure that: - container cropping is really based on the original dimensions from the caller - those dimenions are discarded on size change The code is still quite hacky and eventually should be deprecated and removed, with the decision about which cropping is used delegated to the caller.
-
Anton Khirnov authored
-
Anton Khirnov authored
Also, add generic code for handling cropping, so the decoders can export just the cropping size and not bother with the rest.
-
Anton Khirnov authored
Extend the width/height doxy to clarify that it should store coded values.
-
Anton Khirnov authored
Introducing enforced sync points in arbitrary places is bad for performance. Since the vast majority of receiving code (QSV VPP or encoders, retrieving frames through hwcontext) will do the syncing, this change should not be visible to most callers. But bumping micro just in case. This is also consistent with what VAAPI hwaccel does.
-
Steve Lhomme authored
We can pick the correct slice index directly from the ID3D11VideoDecoderOutputView casted from data[3]. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Steve Lhomme authored
No need to loop through the known surfaces, we'll use the requested surface anyway. The loop is only done for DXVA2. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 11 Jan, 2017 3 commits
-
-
Mark Thompson authored
Before this change, it was possible to overflow pic_order_cnt_lsb and generate a stream with invalid POC numbering. This makes sure that the field is large enough that a single IDR B* P sequence uses fewer than half the available POC lsb values.
-
Mark Thompson authored
-
Mark Thompson authored
This change makes the configured GOP size be respected exactly - previously the value could be exceeded slightly due to flaws in the frame type selection logic.
-
- 09 Jan, 2017 12 commits
-
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Diego Biurrun authored
Fixes a number of warnings of the type libavutil/hmac.c:61:21: warning: assignment from incompatible pointer type
-
Diego Biurrun authored
size_t is the correct type to use for sizes.
-
Anton Khirnov authored
It is not called from outside h264dec.c anymore.
-
Anton Khirnov authored
Cropping parameters are already checked for validity during SPS parsing, no need to check them again.
-
Henrik Gramner authored
When allocating stack space with an alignment requirement that is larger than the current stack alignment we need to store a copy of the original stack pointer in order to be able to restore it later. If we chose to use another register for this purpose we should not pick eax/rax since it can be overwritten as a return value. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Especially config.log is often read by users trying to compile Libav, so its move should be documented.
-
Martin Storsjö authored
When building DLLs with MSVC, CONFIG_STATIC is disabled (see d66c52c2 for a more verbose explanation) since the built object files can't be linked statically (which checkasm does). This worked up until recently, only by luck. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Steve Lhomme authored
Given it's the same API than DVXA2 I don't know why the same output was not enabled for both. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 08 Jan, 2017 2 commits
-
-
Steve Lhomme authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Steve Lhomme authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 05 Jan, 2017 1 commit
-
-
Anton Khirnov authored
If a read fails, the current code will free the data but leave the size non-zero. Make sure the size is zeroed in such a case. CC: libav-stable@libav.org Bug-Id: 1001 Found-By: Kamil Frankowicz Signed-off-by: Sean McGovern <gseanmcg@gmail.com>
-