- 03 Sep, 2017 1 commit
-
-
Leo Izen authored
-
- 01 Sep, 2017 2 commits
-
-
wm4 authored
Main use-case is proxying avio through a foreign I/O layer and a custom AVIO context, without losing latency and performance characteristics. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Merged from Libav commit 173b5621.
-
Anton Khirnov authored
Before this commit, AVIOContext is to be freed with a plain av_free(), which prevents us from adding any deeper structure to it. (cherry picked from commit 99684f3a) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 30 Aug, 2017 3 commits
-
-
Paul B Mahol authored
Such requirement is not necessary and code works without it just fine. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paras Chadha authored
Signed-off-by:
Paras Chadha <paraschadha18@gmail.com>
-
Paras Chadha authored
Signed-off-by:
Paras Chadha <paraschadha18@gmail.com>
-
- 29 Aug, 2017 1 commit
-
-
Nicolas George authored
-
- 27 Aug, 2017 2 commits
-
-
Michael Niedermayer authored
Fixes: loop.m3u The default max iteration count of 1000 is arbitrary and ideas for a better solution are welcome Found-by: Xiaohei and Wangchu from Alibaba Security Team Previous version reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Maksym Veremeyenko authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 26 Aug, 2017 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
-
- 25 Aug, 2017 3 commits
-
-
pkviet authored
The -map option allows for a trailing ? so that an error is not thrown if the input stream does not exist. This capability is extended to the map_channel option. This allows a ffmpeg command not to break if an input channel does not exist, which can be of use (for instance, scripts processing audio channels with sources having unset number of audio channels). Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Muhammad Faiz authored
Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 24 Aug, 2017 2 commits
-
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
-
- 22 Aug, 2017 1 commit
-
-
Ravindra authored
Signed-off-by:
Ravindra Patagar <rpatagar@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 20 Aug, 2017 2 commits
-
-
Jun Zhao authored
Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
Mark Thompson authored
Use AVCodecContext.compression_level rather than a private option, replacing the H.264-specific quality option (which stays only for compatibility). This now works with the H.265 encoder in the i965 driver, as well as the existing cases with the H.264 encoder. (cherry picked from commit 19388a72)
-
- 19 Aug, 2017 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 17 Aug, 2017 2 commits
-
-
Kyle Swanson authored
Signed-off-by:
Kyle Swanson <k@ylo.ph>
-
Werner Robitza authored
Explain that audio will be upsampled to 192 kHz. Addresses issues mentioned in issue 6570. Signed-off-by:
Werner Robitza <werner.robitza@gmail.com>
-
- 16 Aug, 2017 1 commit
-
-
Leo Izen authored
Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Aug, 2017 3 commits
-
-
Vittorio Giovara authored
Based off mpv automatic tonemapping capabilities. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Add a pixel format flag to identify this family. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Paul B Mahol authored
-
- 08 Aug, 2017 2 commits
-
-
wm4 authored
Black isn't always just memset(ptr, 0, size). Limited YUV in particular requires relatively non-obvious values, and filling a frame with repeating 0 bytes is disallowed in some contexts. With component sizes larger than 8 or packed YUV, this can become relatively complicated. So having a generic function for this seems helpful. In order to handle the complex cases in a generic way without destroying performance, this code attempts to compute a black pixel, and then uses that value to clear the image data quickly by using a function like memset. Common cases like yuv410p10 or rgba can't be handled with a simple memset, so there is some code to fill memory with 2/4/8 byte patterns. For the remaining cases, a generic slow fallback is used. Signed-off-by:
Anton Khirnov <anton@khirnov.net> Merged from Libav commit 45df7adc.
-
wm4 authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> Merged from Libav commit 47399ccd.
-
- 07 Aug, 2017 1 commit
-
-
Paul B Mahol authored
-
- 06 Aug, 2017 1 commit
-
-
DeHackEd authored
Makes behaviour of 805ce25b optional, re-enables HLS key rotation feature Reviewed-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
DHE <git@dehacked.net>
-
- 05 Aug, 2017 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 04 Aug, 2017 2 commits
-
-
Steven Liu authored
This TODO is done. See 5caaa3a4Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Paul B Mahol authored
-
- 02 Aug, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 31 Jul, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Jul, 2017 1 commit
-
-
Jun Zhao authored
Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- 27 Jul, 2017 1 commit
-
-
James Almer authored
-
- 25 Jul, 2017 1 commit
-
-
Nicolas George authored
-