1. 29 Sep, 2015 16 commits
  2. 28 Sep, 2015 15 commits
  3. 24 Sep, 2015 8 commits
  4. 17 Sep, 2015 1 commit
    • Vittorio Giovara's avatar
      avconv_opt: Allow printing private options · 7bb1c1bf
      Vittorio Giovara authored
      Add an allowed parameter to -h and --help avconv option to print private
      options from a codec, format, or filter, named with the provided input
      value.
      
      In case multiple classes are found (eg. mov demuxer and mov muxer, or
      h264 decoder and h264 demuxer) print all options from all classes.
      It is possible to select the type of class to print by adding it
      before the name (eg. demuxer:mov and muxer:mov, or decoder:h264and
      demuxer:h264).
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      7bb1c1bf