summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
...
* | ffprobe: use av_toupper() in upcase_string()Stefano Sabatini2012-01-10
* | ffprobe: add compact option to JSON writerStefano Sabatini2012-01-10
* | ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini2012-01-10
* | ffprobe: make upcase_string() ignore non-ASCII charactersStefano Sabatini2012-01-10
* | ffprobe: change formatting logic in the JSON writerStefano Sabatini2012-01-09
* | ffprobe: implement generic reindent logic in the JSON writerStefano Sabatini2012-01-09
* | ffprobe: use more meaningful names for writer chapter/section header/footer f...Stefano Sabatini2012-01-08
* | ffprobe: use "%*" printf syntax in XML_INDENT() in place of a loopStefano Sabatini2012-01-08
* | ffprobe: add support to video frame information printingStefano Sabatini2012-01-07
* | ffprobe: move header and trailer print from probe_file() to main()Stefano Sabatini2012-01-07
* | ffprobe: move writer context registration and initialization in main()Stefano Sabatini2012-01-07
* | cmdutils: make show_usage() use av_log()Stefano Sabatini2012-01-07
* | ffprobe: exit in case generic options are incompatible with strict XML outputStefano Sabatini2012-01-06
* | ffprobe: fix NULL pointer dereference in writer_close()Stefano Sabatini2012-01-06
* | ffprobe: add support to option -show_errorStefano Sabatini2012-01-04
* | ffprobe: remove unused variable in show_format()Stefano Sabatini2012-01-04
* | ffprobe: reindent after the last commitStefano Sabatini2012-01-04
* | ffprobe: change order of operations in probe_file()Stefano Sabatini2012-01-04
* | ffprobe: prefer av_log to fprintf(stderr)Stefano Sabatini2012-01-04
* | ffprobe: add XML writerStefano Sabatini2011-12-27
* | ffprobe: add show_private_data optionStefano Sabatini2011-12-27
* | ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini2011-12-27
* | ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
* | ffprobe: print codec timecode if available.Clément Bœsch2011-11-28
* | ffprobe: always print int values with print_val()Stefano Sabatini2011-11-25
* | ffprobe: make writer_print_integer support long long int valuesStefano Sabatini2011-11-18
* | ffprobe: small align cosmetic in json writer struct init.Clément Bœsch2011-11-16
* | ffprobe: make Writers constant.Clément Bœsch2011-11-16
* | ffprobe: apply misc cosmetics to compact writer definitionStefano Sabatini2011-11-16
* | ffprobe: add csv writerStefano Sabatini2011-11-16
* | ffprobe: add compact writerStefano Sabatini2011-11-16
* | ffprobe: force display of missing fields, depending on writer.flagsStefano Sabatini2011-11-16
* | ffprobe: use av_noreturnMichael Niedermayer2011-11-11
* | ffprobe: refactor value_string() to accept an unit_value structStefano Sabatini2011-11-07
* | ffprobe: introduce print_val() macro, ease readabilityStefano Sabatini2011-11-07
* | ffprobe: implement and use print_time and print_ts macrosStefano Sabatini2011-11-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
* | ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch2011-11-05
* | ffprobe: fix const compiler warning.Clément Bœsch2011-11-05
* | ffprobe: Print format specific variables of codecs.Michael Niedermayer2011-11-04
* | ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch2011-10-18
* | ffprobe: fix weird alignStefano Sabatini2011-10-18
* | ffprobe: prefer av_strtok() over av_get_token() for parsing print_format stringStefano Sabatini2011-10-18
* | ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macrosStefano Sabatini2011-10-18
* | ffprobe: redesign json_escape_str(), to make use of a global bufferStefano Sabatini2011-10-18
* | ffprobe: add AVClass to writersStefano Sabatini2011-10-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
* | ffprobe: show sample_fmt in the stream sectionStefano Sabatini2011-10-12
* | ffprobe: prefer lowercase section names over uppercase onesStefano Sabatini2011-10-11