- 30 Dec, 2013 1 commit
-
-
Nicolas George authored
-
- 25 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
The old API required this clearing in the past, the new API does not require it. Fixes memleak Regression introduced by 37a74901Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Dec, 2013 1 commit
-
-
wm4 authored
This is useful for debugging. Reference and ffprobe.xsd changes done and tested by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 14 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 13 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 03 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
Fix leak. Spotted-by: Michael Niedermayer
-
- 30 Nov, 2013 1 commit
-
-
Timothy Gu authored
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
This reverts commit ca21116b. Revert suggested by Jamal: "Bad secondary effect i just noticed: Every time version.h is changed (git pull for example), anything that includes config.h will be recompiled. And that means pretty much every single file in the tree. "
-
Timothy Gu authored
Avoid clash with version.h of the libraries. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Nov, 2013 1 commit
-
-
Stefano Sabatini authored
Simplify.
-
- 25 Nov, 2013 1 commit
-
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 23 Nov, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 22 Nov, 2013 4 commits
-
-
Stefano Sabatini authored
Nitted-By: ubitux
-
Stefano Sabatini authored
This should fix trac tickets #1163, #2502.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This allows to make use of validation features.
-
- 21 Oct, 2013 1 commit
-
-
Stefano Sabatini authored
Move array size assert after the count increment, and avoid strchr() NULL dereference on p. Should fix FFmpeg coverity issue #1108581.
-
- 03 Oct, 2013 1 commit
-
-
Stefano Sabatini authored
Fix trac ticket #3006.
-
- 23 Sep, 2013 1 commit
-
-
Stefano Sabatini authored
Fix warning: ffprobe.c:1684:21: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized] end = start + interval->end; The warning is a false positive, since the variable is accessed only if has_start is set, and in that case start has been already set.
-
- 19 Sep, 2013 1 commit
-
-
Stefano Sabatini authored
This is also useful to test seeking on an input file. This also addresses trac ticket #1437.
-
- 17 Sep, 2013 1 commit
-
-
Stefano Sabatini authored
Since the errors are not fatal, it is less confusing not to show them as errors but as warnings. Arbitrarily fixes trac ticket #2419.
-
- 04 Sep, 2013 1 commit
-
-
Nicolas George authored
Fix trac ticket #2930.
-
- 01 Sep, 2013 1 commit
-
-
Stefano Sabatini authored
Should address trac ticket #2621.
-
- 28 Jul, 2013 2 commits
-
-
Florent Tribouilloy authored
The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
This fixes rendering of sections containing nested elements followed by an array, for example as in the case: programs->streams->stream enabled by the -show_programs option.
-
- 26 Jun, 2013 4 commits
-
-
Stefano Sabatini authored
This is consistent with the other ff* tools, and also avoids spurious success reports when ret%256 = 0.
-
Stefano Sabatini authored
-
Nicolas George authored
Without this fix, ffprobe would exit with a failure exit code if a stream specifier is given that selects the last stream. Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
-
Stefano Sabatini authored
-
- 06 Jun, 2013 1 commit
-
-
Stefano Sabatini authored
Address trac ticket #2636.
-
- 19 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
Avoid access to uninitialized values, which may result in a crash. This happens for example in case of option parsing failure, since in that case the internal AVBprint buffers are not initialized.
-
- 16 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 12 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
Make ffprobe honour codec options, and support stream specifiers like it is done in ffplay. In particular, address Trac ticket #1859.
-
- 01 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jan, 2013 1 commit
-
-
Clément Bœsch authored
-
- 15 Dec, 2012 1 commit
-
-
Stefano Sabatini authored
Fix trac ticket #2027.
-
- 23 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
Fix memleak.
-
- 22 Nov, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-