- 15 Nov, 2016 1 commit
-
-
Diego Biurrun authored
libavfilter/af_asyncts.c:212:9: warning: absolute value function 'labs' given an argument of type 'int64_t' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value]
-
- 12 Nov, 2016 1 commit
-
-
Diego Biurrun authored
libavfilter/vf_drawtext.c:844:49: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
-
- 03 Nov, 2016 2 commits
-
-
Mark Thompson authored
Takes a frame associated with a hardware context as input and maps it to something else (another hardware frame or normal memory) for other processing. If the frame to map was originally in the target format (but mapped to something else), the original frame is output. Also supports mapping backwards, where only the output has a hardware context. The link immediately before will be supplied with mapped hardware frames which it can write directly into, and this filter then unmaps them back to the actual hardware frames.
-
Mark Thompson authored
Broken by e3fb74f7. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 02 Nov, 2016 4 commits
-
-
Mark Thompson authored
Also adds a new flag to mark filters which are aware of hwframes and will perform this task themselves, and marks all appropriate filters with this flag. This is required to allow software-mapped hardware frames to work, because we need to have the frames context available for any later mapping operation in the filter graph. The output from the filter graph should only propagate further to an encoder if the hardware format actually matches the visible format (mapped frames are valid here and have an hw_frames_ctx, but this should not be given to the encoder as its hardware context).
-
Mark Thompson authored
-
Mark Thompson authored
-
Diego Biurrun authored
libavfilter/vf_drawtext.c:226:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
-
- 25 Oct, 2016 1 commit
-
-
Yogender Gupta authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 17 Oct, 2016 1 commit
-
-
Diego Biurrun authored
This fixes many warnings of the sort warning: label alone on a line without a colon might be in error
-
- 14 Sep, 2016 1 commit
-
-
Mark Thompson authored
If the input has been decoded from a stream which uses edge cropping then the whole surface need not be valid. This defines an input region for the scaler so we only use the active area of the frame.
-
- 29 Aug, 2016 1 commit
-
-
Burt P authored
Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 22 Jul, 2016 1 commit
-
-
Anton Khirnov authored
-
- 02 Jul, 2016 1 commit
-
-
Mark Thompson authored
-
- 28 Jun, 2016 1 commit
-
-
Anton Khirnov authored
The reasoning is the same as for the previous commit.
-
- 25 Jun, 2016 1 commit
-
-
Anton Khirnov authored
The destination filter might expect the hw frames context to be already set (this is the case e.g. for hwdownload).
-
- 21 Jun, 2016 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 29 May, 2016 1 commit
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- 28 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 23 May, 2016 1 commit
-
-
Anton Khirnov authored
-
- 13 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 05 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2016 2 commits
-
-
Diego Biurrun authored
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 03 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 07 Apr, 2016 2 commits
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 25 Mar, 2016 1 commit
-
-
Anton Khirnov authored
CC: libav-stable@libav.org
-
- 23 Mar, 2016 2 commits
-
-
Anton Khirnov authored
-
Mark Thompson authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 19 Mar, 2016 1 commit
-
-
Mark Thompson authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 24 Feb, 2016 1 commit
-
-
Anton Khirnov authored
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 14 Feb, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It makes more sense to not claim anything about the SAR if we don't know anything. No changes in the FATE tests, since this is what avconv ends up doing anyway.
-
- 12 Feb, 2016 1 commit
-
-
Anton Khirnov authored
-
- 25 Jan, 2016 1 commit
-
-
Vittorio Giovara authored
-
- 11 Jan, 2016 1 commit
-
-
Clément Bœsch authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-