- 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.
-
- 11 Feb, 2017 1 commit
-
-
Anton Khirnov authored
-
- 12 Jan, 2017 1 commit
-
-
Diego Biurrun authored
-
- 07 Dec, 2016 2 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 01 Nov, 2016 1 commit
-
-
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>
-
- 29 Aug, 2016 1 commit
-
-
Vittorio Giovara authored
After init_opts() there needs to be an uninit_opts() call to free the swscale context and other buffers. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 21 Jul, 2016 1 commit
-
-
Vittorio Giovara authored
This reverts commit 0e0538ae. The valgrind warning was a false positive due to OSX implementation of printf (invoking a strnlen), while this code is actually fine, since the format specifier %.*s guarantes that no more than buf_size bytes from buf will be read. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Jul, 2016 1 commit
-
-
Vittorio Giovara authored
Fixes valgrind warning "Conditional jump or move depends on uninitialised value(s)." from avio_flush().
-
- 17 May, 2016 1 commit
-
-
Vittorio Giovara authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 26 Feb, 2016 5 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This will be useful in the following commits.
-
Anton Khirnov authored
Do not pass just a bare AVFormatContext pointer around, wrap it in struct. This will be useful in the following commits.
-
Anton Khirnov authored
avprobe is not doing any decoding, so this is more correct than printing information from a random codec implementation.
-
Anton Khirnov authored
AVStream.codec is always non-NULL
-
- 22 Feb, 2016 1 commit
-
-
Anton Khirnov authored
avio_close() can only be called on AVIOContexts created by avio_open(2).
-
- 26 Oct, 2015 1 commit
-
-
Luca Barbato authored
Make sure it does not leak packets. CC: libav-stable@libav.org
-
- 02 May, 2015 2 commits
-
-
Martin Storsjö authored
This is printed in a separate subgroup "displaymatrix" inside a new group named "sidedata". The subgroup has got two values, "rotation" (which is the parsed rotation from the matrix) and "matrix" containing the full actual values. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 17 Oct, 2014 1 commit
-
-
Luca Barbato authored
The element is always valid. CC: libav-stable@libav.org Bug-Id: CID 732276
-
- 08 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 07 Jul, 2013 2 commits
-
-
Luca Barbato authored
Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523
-
Luca Barbato authored
-
- 11 Apr, 2013 1 commit
-
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
- 07 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Jan, 2013 1 commit
-
-
Anton Khirnov authored
Based on a patch by Jan Gerber <j@v2v.cc>
-
- 02 Dec, 2012 1 commit
-
-
Janne Grunau authored
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 03 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 30 Aug, 2012 1 commit
-
-
Anton Khirnov authored
func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it).
-
- 27 Aug, 2012 1 commit
-
-
Martin Storsjö authored
This also makes sure the function pointers are stored via the same union member as they are accessed via. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Aug, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-