- 02 Mar, 2015 1 commit
-
-
Michael Niedermayer authored
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Feb, 2015 1 commit
-
-
Andreas Cadhalpun authored
Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3762.
-
- 19 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Idea from: a2c00d22Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Idea from: a2c00d22Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Oct, 2014 4 commits
-
-
Tobias Rapp authored
Adds output of chroma sub-sampling information to ffprobe -show_pixel_formats option. Note: This patch just prints the "raw" log2_charoma_w/h values instead of the previously suggested mapping into a chroma sub-sampling pattern string like "4:2:2". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Tobias Rapp authored
Adds output of bit depth per pixel format component to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Tobias Rapp authored
Adds output of pixel format flags to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 08 Sep, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3919.
-
- 17 Aug, 2014 1 commit
-
-
Nicolas George authored
-
- 30 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jun, 2014 1 commit
-
-
Tobias Rapp authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jun, 2014 1 commit
-
-
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/178461Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 21 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 May, 2014 1 commit
-
-
Anshul authored
Fix trac ticket #3603. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 29 Apr, 2014 1 commit
-
-
Nicolas George authored
-
- 23 Apr, 2014 1 commit
-
-
Stefano Sabatini authored
Fix trac ticket #3523.
-
- 13 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3363 Using U+FFFD REPLACEMENT CHARACTER as suggested by nicolas Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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.
-