summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-17
|\
* | ffprobe: remove unused variable i in probe_file()Stefano Sabatini2012-05-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
* | ffprobe: add default_writer priv_size.Michael Niedermayer2012-05-15
* | ffprobe: replace fast_asprintf() with bprint utils.Clément Bœsch2012-05-14
* | ffprobe: add "nokey" option to default writerStefano Sabatini2012-05-14
* | ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini2012-05-14
* | ffprobe: simplify/fix logic for the -show_format_entry optionStefano Sabatini2012-05-14
* | ffprobe: remove unused print_format_entry() functionStefano Sabatini2012-05-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-08
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\|
* | ffprobe: do not try to decode empty packets.Nicolas George2012-04-21
* | ffprobe: use avbprint APIStefano Sabatini2012-04-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
* | ffprobe: report bit rate in stream descriptionMatthieu Bouron2012-02-20
* | ffprobe: fix crash if the file can't be opened.Clément Bœsch2012-02-18
* | ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-17
* | ffprobe: fix typo in ESCAPE_CHECK_SIZEStefano Sabatini2012-02-06
* | ffprobe: use av_mpegtc_to_timecode_string().Clément Bœsch2012-02-02
* | ffprobe: increase precision for the shown float valuesStefano Sabatini2012-01-20
* | ffprobe: fix value_string() prefix printing for values with negative logarithmStefano Sabatini2012-01-20
* | ffprobe: reindent after previous commitStefano Sabatini2012-01-20
* | ffprobe: factorize common code in value_string()Stefano Sabatini2012-01-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-19
|\|
* | ffprobe: add more safe casts in value_string()Stefano Sabatini2012-01-18
* | ffprobe: use safer type for index variable in value_string()Stefano Sabatini2012-01-18
* | ffprobe: fix printing of unit values which cannot be contained in an intStefano Sabatini2012-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-13
|\|
* | ffprobe: reindent after previous commitStefano Sabatini2012-01-12
* | ffprobe: add support to audio frame information printingStefano Sabatini2012-01-12
* | ffprobe: set AV_LOG_SKIP_REPEATED log flagStefano Sabatini2012-01-12
* | ffprobe: fix leak in show_packets()Stefano Sabatini2012-01-12
* | ffprobe: replace av_destruct_packet() with av_free_packet()Stefano Sabatini2012-01-12
* | 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