243 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  Clément Bœsch d079d1d368 ffprobe: do not escape '"' between single quotes. 12 years ago
  Stefano Sabatini 1a490df12f ffprobe: show pkt_size in frame 12 years ago
  Stefano Sabatini 9a7256e8e0 ffprobe: free dictionary in opt_show_entries() 12 years ago
  Stefano Sabatini c8a5365dcf ffprobe: implement -sections option 12 years ago
  Stefano Sabatini 196765a7cc ffprobe: implement subsection field selection through the -show_entries option 12 years ago
  Stefano Sabatini 64dc383de5 ffprobe: fix typo in a comment 12 years ago
  Stefano Sabatini 6ca9c74cc6 ffprobe: add "," at the end of enum list 12 years ago
  Stefano Sabatini 29d46d7bce ffprobe: fix potential NULL pointer dereference 12 years ago
  Stefano Sabatini a945607a78 ffprobe: add an array of section print buffers to the WriterContext 12 years ago
  Michael Niedermayer 4334ba043e ffprobe: fix use of uninitialized pointer in av_strtok() 12 years ago
  Stefano Sabatini 531872d763 ffprobe: reindent after previous commit 12 years ago
  Stefano Sabatini 3d189d41c1 ffprobe: add -select_streams option 12 years ago
  Michael Niedermayer 8f0168a3b9 fix exit_program() prototypes 12 years ago
  Stefano Sabatini 301f6da039 ffprobe: extend disposition printing support 12 years ago
  Stefano Sabatini 50efde6bcb ffprobe: generalize nesting model for the XML writer 12 years ago
  Stefano Sabatini 74bd0cf49c ffprobe: rework/fix ini writer 12 years ago
  Stefano Sabatini 01e4537f66 ffprobe: rework/fix flat writer 12 years ago
  Stefano Sabatini 06fd4c2dfa ffprobe: generalize nesting model for the compact writer 12 years ago
  Stefano Sabatini 44c1cc3f8e ffprobe: generalize nesting model for the default writer 12 years ago
  Stefano Sabatini b6ea9c8765 ffprobe: drop SECTION_ENTRY macro 12 years ago
  Stefano Sabatini 23564a4a4a ffprobe: add support to library ident printing 12 years ago
  Stefano Sabatini ed2b69a4c3 ffprobe: remove unused "args" argument in writer init callback 12 years ago
  Stefano Sabatini 163f7afbe6 ffprobe: fix indentation of the first line of packets_and_frames sections in the json output 12 years ago
  Stefano Sabatini 4552e9b56c ffprobe: generalize writer subsection nesting model 12 years ago
  Stefano Sabatini 2089f93300 ffprobe: drop pointless opaque parameter in writer init callback 12 years ago
  Stefano Sabatini 58e9025993 ffprobe: reindent after previous commit 12 years ago
  Stefano Sabatini 4b370d6126 ffprobe: rework checking logic in writer_print_time() and writer_print_rational() 12 years ago
  Alexander Strasser dde8068856 ffprobe: Consider the chosen separator when doing CSV escaping 12 years ago
  Alexander Strasser dd83028374 ffprobe: Rename variable in csv_escape_str() 12 years ago
  Alexander Strasser f70122dd57 ffprobe: Simplify CSV field quoting code 12 years ago
  Stefano Sabatini 42047c3e86 ffprobe: reindent after the previous commit 12 years ago
  Stefano Sabatini 4cd1addcc4 ffprobe: add -bitexact boolean option 12 years ago
  Stefano Sabatini 9543cd593e ffprobe: print format long_name only if non-NULL 12 years ago
  Stefano Sabatini 0f40105aaa ffprobe: print codec_long_name only when available 12 years ago
  Stefano Sabatini f398617b19 ffprobe: fix CSV writer output 12 years ago
  Derek Buitenhuis 8e2a950b29 ffprobe: Add a few common disposition cases 12 years ago
  Stefano Sabatini 8d0e871f25 ffprobe: kill initializers with nested union field definition 12 years ago
  Stefano Sabatini 5e99a23b2d ffprobe: avoid potentially lossy long long int -> double cast in value_string() 12 years ago
  Stefano Sabatini f9dd2e5e1a ffprobe: print start_pts and duration_ts stream information 12 years ago
  Stefano Sabatini 749ddc14fc ffprobe: add priv_class field to Writer, and factorize writer options initialization 12 years ago
  Stefano Sabatini 0c71d5a077 ffprobe: add print_section option to the compact writer 12 years ago
  Stefano Sabatini f740c1a9c2 ffprobe: add and use DEFINE_WRITER_CLASS macro 12 years ago
  Stefano Sabatini e4fe4d01fc ffprobe: simplify default printer 12 years ago
  Michael Niedermayer 7992814920 ffprobe: avoid unsafe usage of the snprintf() return code 12 years ago
  Michael Niedermayer b027156b19 ffprobe: use exp2 instead of pow(2, ...) 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 12 years ago
  Nicolas George d74ade7d5f ffprobe: refactor frames decoding. 12 years ago
  Nicolas George 89898cd3b6 ffprobe: fix validity error with tags and data. 12 years ago
  Stefano Sabatini c809b89a12 ffprobe: show audio frame channels and channel_layout 12 years ago
  Stefano Sabatini 10b44f4932 ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect ratio 12 years ago