- Oct 07, 2014
-
-
Tobias Rapp authored
Adds option -show_pixel_formats to ffprobe which lists all available pixel formats with some details. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 08, 2014
-
-
Carl Eugen Hoyos authored
Fixes ticket #3919.
-
- Aug 17, 2014
-
-
Nicolas George authored
-
- Jul 30, 2014
-
-
Michael Niedermayer authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 23, 2014
-
-
Tobias Rapp authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 09, 2014
-
-
Billy Shambrook authored
The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461 Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- May 21, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 18, 2014
-
-
Anshul authored
Fix trac ticket #3603. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Apr 29, 2014
-
-
Nicolas George authored
-
- Apr 23, 2014
-
-
Stefano Sabatini authored
Fix trac ticket #3523.
-
- Apr 13, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3363 Using U+FFFD REPLACEMENT CHARACTER as suggested by nicolas Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 30, 2013
-
-
Nicolas George authored
-
- Dec 25, 2013
-
-
Michael Niedermayer authored
The old API required this clearing in the past, the new API does not require it. Fixes memleak Regression introduced by 37a74901 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 17, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 15, 2013
-
-
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>
-
- Dec 14, 2013
-
-
Stefano Sabatini authored
-
- Dec 13, 2013
-
-
Stefano Sabatini authored
-
- Dec 03, 2013
-
-
Stefano Sabatini authored
Fix leak. Spotted-by: Michael Niedermayer
-
- Nov 30, 2013
-
-
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>
-
- Nov 27, 2013
-
-
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>
-
- Nov 26, 2013
-
-
Stefano Sabatini authored
Simplify.
-
- Nov 25, 2013
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Nov 23, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Nov 22, 2013
-
-
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.
-
- Oct 21, 2013
-
-
Stefano Sabatini authored
Move array size assert after the count increment, and avoid strchr() NULL dereference on p. Should fix FFmpeg coverity issue #1108581.
-
- Oct 03, 2013
-
-
Stefano Sabatini authored
Fix trac ticket #3006.
-
- Sep 23, 2013
-
-
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.
-
- Sep 19, 2013
-
-
Stefano Sabatini authored
This is also useful to test seeking on an input file. This also addresses trac ticket #1437.
-
- Sep 17, 2013
-
-
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.
-
- Sep 04, 2013
-
-
Nicolas George authored
Fix trac ticket #2930.
-
- Sep 01, 2013
-
-
Stefano Sabatini authored
Should address trac ticket #2621.
-
- Jul 28, 2013
-
-
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.
-
- Jun 26, 2013
-
-
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>
-