aboutsummaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* ffprobe: fix C escaping.Clément Bœsch2012-05-301-1/+1
* ffprobe: make -of an alias for -print_format.Clément Bœsch2012-05-291-0/+1
* ffprobe: fix chapter printing, fix JSON outputStefano Sabatini2012-05-291-3/+3
* ffprobe: add INI writerStefano Sabatini2012-05-291-1/+170
* ffprobe: add multiple_sections field to WriterContextStefano Sabatini2012-05-291-7/+7
* ffprobe: add support to '\b' and '\f' escaping in c_escape_str()Stefano Sabatini2012-05-291-0/+2
* ffprobe: make c_escape_str() documentation terserStefano Sabatini2012-05-291-2/+1
* ffprobe: reduce the number of AVBPrint resets.Clément Bœsch2012-05-261-14/+9
* ffprobe: display the codec profile in show_stream()Christian Schmidt2012-05-261-0/+6
* ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1Stefano Sabatini2012-05-211-5/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-171-0/+5
|\
* | ffprobe: remove unused variable i in probe_file()Stefano Sabatini2012-05-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-4/+18
|\|
* | ffprobe: add default_writer priv_size.Michael Niedermayer2012-05-151-0/+1
* | ffprobe: replace fast_asprintf() with bprint utils.Clément Bœsch2012-05-141-53/+18
* | ffprobe: add "nokey" option to default writerStefano Sabatini2012-05-141-2/+12
* | ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini2012-05-141-4/+56
* | ffprobe: simplify/fix logic for the -show_format_entry optionStefano Sabatini2012-05-141-13/+13
* | ffprobe: remove unused print_format_entry() functionStefano Sabatini2012-05-141-14/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-7/+12
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-10/+41
|\|
* | ffprobe: do not try to decode empty packets.Nicolas George2012-04-211-1/+1
* | ffprobe: use avbprint APIStefano Sabatini2012-04-081-184/+81
* | 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