- 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
-
- 21 Nov, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 06 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
Found by Coverity, should fix CID 733741.
-
- 24 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Allow to factorize buffers initialization/release, for all the writers which use it. Simplify.
-
- 11 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID733837 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Oct, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 02 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes 2 warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
This generalizes the previous work on disposition printing. Disposition flags are shown in a dedicated section, which should improve output intellegibility, extensibility and filtering operations. This breaks output syntax with the recently introduced disposition printing.
-
Stefano Sabatini authored
Do not make use of ad-hoc "tags" code, introduce a new section flag SECTION_FLAG_HAS_VARIABLE_FIELDS to deal with the tags in a content-agnostic way. This is required by the pending disposition change.
-
- 29 Sep, 2012 6 commits
-
-
Stefano Sabatini authored
Do not build from scratch the section header for each section, but build it using the previous level buffer, thus improving efficiency. Also fix some few corner cases related to numbering which are exposed by the pending disposition patch.
-
Stefano Sabatini authored
Do not build from scratch the section header for each section, but build using the previous level buffer, thus improving efficiency and fix some few corner cases which are exposed by the pending disposition patch.
-
Stefano Sabatini authored
Regular section fields nested in a regular section are now prefixed by the nested section name. This is required by the pending change related to disposition.
-
Stefano Sabatini authored
Regular section fields nested in a regular section are now prefixed by the nested section name. This is required by the pending change related to disposition.
-
Stefano Sabatini authored
The use of the macro makes to add new optional fields somewhat harder.
-
Stefano Sabatini authored
-
- 28 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
The parameter is no longer used, since the arguments are parsed at the framework level.
-
- 26 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Discard unflexible structure based on the root/chapter/section layout in favor of a generalized concept of section. This should allow to represent sections at a generic level of nesting, and allow subsection fields selection. Also, simplify the code.
-
- 25 Sep, 2012 3 commits
-
-
Stefano Sabatini authored
The parameter was never used.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Make writer_print_time() and writer_print_rational() always call writer_print_int() or writer_print_string(). This way the checks for determining if the value should be printed or not are consistently performed in the low level functions. writer_print_rational() is moved downward in order to avoid a forward reference. Simplify/amend the overall logic.
-
- 24 Sep, 2012 3 commits
-
-
Alexander Strasser authored
Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
-
Alexander Strasser authored
Sync to 3245be95 . Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
-
Alexander Strasser authored
Sync with bac1b31b . Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
-
- 22 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
-
- 21 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
Fix possible crash when long_name is not defined (for example if --enable-small).
-
Stefano Sabatini authored
Avoid possible segmentation fault if codec_long_name is defined as NULL (for example if --enable-small).
-
- 19 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
Fix regression introduced in 749ddc14.
-
- 18 Sep, 2012 1 commit
-
-
Derek Buitenhuis authored
This info is crucial in knowing which stream to pick in an automated setup. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-