- Jul 25, 2012
-
-
Stefano Sabatini authored
This is consistent with what av_dump_format() does. In particular, fix trac ticket #1568.
-
- Jul 15, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Fix crash when a stream codec is unknown, in particular fix trac ticket #1243.
-
- Jul 14, 2012
-
-
Stefano Sabatini authored
-
- Jul 06, 2012
-
-
Lou Logan authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 18, 2012
-
-
Nicolas George authored
-
Nicolas George authored
-
- Jun 15, 2012
-
-
Stefano Sabatini authored
Improve overall consistency, allow some factorization.
-
- Jun 06, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
A duration value is undefined when is 0, take into consideration this fact when printing optional fields.
-
- Jun 04, 2012
-
-
Clément Bœsch authored
-
- Jun 01, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- May 29, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
This is for interoperability purpose with the fork.
-
Stefano Sabatini authored
Make writer_print_chapter_header() set the internal values *before* the private writer callback is called, otherwise the accessed internal values will be wrong. Fix regression introduced in fa6cb2fd. Found-By: Daemon404
-
Stefano Sabatini authored
Liberally based on the work of Luca Barbato <lu_zero@gentoo.org>, done for libav/avprobe.
-
- May 28, 2012
-
-
Stefano Sabatini authored
Move the field "multiple_entries" from the JSON writer private context to WriterContext, and rename it "multiple_sections". This allows to factorize the code with the pending INI format patch.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Avoid to specify implementation details, better to check the code for that.
-
- May 26, 2012
-
-
Clément Bœsch authored
-
Christian Schmidt authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- May 21, 2012
-
-
Stefano Sabatini authored
The special-case behavior may complicate parsing when the -show_format_entry option is used programmatically in a script. The option default=nk=1 achieves the same purpose, if the objective is to skip printing the single field key.
-
- May 16, 2012
-
-
Stefano Sabatini authored
Fix warning: ffprobe.c: In function ‘probe_file’: ffprobe.c:1576:14: warning: unused variable ‘i’ [-Wunused-variable]
-
- May 15, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 14, 2012
-
-
Clément Bœsch authored
Also remove the unused print_fmt_opt() in the process.
-
Stefano Sabatini authored
Help simplifying parsing in certain cases.
-
Stefano Sabatini authored
The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit.
-
Stefano Sabatini authored
Do not skip chapter header/footer printing, which breaks the parsing for most writers.
-
Stefano Sabatini authored
The function was introduced in 653d117c, but is not required.
-
- Apr 21, 2012
-
-
Nicolas George authored
Fixes sporadic decode failures and trac ticket #997.
-
- Apr 07, 2012
-
-
Stefano Sabatini authored
Simplify, increase robustness.
-
- Feb 20, 2012
-
-
Matthieu Bouron authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Feb 18, 2012
-
-
Clément Bœsch authored
-
- Feb 17, 2012
-
-
Matthieu Bouron authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- Feb 06, 2012
-
-
Stefano Sabatini authored
-
- Feb 02, 2012
-
-
Clément Bœsch authored
-
- Jan 20, 2012
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The index for the binary_unit_prefixes array is expected to be positive, so avoid to use negative indexes for accessing it.
-