337 Commits (3aa1ff30f3f44a2ee980556a9bd6c0bc7d9087ac)

Author SHA1 Message Date
Stefano Sabatini 89d49acb3b ffprobe: add INI writer 13 years ago
Stefano Sabatini fa6cb2fdff ffprobe: add multiple_sections field to WriterContext 13 years ago
Stefano Sabatini c365cdf202 ffprobe: add support to '\b' and '\f' escaping in c_escape_str() 13 years ago
Stefano Sabatini 6994b552a6 ffprobe: make c_escape_str() documentation terser 13 years ago
Clément Bœsch 19c1bf1525 ffprobe: reduce the number of AVBPrint resets. 13 years ago
Christian Schmidt f7d5272456 ffprobe: display the codec profile in show_stream() 13 years ago
Stefano Sabatini 6374ee72df ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1 13 years ago
Stefano Sabatini e109e392ba ffprobe: remove unused variable i in probe_file() 13 years ago
Michael Niedermayer c457a29ece ffprobe: add default_writer priv_size. 13 years ago
Clément Bœsch b545b947dd ffprobe: replace fast_asprintf() with bprint utils. 13 years ago
Stefano Sabatini 3946187d60 ffprobe: add "nokey" option to default writer 13 years ago
Stefano Sabatini f48f03a400 ffprobe: add "noprint_wrappers" option to default writer 13 years ago
Stefano Sabatini 6cd06bd22c ffprobe: simplify/fix logic for the -show_format_entry option 13 years ago
Stefano Sabatini a0fd322195 ffprobe: remove unused print_format_entry() function 13 years ago
Nicolas George b27383e453 ffprobe: do not try to decode empty packets. 13 years ago
Stefano Sabatini f0bb1a599c ffprobe: use avbprint API 13 years ago
Matthieu Bouron 278d6ab900 ffprobe: report bit rate in stream description 13 years ago
Clément Bœsch 8688e6acba ffprobe: fix crash if the file can't be opened. 13 years ago
Matthieu Bouron 29b9aee49f ffprobe: add count_frames and count_packets options 13 years ago
Stefano Sabatini 1ca0812d90 ffprobe: fix typo in ESCAPE_CHECK_SIZE 13 years ago
Clément Bœsch dc386a5e3c ffprobe: use av_mpegtc_to_timecode_string(). 13 years ago
Stefano Sabatini 23934e5f41 ffprobe: increase precision for the shown float values 13 years ago
Stefano Sabatini 4601ad769d ffprobe: fix value_string() prefix printing for values with negative logarithm 13 years ago
Stefano Sabatini eef4b70450 ffprobe: reindent after previous commit 13 years ago
Stefano Sabatini 58b10b4c7e ffprobe: factorize common code in value_string() 13 years ago
Stefano Sabatini 140a9afcf2 ffprobe: add more safe casts in value_string() 13 years ago
Stefano Sabatini 2c8d37c2fb ffprobe: use safer type for index variable in value_string() 13 years ago
Stefano Sabatini 54661219c1 ffprobe: fix printing of unit values which cannot be contained in an int 13 years ago
Stefano Sabatini bb4c18881a ffprobe: reindent after previous commit 13 years ago
Stefano Sabatini b25c239c7a ffprobe: add support to audio frame information printing 13 years ago
Stefano Sabatini 58e1de724d ffprobe: set AV_LOG_SKIP_REPEATED log flag 13 years ago
Stefano Sabatini 4fd1e2e432 ffprobe: fix leak in show_packets() 13 years ago
Stefano Sabatini 7328c2fc21 ffprobe: replace av_destruct_packet() with av_free_packet() 13 years ago
Stefano Sabatini 0cc8864687 ffprobe: use av_toupper() in upcase_string() 13 years ago
Stefano Sabatini 93d49cba7f ffprobe: add compact option to JSON writer 13 years ago
Stefano Sabatini 5226be0dd5 ffprobe: add -show_program_version and -show_library_versions options 13 years ago
Stefano Sabatini d3e435164b ffprobe: make upcase_string() ignore non-ASCII characters 13 years ago
Stefano Sabatini 3b1355bb93 ffprobe: change formatting logic in the JSON writer 13 years ago
Stefano Sabatini 48f37b1d21 ffprobe: implement generic reindent logic in the JSON writer 13 years ago
Stefano Sabatini 5ccdb907c1 ffprobe: use more meaningful names for writer chapter/section header/footer function 13 years ago
Stefano Sabatini ec624d7c5c ffprobe: use "%*" printf syntax in XML_INDENT() in place of a loop 13 years ago
Stefano Sabatini 9997d41672 ffprobe: add support to video frame information printing 13 years ago
Stefano Sabatini 9ecccd6e5a ffprobe: move header and trailer print from probe_file() to main() 13 years ago
Stefano Sabatini fa7d1c39fd ffprobe: move writer context registration and initialization in main() 13 years ago
Stefano Sabatini ceef1ee767 cmdutils: make show_usage() use av_log() 13 years ago
Stefano Sabatini c5f4abf698 ffprobe: exit in case generic options are incompatible with strict XML output 13 years ago
Stefano Sabatini 49c207b820 ffprobe: fix NULL pointer dereference in writer_close() 13 years ago
Stefano Sabatini d6da16dca5 ffprobe: add support to option -show_error 13 years ago
Stefano Sabatini 55ed19bf3b ffprobe: remove unused variable in show_format() 13 years ago
Stefano Sabatini 4c5c0609c1 ffprobe: reindent after the last commit 13 years ago