summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-6/+6
|\
* | ffprobe: report bit rate in stream descriptionMatthieu Bouron2012-02-201-0/+2
* | ffprobe: fix crash if the file can't be opened.Clément Bœsch2012-02-181-6/+4
* | ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-171-11/+43
* | ffprobe: fix typo in ESCAPE_CHECK_SIZEStefano Sabatini2012-02-061-1/+1
* | ffprobe: use av_mpegtc_to_timecode_string().Clément Bœsch2012-02-021-7/+4
* | ffprobe: increase precision for the shown float valuesStefano Sabatini2012-01-201-1/+1
* | ffprobe: fix value_string() prefix printing for values with negative logarithmStefano Sabatini2012-01-201-1/+1
* | ffprobe: reindent after previous commitStefano Sabatini2012-01-201-12/+12
* | ffprobe: factorize common code in value_string()Stefano Sabatini2012-01-201-13/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-191-9/+12
|\ \ | |/
* | ffprobe: add more safe casts in value_string()Stefano Sabatini2012-01-181-3/+3
* | ffprobe: use safer type for index variable in value_string()Stefano Sabatini2012-01-181-3/+4
* | ffprobe: fix printing of unit values which cannot be contained in an intStefano Sabatini2012-01-181-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-131-1/+1
|\ \ | |/
* | ffprobe: reindent after previous commitStefano Sabatini2012-01-121-20/+20
* | ffprobe: add support to audio frame information printingStefano Sabatini2012-01-121-21/+54
* | ffprobe: set AV_LOG_SKIP_REPEATED log flagStefano Sabatini2012-01-121-0/+1
* | ffprobe: fix leak in show_packets()Stefano Sabatini2012-01-121-1/+1
* | ffprobe: replace av_destruct_packet() with av_free_packet()Stefano Sabatini2012-01-121-1/+1
* | ffprobe: use av_toupper() in upcase_string()Stefano Sabatini2012-01-101-5/+1
* | ffprobe: add compact option to JSON writerStefano Sabatini2012-01-101-11/+63
* | ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini2012-01-101-4/+75
* | ffprobe: make upcase_string() ignore non-ASCII charactersStefano Sabatini2012-01-101-1/+5
* | ffprobe: change formatting logic in the JSON writerStefano Sabatini2012-01-091-7/+14
* | ffprobe: implement generic reindent logic in the JSON writerStefano Sabatini2012-01-091-16/+36
* | ffprobe: use more meaningful names for writer chapter/section header/footer f...Stefano Sabatini2012-01-081-8/+8
* | ffprobe: use "%*" printf syntax in XML_INDENT() in place of a loopStefano Sabatini2012-01-081-1/+1
* | ffprobe: add support to video frame information printingStefano Sabatini2012-01-071-8/+114
* | ffprobe: move header and trailer print from probe_file() to main()Stefano Sabatini2012-01-071-5/+7
* | ffprobe: move writer context registration and initialization in main()Stefano Sabatini2012-01-071-32/+30
* | cmdutils: make show_usage() use av_log()Stefano Sabatini2012-01-071-3/+3
* | ffprobe: exit in case generic options are incompatible with strict XML outputStefano Sabatini2012-01-061-0/+1
* | ffprobe: fix NULL pointer dereference in writer_close()Stefano Sabatini2012-01-061-2/+4
* | ffprobe: add support to option -show_errorStefano Sabatini2012-01-041-0/+20
* | ffprobe: remove unused variable in show_format()Stefano Sabatini2012-01-041-2/+0
* | ffprobe: reindent after the last commitStefano Sabatini2012-01-041-4/+4
* | ffprobe: change order of operations in probe_file()Stefano Sabatini2012-01-041-4/+4
* | ffprobe: prefer av_log to fprintf(stderr)Stefano Sabatini2012-01-041-9/+9
* | ffprobe: add XML writerStefano Sabatini2011-12-271-1/+244
* | ffprobe: add show_private_data optionStefano Sabatini2011-12-271-1/+4
* | ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini2011-12-271-1/+5
* | ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
* | ffprobe: print codec timecode if available.Clément Bœsch2011-11-281-0/+11
* | ffprobe: always print int values with print_val()Stefano Sabatini2011-11-251-1/+1
* | ffprobe: make writer_print_integer support long long int valuesStefano Sabatini2011-11-181-12/+9
* | ffprobe: small align cosmetic in json writer struct init.Clément Bœsch2011-11-161-3/+2
* | ffprobe: make Writers constant.Clément Bœsch2011-11-161-8/+8
* | ffprobe: apply misc cosmetics to compact writer definitionStefano Sabatini2011-11-161-11/+10
OpenPOWER on IntegriCloud