- 28 Jul, 2017 1 commit
-
-
Peter Große authored
Fixes an infinite loop when a demuxer fails to seek to the start of the input. Signed-off-by:
Peter Große <pegro@friiks.de> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 26 Jul, 2017 1 commit
-
-
Anton Khirnov authored
Some parts of the code are based on a patch by Timo Rothenpieler <timo@rothenpieler.org>
-
- 18 Jun, 2017 1 commit
-
-
Mark Thompson authored
-
- 08 Jun, 2017 1 commit
-
-
wm4 authored
This also adds support to avconv (which is trivial due to the new hwaccel API being generic enough). The new decoder setup code in dxva2.c is significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 03 Jun, 2017 1 commit
-
-
Diego Biurrun authored
avtools/cmdutils.c:1234:28: warning: unused variable ‘pix_fmt’ [-Wunused-variable]
-
- 31 May, 2017 1 commit
-
-
Luca Barbato authored
-
- 16 May, 2017 1 commit
-
-
Mark Thompson authored
Same as f64d1100, for stream copy rather than encode.
-
- 30 Apr, 2017 2 commits
-
-
Mark Thompson authored
This only supports one device globally, but more can be used by passing them with input streams in hw_frames_ctx or by deriving new devices inside a filter graph with hwmap.
-
Mark Thompson authored
If -hwaccel foo is supplied without any other device options, and the foo hwaccel is meant to have a device, try to make such a device with default parameters for the hwaccel to use.
-
- 27 Apr, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Apr, 2017 2 commits
-
-
Luca Barbato authored
print_str() cannot print NULL. Bug-Id: 1040 CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The allocation event can trigger while the decoding thread is already closing. Bug-Id: 1052 CC: libav-stable@libav.org
-
- 02 Apr, 2017 1 commit
-
-
Mark Thompson authored
Before this, output bitstream filters would never see EOF and therefore would not be able to flush any delayed packets.
-
- 23 Mar, 2017 1 commit
-
-
Luca Barbato authored
Avoid confusion.
-
- 20 Mar, 2017 3 commits
-
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
Not yet enabled for any hwaccels.
-
- 07 Mar, 2017 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 21 Feb, 2017 1 commit
-
-
Diego Biurrun authored
This unclutters the top-level directory and groups related files together.
-