Commit History

Author SHA1 Message Date
  Stefano Sabatini 4c5c0609c1 ffprobe: reindent after the last commit 12 years ago
  Stefano Sabatini 90347dabc8 ffprobe: change order of operations in probe_file() 12 years ago
  Stefano Sabatini c972f91d5b ffprobe: prefer av_log to fprintf(stderr) 12 years ago
  Stefano Sabatini 20ac5849f8 ffprobe: add XML writer 13 years ago
  Stefano Sabatini f1a4182e8e ffprobe: add show_private_data option 12 years ago
  Stefano Sabatini 93613338fe ff* tools: move descriptions from copyright header to @file doxy 12 years ago
  Michael Niedermayer 452406bd5b ff*: Fix duplicatedly printed version info with -version 12 years ago
  Michael Niedermayer 8bc7fe4daf Merge remote-tracking branch 'qatar/master' 13 years ago
  Clément Bœsch fbe6e29646 ffprobe: print codec timecode if available. 13 years ago
  Stefano Sabatini 65f24858ed ffprobe: always print int values with print_val() 13 years ago
  Stefano Sabatini a7e5679054 ffprobe: make writer_print_integer support long long int values 13 years ago
  Clément Bœsch 69a501e6a1 ffprobe: small align cosmetic in json writer struct init. 13 years ago
  Clément Bœsch 9813af259a ffprobe: make Writers constant. 13 years ago
  Stefano Sabatini f0db05008d ffprobe: apply misc cosmetics to compact writer definition 13 years ago
  Stefano Sabatini 1f0d937f77 ffprobe: add csv writer 13 years ago
  Stefano Sabatini 1c43713e57 ffprobe: add compact writer 13 years ago
  Stefano Sabatini 0491a2a07a ffprobe: force display of missing fields, depending on writer.flags 13 years ago
  Michael Niedermayer 985e768024 ffprobe: use av_noreturn 13 years ago
  Stefano Sabatini 13665c8767 ffprobe: refactor value_string() to accept an unit_value struct 13 years ago
  Stefano Sabatini 80abfbea9d ffprobe: introduce print_val() macro, ease readability 13 years ago
  Stefano Sabatini d2d6bade5c ffprobe: implement and use print_time and print_ts macros 13 years ago
  Michael Niedermayer 13b7781ec8 Merge remote-tracking branch 'qatar/master' 13 years ago
  Clément Bœsch 434db5719e ffprobe: use avio_size() instead of deprecated file_size attribute. 13 years ago
  Clément Bœsch 1e4027747a ffprobe: fix const compiler warning. 13 years ago
  Michael Niedermayer 16f793571d ffprobe: Print format specific variables of codecs. 13 years ago
  Clément Bœsch 2f468826ee ffprobe: prefer av_freep() over av_free() for global print_format option. 13 years ago
  Stefano Sabatini f4eeb000bf ffprobe: fix weird align 13 years ago
  Stefano Sabatini b874e2d0a0 ffprobe: prefer av_strtok() over av_get_token() for parsing print_format string 13 years ago
  Stefano Sabatini 88bdf7471f ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macros 13 years ago
  Stefano Sabatini 2f3b028c71 ffprobe: redesign json_escape_str(), to make use of a global buffer 13 years ago
  Stefano Sabatini 1d0afec8fc ffprobe: add AVClass to writers 13 years ago
  Michael Niedermayer f884ef00de Merge remote-tracking branch 'qatar/master' 13 years ago
  Stefano Sabatini 4edcdf5c44 ffprobe: show sample_fmt in the stream section 13 years ago
  Stefano Sabatini fbb8468f20 ffprobe: prefer lowercase section names over uppercase ones 13 years ago
  Stefano Sabatini cb50ada4f8 ffprobe: parse arguments for -print_format writer 13 years ago
  Stefano Sabatini eff7684b50 ffprobe: extend writers API, and move the writers up in the file 13 years ago
  Clément Bœsch f9d8a3423f ffprobe: fix trailing '=' in stream id. 13 years ago
  Michael Niedermayer 7c1aba4f01 Merge remote-tracking branch 'qatar/master' 13 years ago
  Clément Bœsch 00320ac0dd ffprobe: remove misplaced and pointless comment. 13 years ago
  Clément Bœsch b70fd6fa8b ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors. 13 years ago
  Clément Bœsch 03d0ea0cf0 ffprobe: remove media_type_string() by inlining av_x_if_null(). 13 years ago
  Clément Bœsch 8af64e1a67 ffprobe: fix crash with -h. 13 years ago
  Clément Bœsch 5ad01decef ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}. 13 years ago
  Clément Bœsch 3fdf519e4b ffprobe: add JSON output printing format. 13 years ago
  Clément Bœsch afbeb49456 ffprobe: replace fmt callback with str callback. 13 years ago
  Clément Bœsch 88fddd0bcc ffprobe: replace specific ## GNU cpp extension with __VA_ARGS__. 13 years ago
  Clément Bœsch 5241bc2773 ffprobe: replace simple string printing with the appropriate helper. 13 years ago
  Michael Niedermayer d2084402e6 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 1889c6724a Merge remote-tracking branch 'qatar/master' 13 years ago
  Clément Bœsch d5d7de7671 ffprobe: directly use va args in print fmt callbacks. 13 years ago