- 02 Nov, 2016 18 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
libavformat\rtmpproto.c(1165) : warning C4702: unreachable code
-
Diego Biurrun authored
libavcodec/binkdsp.c(156) : warning C4028: formal parameter 1 different from declaration
-
Diego Biurrun authored
libavcodec/idctdsp.c(175) : warning C4028: formal parameter 2 different from declaration
-
Diego Biurrun authored
libavcodec/aactab.h:49:1: warning: ‘extern’ is not at beginning of declaration [-Wold-style-declaration]
-
Diego Biurrun authored
libavfilter/vf_drawtext.c:226:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is more efficient and so preferred over allocating the buffers manually.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
-
Anton Khirnov authored
It is simpler and more efficient.
-
Anton Khirnov authored
-
Anton Khirnov authored
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
-
James Almer authored
Example usage: avconv -i INPUT -bsf filter[=opt1=val1:opt2=val2] OUTPUT Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 01 Nov, 2016 3 commits
-
-
Vittorio Giovara authored
This matrix needs to be applied after all others have (currently only display matrix from trak), but cannot be handled in movie box, since streams are not allocated yet. So store it in main context, and apply it when appropriate, that is after parsing the tkhd one. Fate tests are updated accordingly. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This is needed for improved fate testing and it is modeled after -show_format_entry. The main behavioral difference is that when a print function is called with an empty key, rather than discarding it, the closes key in the hierarchy is used instead. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 31 Oct, 2016 1 commit
-
-
Mark Thompson authored
The use of TLSv1_*_method() disallows newer protocol versions; instead use SSLv23_*_method() and then explicitly disable the deprecated protocol versions which should not be supported.
-
- 30 Oct, 2016 3 commits
-
-
Luca Barbato authored
Avoid an underlink issue on recent distributions. CC: libav-stable@libav.org
-
Luca Barbato authored
This reverts commit 7d8d726b.
-
Luca Barbato authored
-
- 29 Oct, 2016 1 commit
-
-
Diego Biurrun authored
-
- 28 Oct, 2016 6 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Fixes several warnings from -Wformat.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=] libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t {aka unsigned int}’ [-Wformat=]
-
Diego Biurrun authored
-
- 27 Oct, 2016 8 commits
-
-
Diego Biurrun authored
This also kills some warnings with certain compiler options.
-
Diego Biurrun authored
The code has little usefulness and uses the __PRETTY_FUNCTION__ GNU extension.
-
Diego Biurrun authored
The output is rather silly and the code uses non-standard __FUNCTION__.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/h264_loopfilter.c:531:111: warning: variable 'edge' is uninitialized when used here [-Wuninitialized]
-
Diego Biurrun authored
libavcodec/mpegaudiodec_template.c:885:97: warning: variable 'x' is uninitialized when used here [-Wuninitialized]
-
Diego Biurrun authored
Since avversion.h is a generated header it must be created before dependencies can be determined as a side effect of compilation. Otherwise Make stops and restarts the build process to generate avversion.h and produces related error messages.
-